![]() |
VOOZH | about |
dotnet add package AutoClutch.ODataApiController --version 5.0.0
NuGet\Install-Package AutoClutch.ODataApiController -Version 5.0.0
<PackageReference Include="AutoClutch.ODataApiController" Version="5.0.0" />
<PackageVersion Include="AutoClutch.ODataApiController" Version="5.0.0" />Directory.Packages.props
<PackageReference Include="AutoClutch.ODataApiController" />Project file
paket add AutoClutch.ODataApiController --version 5.0.0
#r "nuget: AutoClutch.ODataApiController, 5.0.0"
#:package AutoClutch.ODataApiController@5.0.0
#addin nuget:?package=AutoClutch.ODataApiController&version=5.0.0Install as a Cake Addin
#tool nuget:?package=AutoClutch.ODataApiController&version=5.0.0Install as a Cake Tool
AutoClutch.ODataApiController is a simple generic controller for use with WebApi controllers.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
- v5.0.0
- Added initial support for connecting to OData as a context.
- Incldes the linq2rest library to be able to query OData endpoints with LINQ.
- v4.6.1
- Added the ability to softdelete from the delete endpoint.
- v4.6.0
- Downgraded .net library requirement to 4.5.0 from 4.5.2 to help compatibility.
- Upgraded dependent nuget packages.
- v4.5.2
- Move IService interface out and over to the Core project.
- v4.5
- Included error and exception handling logic.
- Included logging logic.
- v4.4.1
- Fixed bug that was preventing Put Post and Patch from saving correctly when no logged in user is found.
- v4.4
- Removed LogService dependency from ODataController.
- Updated dll property level versioning information.
- Upgraded context configuration level handling.
- Upgraded Tracker Enabled Context.