A library which is able to decompile a delegate or a method body to its lambda representation.
Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 0.34.0 |
Author(s): | Alexander Zaytsev |
Last Update: | Monday, May 27, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/hazzik/DelegateDecompiler |
NuGet Url: | https://www.nuget.org/packages/DelegateDecompiler.EntityFrameworkCore5 |
Install
Install-Package DelegateDecompiler.EntityFrameworkCore5
dotnet add package DelegateDecompiler.EntityFrameworkCore5
paket add DelegateDecompiler.EntityFrameworkCore5
DelegateDecompiler.EntityFrameworkCore5 Download (Unzip the "nupkg" after downloading)
Dependencies
- DelegateDecompiler(>= 0.29.1)
- Microsoft.EntityFrameworkCore(>= 5.0.0)
Tags