AutoController 1.0.5
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package AutoController --version 1.0.5
NuGet\Install-Package AutoController -Version 1.0.5
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="AutoController" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AutoController --version 1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: AutoController, 1.0.5"
#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.
// Install AutoController as a Cake Addin #addin nuget:?package=AutoController&version=1.0.5 // Install AutoController as a Cake Tool #tool nuget:?package=AutoController&version=1.0.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Automaticly create REST API endpoints from your Entity Framework Core database context. CRUD actions becomes more easy!
Supported features:
Pagination by default
Sorting results
Interacting type can be JSON or XML
Flexible and adjustable request/response schema
Filtering results
Authentificated Access and Permitions Control
Execute some Actions before save/delete
Execute some Actions before DbContext SaveChanges/SaveChangesAsync
Routers and handlers for paths will be created:
"/Your Entity/Index" GET
"/Your Entity/Count" GET
"/Your Entity/Save" POST
"/Your Entity/Update" PUT
"/Your Entity/Delete" DELETE
Interacting type can be JSON or XML.
Database supported:
SQLLite SQLServer PostgreSQL
Product | Versions 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. |
.NET Core | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- Microsoft.AspNetCore.Authorization (>= 3.1.7)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore (>= 3.1.7)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.EntityFrameworkCore (>= 3.1.7)
- Microsoft.EntityFrameworkCore.Sqlite (>= 3.1.7)
- Microsoft.EntityFrameworkCore.SqlServer (>= 3.1.7)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 3.1.4)
- System.Linq.Dynamic.Core (>= 1.2.1)
- System.Net.Http (>= 4.3.4)
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 |
---|---|---|
1.0.14 | 97 | 10/13/2024 |
1.0.13 | 88 | 10/7/2024 |
1.0.12 | 96 | 10/6/2024 |
1.0.11 | 108 | 10/5/2024 |
1.0.10 | 100 | 10/3/2024 |
1.0.9 | 593 | 10/26/2023 |
1.0.8 | 494 | 10/26/2023 |
1.0.6 | 918 | 12/20/2021 |
1.0.5 | 1,085 | 10/12/2020 |
1.0.4 | 1,067 | 8/20/2020 |
1.0.3 | 1,099 | 8/6/2020 |
1.0.2 | 1,142 | 8/2/2020 |
1.0.1 | 1,060 | 8/1/2020 |
1.0.0-alpha-2 | 895 | 7/31/2020 |
1.0.0-alpha | 920 | 7/30/2020 |