Slyno.WebApi
3.1.1
dotnet add package Slyno.WebApi --version 3.1.1
NuGet\Install-Package Slyno.WebApi -Version 3.1.1
<PackageReference Include="Slyno.WebApi" Version="3.1.1" />
paket add Slyno.WebApi --version 3.1.1
#r "nuget: Slyno.WebApi, 3.1.1"
// Install Slyno.WebApi as a Cake Addin #addin nuget:?package=Slyno.WebApi&version=3.1.1 // Install Slyno.WebApi as a Cake Tool #tool nuget:?package=Slyno.WebApi&version=3.1.1
Library to help with WebApi applications.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- EntityFramework (>= 6.1.3)
- Microsoft.AspNet.Identity.Core (>= 2.2.1)
- Microsoft.AspNet.WebApi.Core (>= 5.2.3)
- Microsoft.AspNet.WebApi.Cors (>= 5.2.3)
- Microsoft.AspNet.WebApi.Extensions.Compression.Server (>= 2.0.6)
- Microsoft.AspNet.WebApi.WebHost (>= 5.2.3)
- Microsoft.Azure.KeyVault.Core (>= 2.0.4)
- Microsoft.IO.RecyclableMemoryStream (>= 1.2.1)
- Microsoft.WindowsAzure.ConfigurationManager (>= 3.2.3)
- Newtonsoft.Json (>= 9.0.1)
- System.ComponentModel.EventBasedAsync (>= 4.3.0)
- System.Dynamic.Runtime (>= 4.3.0)
- System.Linq.Queryable (>= 4.3.0)
- System.Net.Requests (>= 4.3.0)
- WindowsAzure.ServiceBus (>= 3.4.6)
- WindowsAzure.Storage (>= 8.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
v3.1.1.0
Enabled gzip.
Added Auth attributes.
v3.0.0.0
Removed SimpleInjector so any IoC can be used.
Added base api controllers.
Updated StreamingServices.
Updated CrudService.
Bug fixes.
v2.0.0.0
Revamped the models to be more generic by moving many properties into separate interfaces.
Better storage handling with new IStorable interface.
Removed ModelEvents since that is way overkill.
Simplified setup.
v1.2.1.0
Adds default container registrations for ILogger, IPatcher, and IModelEventService if they aren't set by the WebApiConfig.
Patch updates to allow JObjects.
v1.2.0.0
Bug fixes.
v1.1.0.1
Updated to remove Swagger which is now available in a different package.
Simplified setting up a SlynoWebApi Application by using the WebApiConfig.Register method.
v1.0.0.0
Initial release.
Added ParameterBindings.
Added StreamingServices.
v1.0.0.0-beta-2
Updated SlynoWebApiApplication to be setup easier.
v1.0.0.0-beta-1
Initial beta.