ExpandoIntelligizer.Fody 0.1.8

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8 or higher.

dotnet add package ExpandoIntelligizer.Fody --version 0.1.8
                    
NuGet\Install-Package ExpandoIntelligizer.Fody -Version 0.1.8
                    
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="ExpandoIntelligizer.Fody" Version="0.1.8">
  <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="ExpandoIntelligizer.Fody" Version="0.1.8" />
                    
Directory.Packages.props
<PackageReference Include="ExpandoIntelligizer.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 ExpandoIntelligizer.Fody --version 0.1.8
                    
#r "nuget: ExpandoIntelligizer.Fody, 0.1.8"
                    
#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 ExpandoIntelligizer.Fody@0.1.8
                    
#: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=ExpandoIntelligizer.Fody&version=0.1.8
                    
Install as a Cake Addin
#tool nuget:?package=ExpandoIntelligizer.Fody&version=0.1.8
                    
Install as a Cake Tool

A Nuget Fody plugin for converting dictionary members into class level properties

     This is a fody add-in that helps transfering Dictionary<string,object> type of data structures into C# properties.
     The reason for this i to have a Dictionary a like repository with strongly typed content.
     In order to have intellisense support it is advised to leave repositories in a separate project.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.2 2,106 10/13/2015
0.2.1 1,895 10/13/2015
0.2.0 1,520 10/13/2015
0.1.9 1,826 10/13/2015
0.1.8 1,813 10/13/2015
0.1.7 1,913 10/13/2015
0.1.6 2,269 10/7/2015
0.1.4 2,264 10/5/2015
0.1.3 2,471 10/5/2015