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

A different approach to .NET Standard #78

Merged
merged 6 commits into from
Sep 9, 2017

Conversation

tpluscode
Copy link
Member

Another attempt to fix #65 and fix #69

Instead of switching all projects, I only created the reference assembly and the assembly to process targetting .NET Standard/Core. Apparently both types of csproj cannot exist beside each other in a single solution. Is it a fact or just me? To overcome that I created a second sln and Fody.csproj calls dotnet to build the new stuff. Ugly but works.

@tpluscode
Copy link
Member Author

Hm, any idea why AppVeyor only reports 40 tests. In Visual Studio and Release build that number is doubled?

@SimonCropp SimonCropp merged commit 88cc229 into Fody:master Sep 9, 2017
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.

.NET Standard support .NET Core support
2 participants