Prig Versions Save

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

v0.0.0-alpha6

9 years ago
  • Pre-release 6.
  • Improved performance replacing original methods to indirect methods. Due to change to cache IndirectionDelegates and to import infrastructure's improvements, this version is x1.5 - x2.0 faster than previous version.

v0.0.0-alpha5

9 years ago
  • Pre-release 5.
  • Fixed Issue #9: Add-PrigAssembly -AssemblyFrom went dead.
  • Fixed Issue #10: prig -p ConsoleApplication1.exe went dead.
  • Fixed Issue #11: In .NET 3.5, the assembly containing dynamic methods can't be called indirectly.

v0.0.0-alpha4

9 years ago
  • Pre-release 4.
  • Supported the feature to generate the stub for one runtime instance.
  • [NOTICE] Changed the generated stub's API. It became a static method from a nested type. For example, until previous, the stub against System.DateTime.Now was System.Prig.PDateTime.NowGet.Body. From now, the stub becomes System.Prig.PDateTime.NowGet().Body. Because the previous version can't propagate an instance.
  • Fixed Issue #6: Methods defined in .exe can't be called indirectly.
  • Fixed Issue #7: Path to tools become unreachable from the Package Manager Console after building a project.
  • Fixed Issue #8: Against the method that contains a nested type, indirection stub can't be created.

v0.0.0-alpha3

9 years ago
  • Pre-release 3.
  • Fixed Issue #3: Test is freezed when hijacking the method to add an event handler.
  • Fixed Issue #4: Multiple Prig assemblies can't be added.
  • Fixed Issue #5: Build was failed when adding Prig assembly for 3rd party library.

v0.0.0-alpha2

9 years ago
  • Pre-release 2.
  • In Add-PrigAssembly command, added the feature to enable that the full path to stubbing assembly is specified. This will allow that you can add Prig Assembly that is not registered to GAC.
  • Added support for generating constraints of generic parameters automatically.
  • Fixed Issue #1: BadImageFormatException occurred.
  • Fixed Issue #2: Shall the name attribute be unique in the Stub Setting?

v0.0.0-alpha1

9 years ago
  • Pre-release 1.
  • Limited Support for NuGet.

v0.0.0-alpha

9 years ago

Pre-release