Microsoft.Restier.AspNet 1.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
.NET Framework 4.7.2
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Microsoft.Restier.AspNet --version 1.0.0
NuGet\Install-Package Microsoft.Restier.AspNet -Version 1.0.0
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="Microsoft.Restier.AspNet" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Restier.AspNet --version 1.0.0
#r "nuget: Microsoft.Restier.AspNet, 1.0.0"
#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 Microsoft.Restier.AspNet as a Cake Addin
#addin nuget:?package=Microsoft.Restier.AspNet&version=1.0.0

// Install Microsoft.Restier.AspNet as a Cake Tool
#tool nuget:?package=Microsoft.Restier.AspNet&version=1.0.0

Restier is a framework for building convention-based, secure, queryable APIs with ASP.NET. This package contains runtime components for integrating with ASP.NET Web API 2.2 to automatically handle incoming requests.

Commonly used types:
Microsoft.Restier.AspNet.RestierBatchHandler

Product Versions
.NET Framework net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Microsoft.Restier.AspNet:

Package Downloads
Microsoft.Restier.Breakdance The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A Framework for testing Restier APIs with the Breakdance testing framework. Commonly used types: Microsoft.Restier.Core.RestierController

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Microsoft.Restier.AspNet:

Repository Stars
OData/RESTier
A turn-key library for building RESTful services
OData/ODataSamples
Samples: For ODataLib, OData Web API, RESTier, etc.