Implemented interface member:
property
CurrentValue
Microsoft.Extensions.Options.IOptionsMonitor<TOptions>.CurrentValue
1 write to CurrentValue
Aspire.Dashboard.Tests (1)
OtlpApiKeyAuthenticationHandlerTests.cs (1)
106
public TestOptionsMonitor(T options) =>
CurrentValue
= options;
1 reference to CurrentValue
Aspire.Dashboard.Tests (1)
OtlpApiKeyAuthenticationHandlerTests.cs (1)
110
public T Get(string? name) =>
CurrentValue
;