Skip to content

Revised class library getting started topics for .NET Core 2.0 #2837

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Aug 12, 2017

Conversation

rpetrusha
Copy link
Contributor

Revised class library getting started topics for .NET Core 2.0

Also adds a VB class library tutorial, and uses tabs for the test tutorial. (The consuming a class library tutorial is will come shortly.)

I'll do TOC modifications and redirects in a separate PR.

Suggested Reviewers

@mairaw @BillWagner

@mairaw
Copy link
Contributor

mairaw commented Aug 7, 2017

@BillWagner @rpetrusha I have rebased this branch to resolve the merge conflicts

Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, this looks great @rpetrusha
I found one error where a VB file is referred to as a CS file. After that, it's time to :shipit:

@@ -40,7 +41,7 @@ The following tutorials are available for learning about .NET Core.

- [Getting started with .NET Core on Windows/Linux/macOS using the .NET Core CLI tools](using-with-xplat-cli.md)
- [Organizing and testing projects with the .NET Core CLI tools](testing-with-cli.md)
- [Getting started with F#](../../fsharp/tutorials/getting-started/getting-started-command-line.md)
- [Getting started with F#](../../fsharp/tutorials/getting-started/get-started-command-line.md)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the TOC node also change to 'Get started with F#'?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BillWagner, yes, I'll do this in a separate PR.

> [!NOTE]
> In addition to a Unit Test project, you can also use Visual Studio to create an xUnit test project for .NET Core.

1. Visual Studio creates the project and opens the *UnitTest1.cs* file in the code window.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the VB section, shouldn't this be TestLibrary.vb?

@rpetrusha
Copy link
Contributor Author

@mairaw, thanks for rebasing the branch for me!

@rpetrusha rpetrusha merged commit 427223b into dotnet:master Aug 12, 2017
@rpetrusha rpetrusha deleted the library branch August 18, 2017 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants