Prig icon indicating copy to clipboard operation
Prig copied to clipboard

Prig is a lightweight framework for test indirections in .NET Framework.

Results 15 Prig issues
Sort by recently updated
recently updated
newest added

Is this project still alive?

I followed the quickstart instructions exactly, trying to mock DateTime.Now from a simple Console application (based on .NET 4.6.1), but the actual mocking just does not take place, I always...

I think it's gonna be awesome if we start supporting dotnet core (if possible) as at the moment there is no unconstrained isolation framework on core at least to my...

enhancement

I get an error message when trying to re-register Prig (after unregistering): The process 'C:\ProgramData\chocolatey\lib\Prig\tools\NuGet.exe' with arguments... See attached screenshot: ![prig-error-re-register](https://user-images.githubusercontent.com/15031661/42403304-8f3a7a3e-8180-11e8-849b-99febf102f3d.png)

As this is launched now, will there be extension available?

enhancement

Can we install the prig without visual studio? Actually, I have used the prig in one project that project would be built on another system on which visual studio is...

question

Having difficulty making PRIG work under TeamCity (msbuild 2015) [MSBuild output] ConnectorTests\ConnectorPrivateTest.cs(4,40): error CS0234: The type or namespace name 'Prig' does not exist in the namespace 'XXXXXXX.YYYY' (are you missing...

enhancement

I have a class B that inherits class A, with method A.Id I created the indirection settings for B non inherited methods and for B.Id I cannot replace the body...

How would i use Prig in CI pipeline outside of Visual studio? e.g. i have the build tools installed, and test extensions installed, but no full VS. For example, i...

Prig is AWESOME. I have one issue though: when trying to debug the test with ReSharper 2016.3 test runner within VS2015 whole IDE freezes. I am using Microsoft Test Framework...

enhancement