We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a91d1 commit 45614d0Copy full SHA for 45614d0
src/Hosting/Abstractions/src/MetricsPrototype/DefaultMetricsFactory.cs
@@ -7,7 +7,7 @@
7
8
namespace Microsoft.AspNetCore.Hosting.Abstractions.MetricsPrototype;
9
10
-internal class DefaultMetricsFactory : IMetricsFactory
+internal sealed class DefaultMetricsFactory : IMetricsFactory
11
{
12
private readonly IOptions<MetricsOptions> _options;
13
0 commit comments