Prig v0.0.0-alpha4
Pre-release
Pre-release
urasandesu
released this
27 Jul 07:14
·
153 commits
to master
since this 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
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.