net10.0
namespace Microsoft.Extensions.Diagnostics.Metrics
{
[AttributeUsage(AttributeTargets.Method)]
[Conditional("CODE_GENERATION_ATTRIBUTES")]
public sealed class CounterAttribute<T> : Attribute
where T, struct
{
public string![]? TagNames { get; }
}
}
| .NET | 8.09.010.0 |
|---|---|
| .NET Framework | 4.6.24.74.7.14.7.24.84.8.1 |
Information specific to net10.0 | |
| Assemblies | Microsoft.Extensions.Telemetry.Abstractions , Version=10.1.0.0, PublicKeyToken=31bf3856ad364e35 Microsoft.Extensions.Telemetry.Abstractions , Version=10.3.0.0, PublicKeyToken=31bf3856ad364e35 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.Extensions.Telemetry.Abstractions (10.1.0) net10.0 |
| Platform Restrictions | The property getter is supported on all platforms. |
- Built-in API
- Package-provided API