SimpleStubs icon indicating copy to clipboard operation
SimpleStubs copied to clipboard

*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...

Results 8 SimpleStubs issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to use SimpleStubs in a UI test project for UWP but I get the following error: ``` 3> SimpleStubs: Generating stubs for project: 3> SimpleStubs: Failed to...

To get SimpleStubs working for my app using the latest release of VS 2019 (v16.7.0), I needed to update the .targets file as discussed in https://github.com/microsoft/SimpleStubs/issues/61 plus I needed to...

SimpleStubs has an issue where Intellisense fails to work for the generated stubs in VS 2019. The issue occurs in VS 2019 v16.x, including the latest update (v16.4.4). This was...

Hi, Our solution has a strong named libraries which sometimes requires our test projects to be strong named as well. This makes it difficult to use Simplestubs as it is...

#endif is always missing in generated stubs, when the interface has namespace definition with preprocessor directives. Example: ``` namespace myProject.sublibrary { using System; using System.Collections.Generic; using System.IO; #if WinIoT using...

I referenced a project with a nuget package. The referenced project contains one interface with at least one method that returns types from the nuget package. I excluded this interface...

There are important files that Microsoft projects should all have that are not present in this repository. A pull request has been opened to add the missing file(s). When the...

Bumps System.Text.Json from 6.0.2 to 8.0.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.Json&package-manager=nuget&previous-version=6.0.2&new-version=8.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies