-
-
Notifications
You must be signed in to change notification settings - Fork 807
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add .NET Core Support #267
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add project - Introduce FEATURE_SERIALIZATION
…on, Boolean) for NetCore as they are not available, and there isn't an easy workaround.
…been removed from xUnit.
…ode that uses unavailable types on NetCore.
…stants for Release config.
…tting package from nuget.org.
…d is different on NetCore too.
- React to the project.json schema changes. - Temporarily use a private Castle.Core build to workaround packaging issue in v4.0.0-alpha001. - Fix missing dependency for Silverlight test project.
# Conflicts: # .gitignore # .nuget/NuGet.exe # Moq.nuspec # Source.Silverlight/Moq.Silverlight.csproj # Source/Moq.csproj # Source/Properties/AssemblyInfo.cs # Source/packages.config # UnitTests.Silverlight/Moq.Silverlight.Tests.csproj # UnitTests.Silverlight/packages.config # UnitTests/AsInterfaceFixture.cs # UnitTests/Moq.Tests.csproj # UnitTests/Regressions/IssueReportsFixture.cs # UnitTests/packages.config # build.cmd # build.proj
Merge master into netcore for PR
…built as part of the solution.
It was introduced for NET 40 support, which has been removed already.
# Conflicts: # GitInfo.txt
Depend on Castle NuGet package instead.
Add steps to run .NET Core test project.
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merges #225 which fixes #168 for release as public alpha