Microsoft.Restier 0.4.0-beta

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Suggested Alternatives

Microsoft.Restier.AspNet

Additional Details

Restier RC1 has been released, and this meta-package is no longer used. Please install Microsoft.Restier.AspNet and Microsoft.Restier.EntityFramework instead.

This is a prerelease version of Microsoft.Restier.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Microsoft.Restier --version 0.4.0-beta
NuGet\Install-Package Microsoft.Restier -Version 0.4.0-beta
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" Version="0.4.0-beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Restier --version 0.4.0-beta
#r "nuget: Microsoft.Restier, 0.4.0-beta"
#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 as a Cake Addin
#addin nuget:?package=Microsoft.Restier&version=0.4.0-beta&prerelease

// Install Microsoft.Restier as a Cake Tool
#tool nuget:?package=Microsoft.Restier&version=0.4.0-beta&prerelease

Includes RESTier related packages. RESTier is a RESTful API development framework for building standardized, OData V4 based RESTful services on .NET.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

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

Package Downloads
Npgsql.Restier

Includes RESTier related packages, and Npgsql. RESTier is a RESTful API development framework for building standardized, OData V4 based RESTful services on .NET. Npgsql is a .NET data provider for PostgreSQL.

GitHub repositories (2)

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

Repository Stars
OData/ODataSamples
Samples: For ODataLib, OData Web API, RESTier, etc.
rbeauchamp/Swashbuckle.OData
Extends Swashbuckle with OData v4 support!
Version Downloads Last updated

Features supported in 0.4.0-beta
--
Unified hook handler mechanism for users to inject hooks
Built-in RestierController now handles most CRUD scenarios for users including entity set access, entity access, property access with $count/$value support. #193, #234
Support building entity set, singleton and operation from Api (previously Domain). Now users can save much time writing code to build model. #207
Support in-memory data source provider #189

Bug-fixes since 0.3.0-beta2
--
Fix IISExpress instance startup issue in E2E tests #145, #241
Should return 400 if there is any invalid query option #176

Improvements since 0.3.0-beta2
--
Thorough API cleanup, code refactor and concept reduction #164
The Conventions project was merged into the Core project. Conventions are now enabled by default. The OnModelExtending convention was removed due to inconsistency. #191
Add a sample service with an in-memory provider #189
Unified exception-handling process #24, #26
Simplified MapRestierRoute now takes an Api class instead of a controller class. No custom controller required in simple cases.

https://odata.github.io/RESTier/#03-14-0-4-0-rc