Info
Version: | 1.6.4 |
Author(s): | Antony Male |
Last Update: | Wednesday, April 19, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/canton7/RestEase |
NuGet Url: | https://www.nuget.org/packages/RestEase.SourceGenerator |
Install
Install-Package RestEase.SourceGenerator
dotnet add package RestEase.SourceGenerator
paket add RestEase.SourceGenerator
RestEase.SourceGenerator Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Generates implementations for RestEase interfaces at compile-time, to provide error-checking, faster execution, and support for platforms which don't support runtime code generation (such as iOS and .NET Native).
You must be using the .NET 5 SDK (or higher) to use this.
You will also need to install the RestEase package.
For more details, see https://github.com/canton7/RestEase#using-resteasesourcegenerator.