Microsoft.Restier 1.0.0-beta

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 1.0.0-beta
                    
NuGet\Install-Package Microsoft.Restier -Version 1.0.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="1.0.0-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Restier" Version="1.0.0-beta" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Restier" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Restier --version 1.0.0-beta
                    
#r "nuget: Microsoft.Restier, 1.0.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.
#:package Microsoft.Restier@1.0.0-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Restier&version=1.0.0-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Restier&version=1.0.0-beta&prerelease
                    
Install as a Cake Tool

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