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