*SimpleStubs* is a simple mocking framework that supports Universal Windows Platform (UWP), .NET Core and .NET framework. SimpleStubs is currently developed and maintained by Microsoft BigPark Studios in Vancouver.
Other
66
stars
29
forks
source link
Split the NuGet package into two: codegen package & api package #22
Splitting the NuGet package allows users to install the SimpleStubs Apis into a project that doesn't need code generation of stubs but only needs to access SimpleStubs Apis. This is particularly useful for putting all stubs in one class library. The PR partially solves #18.
Splitting the NuGet package allows users to install the SimpleStubs Apis into a project that doesn't need code generation of stubs but only needs to access SimpleStubs Apis. This is particularly useful for putting all stubs in one class library. The PR partially solves #18.