The most popular and friendly mocking framework for .NET
This repository supports corebuild for configure/build/test from msbuild
.
IMPORTANT: this repository is for the upcoming version of Moq. Issues and source for the current stable Moq v4.x are at https://github.com/moq/moq4
msbuild /t:configure
msbuild
The default target is Help
, which will render the documentation for the build itself and what targets are available. Since this is a corebuild standard repository, you can run:
msbuild /t:configure
msbuild /t:build
msbuild /t:test
The packaging projects are NuGetizer projects, and require the VS2017 extension to load in Visual Studio. The extension is not necessary to build the packages from MSBuild, however.