OptionsSourceGenerator 0.1.5

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

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

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="" />
</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 206 12/29/2021
0.1.10 164 12/28/2021
0.1.9 219 12/28/2021
0.1.8 193 12/28/2021
0.1.7 195 12/28/2021
0.1.6 199 12/28/2021
0.1.5 194 12/28/2021
0.1.4 187 12/21/2021
0.1.3 172 12/21/2021
0.1.2 167 12/21/2021
0.1.1 168 12/20/2021
0.1.0 160 12/20/2021