Prig v2.0.0-alpha06
Pre-release
Pre-release
urasandesu
released this
18 Sep 00:59
·
93 commits
to master
since this release
- Fixed #45: Support Visual Studio 2015
- Fixed #44: Namespace reference not added for parameter that is array type
[NOTICE] This issue has already been fixed in the family of V2. We just applied the fix to the family of V1. - Improve installation robustness. The
ExecutionPolicy
of PowerShell that is invoked during build tasks was sometimes unexpected, so modify to set explicit value. - Enhance supported signature. The unusual types that appear on the interface of a method is almost supported. For example,
T[,][]
(T
is a generic type parameter),List<DateTime[]>[,]
,out M[][,]
(M
is a generic method parameter) and so on. - Prepare to support three or more out/ref parameters. By decreasing the dependencies of an indirection stub that profiler used, performance is also improved.