Simplify.Web
4.0.0
See the version list below for details.
dotnet add package Simplify.Web --version 4.0.0
NuGet\Install-Package Simplify.Web -Version 4.0.0
<PackageReference Include="Simplify.Web" Version="4.0.0" />
paket add Simplify.Web --version 4.0.0
#r "nuget: Simplify.Web, 4.0.0"
// Install Simplify.Web as a Cake Addin
#addin nuget:?package=Simplify.Web&version=4.0.0
// Install Simplify.Web as a Cake Tool
#tool nuget:?package=Simplify.Web&version=4.0.0
Lightweight and fast .NET web-framework based on MVC and OWIN
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.2
- Microsoft.AspNetCore.Hosting.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.AspNetCore.Http.Extensions (>= 2.2.0)
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Extensions.Configuration.Json (>= 3.1.0)
- Simplify.DI (>= 4.0.0)
- Simplify.Templates (>= 2.0.0)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Hosting.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Http (>= 2.2.2)
- Microsoft.AspNetCore.Http.Extensions (>= 2.2.0)
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Extensions.Configuration.Json (>= 3.1.0)
- Simplify.DI (>= 4.0.0)
- Simplify.Templates (>= 2.0.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on Simplify.Web:
Package | Downloads |
---|---|
Simplify.Web.Json
Simplify.Web JSON controller response and model binder |
|
Simplify.Web.MessageBox
Simplify.Web static message box templates and controller response |
|
Simplify.Web.Multipart
Simplify.Web multipart form model binder |
|
Simplify.Web.Postman
Postman collection and environment generation extension for Simplify.Web |
|
Simplify.Web.Swagger
Swagger extensions for Simplify.Web web-framework |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.6.0 | 1,806 | 5/17/2022 |
4.5.1 | 891 | 4/27/2022 |
4.5.0 | 1,048 | 11/22/2021 |
4.4.3 | 320 | 10/19/2021 |
4.4.2 | 406 | 7/18/2021 |
4.4.1 | 300 | 7/6/2021 |
4.4.0 | 860 | 4/25/2021 |
4.3.0 | 314 | 4/22/2021 |
4.3.0-pre01 | 195 | 4/21/2021 |
4.2.3 | 1,252 | 2/27/2021 |
4.2.2 | 823 | 12/11/2020 |
4.2.1 | 889 | 10/23/2020 |
4.2.0 | 399 | 9/21/2020 |
4.1.2 | 594 | 8/26/2020 |
4.1.1 | 1,125 | 4/29/2020 |
4.1.0 | 432 | 4/1/2020 |
4.0.2 | 854 | 1/27/2020 |
4.0.1 | 498 | 1/6/2020 |
4.0.0 | 997 | 12/22/2019 |
4.0.0-pre01 | 554 | 12/17/2019 |
3.0.0 | 1,162 | 10/20/2019 |
2.3.0 | 965 | 9/28/2019 |
2.2.0 | 795 | 9/3/2019 |
2.1.0 | 820 | 8/22/2019 |
2.0.1 | 480 | 6/24/2019 |
2.0.0 | 998 | 1/1/2019 |
2.0.0-pre02 | 489 | 12/23/2018 |
2.0.0-pre01 | 504 | 12/18/2018 |
1.6.1 | 318 | 4/15/2022 |
1.6.0 | 513 | 9/28/2019 |
1.5.0 | 479 | 9/3/2019 |
1.4.1 | 508 | 6/25/2019 |
1.4.0 | 543 | 5/20/2019 |
1.3.0 | 622 | 12/16/2018 |
1.2.1 | 968 | 5/9/2018 |
1.2.0 | 1,519 | 8/23/2017 |
1.1.0 | 1,065 | 2/14/2017 |
1.0.1 | 2,082 | 8/26/2016 |
1.0.0 | 1,193 | 8/26/2016 |
Breaking changes
* Simplify.Web request pipeline asynchronous all the way (Async controllers are now processed the same way as synchronous)
* `ControllerResponse` `Process` is now asynchronous (#30)
* Upgrade to Simplify.Templates 2 (#40)
New
* Controllers `Model` asynchronous `ReadModelAsync` method (#27)
* `IWebContext.RequestBody` asynchronous `ReadRequestBodyAsync` method (#26)
* `IWebContext.Form` asynchronous `ReadFormAsync` method
* Static file handler is asynchronous (#31)
* IWebContext.IsAuthenticated (#42)
* TemplateFactory `LoadAsync` method refactored to correct async
Bug fixes
* RequiredAttribute is not checking empty strings (#29)
* StaticFileResponse is not correctly calculating MIME type by file extension (#34)
Dependencies Updates
* System.IO.Abstractions dependency removed