OptionsSourceGenerator 0.1.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package OptionsSourceGenerator --version 0.1.7
NuGet\Install-Package OptionsSourceGenerator -Version 0.1.7
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.7">
  <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.7
#r "nuget: OptionsSourceGenerator, 0.1.7"
#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.7

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

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 203 12/29/2021
0.1.10 163 12/28/2021
0.1.9 218 12/28/2021
0.1.8 192 12/28/2021
0.1.7 194 12/28/2021
0.1.6 198 12/28/2021
0.1.5 193 12/28/2021
0.1.4 186 12/21/2021
0.1.3 171 12/21/2021
0.1.2 166 12/21/2021
0.1.1 167 12/20/2021
0.1.0 159 12/20/2021