OptionsSourceGenerator 0.1.11

dotnet add package OptionsSourceGenerator --version 0.1.11
NuGet\Install-Package OptionsSourceGenerator -Version 0.1.11
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="OptionsSourceGenerator" Version="0.1.11">
  <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.
paket add OptionsSourceGenerator --version 0.1.11
#r "nuget: OptionsSourceGenerator, 0.1.11"
#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 OptionsSourceGenerator as a Cake Addin
#addin nuget:?package=OptionsSourceGenerator&version=0.1.11

// Install OptionsSourceGenerator as a Cake Tool
#tool nuget:?package=OptionsSourceGenerator&version=0.1.11

OptionsSourceGenerator

This is a C# Incremental Source Generator.

Install

dotnet add package OptionsSourceGenerator

Usage

<PropertyGroup>
    <RootNamespace>Exam</RootNamespace>
</PropertyGroup>

<ItemGroup>
    <None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/roslyn4.0/cs" Visible="false" />
    <None Include="..\..\README.md" Pack="true" PackagePath="\" Visible="false" />

    <Content Include="build\Example.props" Pack="true" PackagePath="build" />
    <Content Include="build\Example.targets" Pack="true" PackagePath="build" />
</ItemGroup>

<ItemGroup>
    <AdditionalFiles Include="\build\Example.props" OptionsSourceGenerator_Namespace="Exam" OptionsSourceGenerator_GlobalName="GlobalOptions" OptionsSourceGenerator_AdditionalFileName="AdditionalFileOptions" />
</ItemGroup>
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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.1.11 274 12/29/2021
0.1.10 201 12/28/2021
0.1.9 273 12/28/2021
0.1.8 246 12/28/2021
0.1.7 245 12/28/2021
0.1.6 247 12/28/2021
0.1.5 244 12/28/2021
0.1.4 250 12/21/2021
0.1.3 222 12/21/2021
0.1.2 215 12/21/2021
0.1.1 209 12/20/2021
0.1.0 202 12/20/2021