Ecosyste.ms: Packages

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

Top 5.2% downloads on nuget.org

nuget.org : thisassembly.project

This package generates a static `ThisAssembly.Project` class with public constants exposing project properties that have been opted into this mechanism by adding them as `ProjectProperty` MSBuild items in project file, such as: <PropertyGroup> <Foo>Bar</Foo> </PropertyGroup> <ItemGroup> <ProjectProperty Include="Foo" /> </ItemGroup> A corresponding `ThisAssembly.Project.Foo` constant with the value `Bar` is provided. Generated code: C#: partial class ThisAssembly { public static partial class Project { public const string Foo = "Bar"; } }

Registry - Homepage - JSON
purl: pkg:nuget/thisassembly.project
Keywords: dotnet, roslyn
License: MIT
Latest release: 4 months ago
First release: over 124 years ago
Dependent packages: 4
Downloads: 107,617 total
Last synced: 16 days ago

    Loading...
    Readme
    Loading...