ASP.NET Core middleware for deserializing EF Core queries.
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