- Add net6.0 support.
- Update GrEmit dependency to v3.4.10.
- Update GrEmit dependency to v3.4.1.
- Run tests against net5.0 tfm.
- Update GrEmit to v3.2.2 supporting SourceLink.
- Use SourceLink to help ReSharper decompiler show actual code.
- Fix bug in
LambdaExpressionCreator
. - Update dependencies.
- Use Nerdbank.GitVersioning to automate generation of assembly and nuget package versions.
- Update Gremit dependency to v2.3.
- Fix bugs in
CallExpressionEmitter
(PR #5). - Support
enum
,decimal
, andNullable<TConstant>
as types of constants in expressions passed toLambdaCompiler.CompileToMethod()
(PR #6).
- Support .NET Standard 2.0.
- Switch to SDK-style project format and dotnet core build tooling.