ThisAssembly.Constants 1.0.2
** C# 9.0 ONLY **
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";
}
}
}
Built from https://github.com/kzu/ThisAssembly/tree/9fb55b8d0
Showing the top 20 packages that depend on ThisAssembly.Constants.
Packages | Downloads |
---|---|
GitInfo
Access commit information from MSBuild and C#/F#/VB code, and infer SemVer from branch, tag or version file in Git repository.
|
3 |
GitInfo
Access commit information from MSBuild and C#/F#/VB code, and infer SemVer from branch, tag or version file in Git repository.
|
4 |
GitInfo
Access commit information from MSBuild and C#/F#/VB code, and infer SemVer from branch, tag or version file in Git repository.
|
5 |
GitInfo
Access commit information from MSBuild and C#/F#/VB code, and infer SemVer from branch, tag or version file in Git repository.
> This project uses SponsorLink to attribute sponsor status (direct, indirect or implicit). For IDE usage, sponsor status is required.
> IDE-only warnings will be emitted after a grace period otherwise. Learn more at https://github.com/devlooped#sponsorlink.
|
4 |
.NET Standard 2.0
- ThisAssembly.Prerequisites (>= 1.0.2)
Version | Downloads | Last updated |
---|---|---|
2.0.10 | 4 | 12/11/2024 |
2.0.9 | 0 | 11/23/2024 |
2.0.8 | 0 | 11/08/2024 |
2.0.7 | 3 | 12/23/2024 |
2.0.6 | 3 | 12/12/2024 |
2.0.5 | 3 | 12/24/2024 |
2.0.4 | 3 | 12/13/2024 |
2.0.3 | 3 | 12/23/2024 |
2.0.2 | 3 | 12/17/2024 |
1.4.3 | 3 | 12/23/2024 |
1.4.2 | 3 | 12/13/2024 |
1.4.1 | 3 | 12/13/2024 |
1.4.0 | 3 | 12/16/2024 |
1.1.3 | 3 | 12/12/2024 |
1.1.2 | 3 | 12/16/2024 |
1.1.1 | 3 | 12/13/2024 |
1.1.1-beta | 3 | 12/13/2024 |
1.1.0 | 3 | 12/13/2024 |
1.0.10 | 3 | 12/13/2024 |
1.0.9 | 3 | 12/13/2024 |
1.0.8 | 3 | 12/24/2024 |
1.0.7 | 3 | 12/12/2024 |
1.0.6 | 3 | 12/23/2024 |
1.0.5 | 3 | 12/13/2024 |
1.0.4 | 3 | 12/23/2024 |
1.0.3 | 3 | 12/13/2024 |
1.0.2 | 3 | 12/13/2024 |
1.0.1 | 3 | 12/23/2024 |
1.0.0 | 3 | 12/12/2024 |
1.0.0-rc.1 | 0 | 10/28/2020 |
1.0.0-rc | 3 | 12/23/2024 |