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.33.1 |
Author(s): | Alexander Zaytsev |
Last Update: | Friday, May 3, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/hazzik/DelegateDecompiler |
NuGet Url: | https://www.nuget.org/packages/DelegateDecompiler.EntityFrameworkCore |
Install
Install-Package DelegateDecompiler.EntityFrameworkCore
dotnet add package DelegateDecompiler.EntityFrameworkCore
paket add DelegateDecompiler.EntityFrameworkCore
DelegateDecompiler.EntityFrameworkCore Download (Unzip the "nupkg" after downloading)
Dependencies
- DelegateDecompiler(>= 0.29.1)
- Microsoft.EntityFrameworkCore(>= 2.0.0 && < 4.0.0)
Tags