Skip to content

Prig v0.0.0-alpha4

Pre-release
Pre-release
Compare
Choose a tag to compare
@urasandesu 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 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.