microsoft / SimpleStubs

*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

Closed nehmebilal closed 7 years ago

nehmebilal commented 7 years ago

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.