Auto.Rest.API 2.3.229

There is a newer version of this package available.
See the version list below for details.
dotnet add package Auto.Rest.API --version 2.3.229
                    
NuGet\Install-Package Auto.Rest.API -Version 2.3.229
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Auto.Rest.API" Version="2.3.229" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Auto.Rest.API" Version="2.3.229" />
                    
Directory.Packages.props
<PackageReference Include="Auto.Rest.API" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Auto.Rest.API --version 2.3.229
                    
#r "nuget: Auto.Rest.API, 2.3.229"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Auto.Rest.API@2.3.229
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Auto.Rest.API&version=2.3.229
                    
Install as a Cake Addin
#tool nuget:?package=Auto.Rest.API&version=2.3.229
                    
Install as a Cake Tool

Automatic REST api library for EF entities in .Net Core

This library automatically generates RESTful API for DbSets in DbContext. This is very much a work in progress right now so feel free to create issues on GitHub.

Version 2 breaks compatilbity as it uses a middleware instead of controller to handle requests

Version 2.1 includes count and pagedresult endoints

Version 2.2 update dotnet core runtime and other packages

Version 2.3 adds support for in/not in operator and fixes a bugs with nullable properties

https://github.com/tdudek1/AutoAPI

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.2 is compatible.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.2.56 1,021 6/23/2022
3.1.42 680 11/4/2021
3.0.31 470 10/21/2021
2.3.229 1,241 2/25/2019
2.2.212 984 12/24/2018
2.1.203 1,097 10/11/2018
2.1.191 1,049 10/10/2018
2.0.181 1,029 10/6/2018
2.0.175 1,100 10/3/2018
1.2.134 1,073 9/17/2018
1.2.133 1,074 9/17/2018
1.1.119 1,048 8/29/2018
1.1.115 1,122 8/24/2018
1.1.98 1,067 8/22/2018
1.1.95 1,105 8/21/2018
1.0.92 1,104 8/21/2018
1.0.76 1,125 8/11/2018
Loading failed