Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 2.2% downloads on nuget.org

nuget.org : thisassembly.constants

This package generates a static `ThisAssembly.Constants` class with public constants for each Constant MSBuild item in the project. For example: <ItemGroup> <Constant Include="Foo.Bar" Value="Baz" /> </ItemGroup> Results in a corresponding `ThisAssembly.Constants.Foo.Bar` constant with the value `Baz`: Generated code: C#: partial class ThisAssembly { public static partial class Constants { public static partial class Foo { public const string Bar = "Baz"; } } }

Registry - Homepage - JSON
purl: pkg:nuget/thisassembly.constants
Keywords: dotnet, roslyn
License: MIT
Latest release: 4 months ago
First release: over 3 years ago
Dependent packages: 3
Downloads: 545,222 total
Last synced: 21 days ago

    Loading...
    Readme
    Loading...