A library which is able to decompile a delegate or a method body to its lambda representation.
Entity Framework 6 Docs: https://entityframework.net/
Entity Framework Core Docs: https://entityframeworkcore.com/
Learn Entity Framework Core 5: https://www.learnentityframeworkcore5.com/
Info
Version: | 0.28.3 |
Author(s): | Alexander Zaytsev |
Last Update: | Saturday, January 9, 2021 |
.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.28.3)
- Microsoft.EntityFrameworkCore(>= 2.0.0 && < 4.0.0)
Tags