Realm.SourceGenerator
11.0.0
Suggested Alternatives
Additional Details
Starting with version 11.1.0, the Realm source generator is now distributed with the main Realm package. If you're using a newer version of Realm and reference the Realm.SourceGenerator package explicitly, you should remove the reference.
dotnet add package Realm.SourceGenerator --version 11.0.0
NuGet\Install-Package Realm.SourceGenerator -Version 11.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="Realm.SourceGenerator" Version="11.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Realm.SourceGenerator --version 11.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Realm.SourceGenerator, 11.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 Realm.SourceGenerator as a Cake Addin #addin nuget:?package=Realm.SourceGenerator&version=11.0.0 // Install Realm.SourceGenerator as a Cake Tool #tool nuget:?package=Realm.SourceGenerator&version=11.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Realm.SourceGenerator is a Source Generator used to generate the implementation of Realm model classes.
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Realm.SourceGenerator:
Repository | Stars |
---|---|
realm/realm-dotnet
Realm is a mobile database: a replacement for SQLite & ORMs
|