-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Conversation
@BillWagner @rpetrusha I have rebased this branch to resolve the merge conflicts |
There was a problem hiding this 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
docs/core/tutorials/index.md
Outdated
@@ -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) |
There was a problem hiding this comment.
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#'?
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
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?
@mairaw, thanks for rebasing the branch for me! |
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