Skip to content

Prig v2.3.2

Latest
Compare
Choose a tag to compare
@urasandesu urasandesu released this 12 Mar 07:07
· 3 commits to master since this release
  • Fixed #83: Namespace / typename confusion. Added global namespace alias when Prig Assembly is generated.
  • Fixed #85: The method of generic type that has declaring type parameter excluding this cannot detour. Against the method that has the type as same as declaring the type as the signature, consider the problem that we cannot make the generic type instance that is instantiated by its generic parameter in the managed code.
  • Fixed #76: Unable to share unit test with team. Modify the processing so that adds Prig Assembly to reference the only assembly that is located at System Directory(e.g. C:\Windows) by full path.
  • Fixed #81: Support VS2013/VS2015 mixed environment. Change the machine wide installer behavior: change the target of Test Explorer for prig install from the latest Visual Studio to all versions Visual Studio.
  • Fixed #90, #91: MsTest issues. Indirection Stub is unintendedly crossed plural AppDomains by MsTest. Improve AppDomain isolation against the profiler generated code.
  • Fixed #92: Add Prig Assembly is failed immediately after installation. Set the log directory permission to everyone full control when installing.

NOTE: You have to reinstall Prig explicitly to enable the above correction. For details, see our Wiki.