Skip to content

3.2.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jvandertil jvandertil released this 29 May 20:04
· 40 commits to master since this release

New minor version which adds support for out and ref parameters in method calls.

Changes this release

  • Added support for 'ref' and 'out' parameters (issue #17)
  • Improved performance of dynamic type instantiation when targeting .NET Standard 1.5 and .NET Standard 2.0. (PR #18, and issue #19)

NOTE: 'out' and 'ref' parameters in dynamic methods are not supported on .NET Core 1.X runtimes. This is a limitation of the runtime and will result in a PlatformNotSupportedException. Full Framework and .NET Core 2.x are tested to work.