Skip to content

Releases: urasandesu/Prig

Prig v0.0.0-alpha6

08 Aug 22:19
Compare
Choose a tag to compare
Prig v0.0.0-alpha6 Pre-release
Pre-release
  • 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.

Prig v0.0.0-alpha5

31 Jul 12:26
Compare
Choose a tag to compare
Prig v0.0.0-alpha5 Pre-release
Pre-release
  • 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.

Prig v0.0.0-alpha4

27 Jul 07:14
Compare
Choose a tag to compare
Prig v0.0.0-alpha4 Pre-release
Pre-release
  • 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.

Prig v0.0.0-alpha3

16 Jul 13:12
Compare
Choose a tag to compare
Prig v0.0.0-alpha3 Pre-release
Pre-release
  • 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.

Prig v0.0.0-alpha2

21 Jun 15:01
Compare
Choose a tag to compare
Prig v0.0.0-alpha2 Pre-release
Pre-release
  • 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?

Prig v0.0.0-alpha1

16 Jun 12:14
Compare
Choose a tag to compare
Prig v0.0.0-alpha1 Pre-release
Pre-release
  • Pre-release 1.
  • Limited Support for NuGet.

Prig v0.0.0-alpha

31 May 04:50
Compare
Choose a tag to compare
Prig v0.0.0-alpha Pre-release
Pre-release

Pre-release