ASP.NET Core middleware for deserializing EF Core queries.
Info
Version: | 0.9.7-beta |
Author(s): | Jeremy Likness |
Last Update: | Monday, October 19, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JeremyLikness/ExpressionPowerTools/blob/master/docs/index.md |
NuGet Url: | https://www.nuget.org/packages/ExpressionPowerTools.Serialization.EFCore.AspNetCore |
Install
Install-Package ExpressionPowerTools.Serialization.EFCore.AspNetCore
dotnet add package ExpressionPowerTools.Serialization.EFCore.AspNetCore
paket add ExpressionPowerTools.Serialization.EFCore.AspNetCore
ExpressionPowerTools.Serialization.EFCore.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- ExpressionPowerTools.Serialization(>= 0.9.7)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.CSharp(>= 4.7.0)
- Microsoft.EntityFrameworkCore(>= 3.1.8)
- System.Dynamic.Runtime(>= 4.3.0)
- System.Text.Json(>= 4.7.2)
Tags