ThisAssembly.Metadata 1.0.0-alpha
This package generates a static `ThisAssembly.Metadata` class with public
constants exposing each `[System.Reflection.AssemblyMetadata(..)]` defined for the project,
such as when using .NET 5.0+ support for `AssemblyMetadata` MSBuild items.
So for an attribute like:
[assembly: System.Reflection.AssemblyMetadataAttribute("Foo", "Bar")]
A corresponding `ThisAssembly.Metadata.Foo` constant with the value `Bar` is provided.
The metadata attribute can alternatively be declared using MSBuild in the project
(for .NET 5.0+ projects):
<ItemGroup>
<AssemblyMetadata Include="Foo" Value="Bar" />
</ItemGroup>
Generated code:
C#:
partial class ThisAssembly
{
public static partial class Metadata
{
public const string Foo = "Bar";
}
}
VB:
Namespace Global
Partial Class ThisAssembly
Partial Class Metadata
Public Const Foo = "Bar"
End Class
End Class
End Namespace
F#:
module internal ThisAssembly
module public Metadata =
[<Literal>]
let public Foo = @"Bar"
Showing the top 20 packages that depend on ThisAssembly.Metadata.
| Packages | Downloads |
|---|---|
|
ThisAssembly
Meta-package that includes all ThisAssembly.* packages.
|
24 |
|
ThisAssembly
Meta-package that includes all ThisAssembly.* packages.
> 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.
|
24 |
|
ThisAssembly
Meta-package that includes all ThisAssembly.* packages.
|
23 |
|
ThisAssembly
Meta-package that includes all ThisAssembly.* packages. ** C# 9.0 ONLY **
Built from https://github.com/devlooped/ThisAssembly/tree/832f99169
|
23 |
|
ThisAssembly
Meta-package that includes all ThisAssembly.* packages.
> 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.
|
23 |
|
ThisAssembly
Meta-package that includes all ThisAssembly.* packages. ** C# 9.0 ONLY **
Built from https://github.com/kzu/ThisAssembly/tree/9fb55b8d0
|
23 |
|
ThisAssembly
Meta-package that includes all ThisAssembly.* packages. ** C# 9.0 ONLY **
Built from https://github.com/devlooped/ThisAssembly/tree/96dde2c67
|
23 |
|
ThisAssembly
Meta-package that includes all ThisAssembly.* packages. ** C# 9.0 ONLY **
Built from /tree/97da74d9e
|
23 |
|
ThisAssembly
Meta-package that includes all ThisAssembly.* packages. ** C# 9.0 ONLY **
|
22 |
|
ThisAssembly
Meta-package that includes all ThisAssembly.* packages.
> 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.
|
22 |
|
ThisAssembly
Meta-package that includes all ThisAssembly.* packages. ** C# 9.0 ONLY **
Built from https://github.com/devlooped/ThisAssembly/tree/cb21dfaef
|
22 |
|
ThisAssembly
Meta-package that includes all ThisAssembly.* packages. ** C# 9.0 ONLY **
Built from https://github.com/devlooped/ThisAssembly/tree/a2ad73899
|
22 |
|
ThisAssembly
Meta-package that includes all ThisAssembly.* packages. ** C# 9.0 ONLY **
Built from https://github.com/devlooped/ThisAssembly/tree/1af5a25ed
|
22 |
|
ThisAssembly
Meta-package that includes all ThisAssembly.* packages.
|
21 |
.NET Standard 2.0
- ThisAssembly.DesignTimeFix (>= 1.0.0-alpha)
- ThisAssembly.Prerequisites (>= 1.0.0-alpha)
| Version | Downloads | Last updated |
|---|---|---|
| 2.1.5 | 16 | 08/30/2026 |
| 2.1.4 | 15 | 09/01/2026 |
| 2.1.3 | 14 | 09/01/2026 |
| 2.1.2 | 27 | 06/16/2026 |
| 2.1.1 | 21 | 06/16/2026 |
| 2.1.0 | 25 | 06/16/2026 |
| 2.1.0-rc.1 | 23 | 06/16/2026 |
| 2.1.0-rc | 23 | 06/16/2026 |
| 2.1.0-beta | 23 | 06/16/2026 |
| 2.0.14 | 24 | 06/16/2026 |
| 2.0.13 | 21 | 06/16/2026 |
| 2.0.12 | 24 | 06/16/2026 |
| 2.0.11 | 25 | 06/16/2026 |
| 2.0.10 | 22 | 06/16/2026 |
| 2.0.9 | 22 | 06/16/2026 |
| 2.0.8 | 21 | 06/16/2026 |
| 2.0.7 | 22 | 06/16/2026 |
| 2.0.6 | 23 | 06/16/2026 |
| 2.0.5 | 20 | 06/16/2026 |
| 2.0.4 | 19 | 06/16/2026 |
| 2.0.3 | 23 | 06/16/2026 |
| 2.0.2 | 24 | 06/16/2026 |
| 2.0.1 | 24 | 06/16/2026 |
| 1.4.3 | 22 | 06/16/2026 |
| 1.4.2 | 23 | 06/16/2026 |
| 1.4.1 | 20 | 06/16/2026 |
| 1.4.0 | 22 | 06/16/2026 |
| 1.1.3 | 20 | 06/16/2026 |
| 1.1.2 | 20 | 06/16/2026 |
| 1.1.1 | 22 | 06/16/2026 |
| 1.1.1-beta | 22 | 06/16/2026 |
| 1.1.0 | 22 | 06/16/2026 |
| 1.0.10 | 25 | 06/16/2026 |
| 1.0.9 | 21 | 06/16/2026 |
| 1.0.8 | 23 | 06/16/2026 |
| 1.0.7 | 24 | 06/16/2026 |
| 1.0.6 | 23 | 06/16/2026 |
| 1.0.5 | 25 | 06/16/2026 |
| 1.0.4 | 22 | 06/16/2026 |
| 1.0.3 | 21 | 06/16/2026 |
| 1.0.2 | 22 | 06/16/2026 |
| 1.0.1 | 23 | 06/16/2026 |
| 1.0.0 | 21 | 06/16/2026 |
| 1.0.0-rc.1 | 24 | 06/16/2026 |
| 1.0.0-rc | 23 | 06/16/2026 |
| 1.0.0-beta | 25 | 06/16/2026 |
| 1.0.0-alpha.3 | 18 | 06/16/2026 |
| 1.0.0-alpha.2 | 24 | 06/16/2026 |
| 1.0.0-alpha.1 | 15 | 06/16/2026 |
| 1.0.0-alpha | 23 | 06/16/2026 |
| 0.10.6 | 24 | 06/16/2026 |
| 0.10.5 | 20 | 06/16/2026 |