RestEase.SourceGenerator
1.5.0-preview
See the version list below for details.
dotnet add package RestEase.SourceGenerator --version 1.5.0-preview
NuGet\Install-Package RestEase.SourceGenerator -Version 1.5.0-preview
<PackageReference Include="RestEase.SourceGenerator" Version="1.5.0-preview" />
paket add RestEase.SourceGenerator --version 1.5.0-preview
#r "nuget: RestEase.SourceGenerator, 1.5.0-preview"
// Install RestEase.SourceGenerator as a Cake Addin
#addin nuget:?package=RestEase.SourceGenerator&version=1.5.0-preview&prerelease
// Install RestEase.SourceGenerator as a Cake Tool
#tool nuget:?package=RestEase.SourceGenerator&version=1.5.0-preview&prerelease
Source generator for RestEase.
Requires preview versions of Visual Studio and .NET 5, and <LangVersion>latest</LangVersion>. Please see https://github.com/canton7/RestEase/issues/158 .
May break, as changes are made to the Source Generator tooling.
Learn more about Target Frameworks and .NET Standard.
-
- RestEase (>= 1.5.0 && < 2.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on RestEase.SourceGenerator:
Package | Downloads |
---|---|
Stl.Fusion.Client
Client-side components of Stl.Fusion - a new implementation of "computed observables" designed to power distributed apps. Thread-safe, asynchronous, immutable, and ready to serve replicas of computed instances to remote clients. |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on RestEase.SourceGenerator:
Repository | Stars |
---|---|
servicetitan/Stl.Fusion
Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!
|
|
thangchung/clean-architecture-dotnet
🕸 Yet Another .NET Clean Architecture, but for Microservices project. It uses Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns apply on the simple eCommerce sample and run on Tye with Dapr extension 🍻
|
|
StefH/FluentBuilder
A project which uses Source Generation to create a FluentBuilder for a specified model or DTO
|