Skip to content
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

Jm update docs for net standard #137

Merged
merged 4 commits into from
Nov 14, 2017
Merged

Conversation

masojus
Copy link
Contributor

@masojus masojus commented Nov 14, 2017

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 75.802% when pulling bca40b0 on jm_UpdateDocs_ForNetStandard into 55b8985 on master.

Now, launch Visual Studio and open `Keen.sln`. Build the solution, discover unit tests, and run them. Or, if using the .NET Core SDK tools, build and make sure tests pass:

```ssh
$ dotnet build
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this actually work these days from the root of the project?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah it will, but I should probably mention error MSB3644 or explicitly passing -f netstandard2.0 on platforms where you don't/can't have the right SDK/targeting pack for netfx4.5.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fun fact: running dotnet test from the root of the solution works too, which I didn't realize.

- Call out an error/warning that occurs building the 4.5 target on non-Windows platforms.
- I noticed the NewSemVer script is trying to clean the `Debug` config instead of  `Release`.
- There were some lingering references to the old `netfx` config in the .csproj files.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 75.802% when pulling 57449d3 on jm_UpdateDocs_ForNetStandard into 55b8985 on master.

@masojus masojus merged commit 38bbad6 into master Nov 14, 2017
@masojus masojus deleted the jm_UpdateDocs_ForNetStandard branch November 16, 2017 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants