Net.Web.Api.Sdk
1.1.2
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 Net.Web.Api.Sdk --version 1.1.2
NuGet\Install-Package Net.Web.Api.Sdk -Version 1.1.2
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="Net.Web.Api.Sdk" Version="1.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Net.Web.Api.Sdk --version 1.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Net.Web.Api.Sdk, 1.1.2"
#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 Net.Web.Api.Sdk as a Cake Addin #addin nuget:?package=Net.Web.Api.Sdk&version=1.1.2 // Install Net.Web.Api.Sdk as a Cake Tool #tool nuget:?package=Net.Web.Api.Sdk&version=1.1.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Documentation will come soon
Startup steps
1- Create an ASP.NET Web Application (.NET Framework) with framework version 4.8
2- Choose Empty application
3- Remove the nuget package 'Microsoft.CodeDom.Providers.DotNetCompilerPlatform' if present
4- Add the reference to the Net.Web.Api.Sdk library or add it from Nuget
5- Add a Global Application Class in the ASP.NET Web Application
6- Add the following methods in:
- Application_Start
GlobalConfiguration.Configuration.RegisterWebApi();
- Application_End
GlobalConfiguration.Configuration.UnRegisterWebApi();
7- Set the startup page ASP.NET Web Application to swagger/ui/index
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- ByteSize (>= 1.3.0)
- Castle.Core (>= 4.4.0)
- Castle.Facilities.AspNet.SystemWeb (>= 5.0.1)
- Castle.Windsor (>= 5.0.1)
- Castle.Windsor.Lifestyles (>= 0.4.0)
- ExpressiveAnnotations.dll (>= 2.7.4)
- Havit.CastleWindsor.WebForms (>= 1.8.9)
- LiteDB (>= 4.1.4)
- Microsoft.AspNet.Cors (>= 5.2.7)
- Microsoft.AspNet.Identity.Core (>= 2.2.2)
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
- Microsoft.AspNet.WebApi.Core (>= 5.2.7)
- Microsoft.AspNet.WebApi.Cors (>= 5.2.7)
- Microsoft.AspNet.WebApi.Versioning (>= 4.0.0)
- Microsoft.AspNet.WebApi.Versioning.ApiExplorer (>= 4.0.0)
- Microsoft.AspNet.WebApi.WebHost (>= 5.2.7)
- Microsoft.IdentityModel.JsonWebTokens (>= 5.6.0)
- Microsoft.IdentityModel.Logging (>= 5.6.0)
- Microsoft.IdentityModel.Tokens (>= 5.6.0)
- Microsoft.Web.Infrastructure (>= 1.0.0)
- Microsoft.Web.Xdt (>= 3.0.0)
- MultipartDataMediaFormatter.V2 (>= 2.0.2)
- Newtonsoft.Json (>= 12.0.2)
- NuGet.Core (>= 2.14.0)
- Swashbuckle.Core (>= 5.6.0)
- System.IdentityModel.Tokens.Jwt (>= 5.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Initial release.