Releases: urasandesu/Prig
Releases · urasandesu/Prig
Prig v0.0.0-alpha6
- 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
Prig v0.0.0-alpha4
- 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
wasSystem.Prig.PDateTime.NowGet.Body
. From now, the stub becomesSystem.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
Prig v0.0.0-alpha2
- 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
- Pre-release 1.
- Limited Support for NuGet.
Prig v0.0.0-alpha
Pre-release