Realm.Fody 11.0.0

Suggested Alternatives

Realm

Additional Details

Starting with version 11.1.0, the Realm.Fody weaver is now contained in the main Realm package. If you're using a newer version of Realm and reference the Realm.Fody package explicitly, you should remove the reference.

dotnet add package Realm.Fody --version 11.0.0
                    
NuGet\Install-Package Realm.Fody -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.Fody" Version="11.0.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Realm.Fody" Version="11.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Realm.Fody">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 Realm.Fody --version 11.0.0
                    
#r "nuget: Realm.Fody, 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.
#:package Realm.Fody@11.0.0
                    
#: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=Realm.Fody&version=11.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Realm.Fody&version=11.0.0
                    
Install as a Cake Tool

Realm.Fody is a Fody weaver used to replace the property setters and getters of your Realm models with Realm-backed ones.

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.Fody:

Repository Stars
dsa28s/windows-hangul-clock
Hangul Clock for Windows Desktop Widget
Version Downloads Last Updated
11.0.0 58,315 5/8/2023 11.0.0 is deprecated.
10.21.1 40,864 4/21/2023
10.21.0 11,635 3/24/2023
10.20.0 66,972 2/10/2023
10.19.0 25,451 1/6/2023
10.18.0 119,943 11/2/2022
10.17.0 67,904 10/6/2022
10.16.0 6,771 10/3/2022
10.15.1 74,098 8/8/2022
10.15.0 1,966 8/5/2022
10.14.0 134,705 6/2/2022
10.13.0 12,823 5/18/2022
10.12.0 8,811 5/5/2022
10.11.2 19,367 4/21/2022
10.11.1 9,309 3/31/2022
10.11.0 2,200 3/28/2022
10.10.0 68,369 2/28/2022
10.9.0 58,723 1/21/2022
10.8.0 29,094 1/17/2022
10.7.1 81,122 11/20/2021
Loading failed