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

Add .NET Framework reference assembly packages #1063

Merged
merged 1 commit into from
Oct 11, 2020

Conversation

stakx
Copy link
Contributor

@stakx stakx commented Sep 29, 2020

This should make it possible to build Moq on machines using dotnet even when Visual Studio is not installed.

(Reference assemblies for the .NET Framework used to be only available on your machine if you installed Visual Studio, but now they have been made available through a NuGet package.)

Things left to do:

  • Check whether builds still work with Visual Studio.

  • I remember build warnings in another project saying that you don't need to explicitly add the reference assembly package to your project because the toolchain adds it implicitly. However not all toolchains do this, so figure out how to get rid of that warning without completely undoing the work in this PR.

@stakx stakx marked this pull request as draft September 29, 2020 05:32
This should make it possible to build Moq on machines using `dotnet`
even when Visual Studio is not installed.

(Reference assemblies for the .NET Framework used to be only available
on your machine if you installed Visual Studio, but now they have been
made available through a NuGet package.)
@stakx stakx marked this pull request as ready for review October 11, 2020 14:39
@stakx stakx merged commit deb0db7 into master Oct 11, 2020
@stakx stakx deleted the netfx-reference-assemblies branch October 11, 2020 14:45
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.

None yet

1 participant