Prig
Prig copied to clipboard
Prig is a lightweight framework for test indirections in .NET Framework.
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...
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: 
As this is launched now, will there be extension available?
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...
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...
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...