-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Adding more details for how to build and test for the corefx repo #4
Conversation
👍 Looks good to me. |
|
||
* By default, the core tests are run as part of the build. A test report for the build will be output on the console at the end of a successful build. | ||
* To view the tests for a solution in Visual Studio you need to install **xUnit.net runner for Visual Studio**. |
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.
Yep, we'd like to remove this requirement in the future.
Looks good |
It looks like this information is partially duplicated in the developer guide. These should probably be combined. https://github.com/dotnet/corefx/blob/master/docs/Developers.md |
Looks good. Just curious, regarding "Visual Studio Solution (.sln) files exist for related groups of libraries", did we consider and dismiss the idea of having an additional .sln that includes all of the projects, covering the equivalent of what gets built by the root build? Or is that not possible for some technical reason? |
I think we were hesitant to create a "big giant solution" just because it gets a little too hard to maintain, especially when there are lots of projects. Adding, removing, merging projects into the solution also gets problematic. We also talked about possibly adding a script that would auto-generate a solution so we didn't have to worry about those kinds of issues. |
Socket initialization
Updated outdated links
* Specification (#4) * specification consisting of following sections added: - introduction - goals - todos - example scenarios - design choices - implementation details - open questions - useful links * review comments included
Refresh from corefx Commit migrated from dotnet/corefx@e07ae83
Commit migrated from dotnet/corefx@ea6d653
Refresh from corefx Commit migrated from dotnet/corefx@e07ae83
* Specification (dotnet/corefx#4) * specification consisting of following sections added: - introduction - goals - todos - example scenarios - design choices - implementation details - open questions - useful links * review comments included Commit migrated from dotnet/corefx@7ec3954
No description provided.