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 7de6b4a commit fc7aac5Copy full SHA for fc7aac5
src/Razor/test/Microsoft.AspNetCore.Razor.LanguageServer.Test/TestRazorProjectInfoDriver.cs
@@ -7,7 +7,7 @@
7
8
namespace Microsoft.AspNetCore.Razor.LanguageServer.ProjectSystem;
9
10
-internal class TestRazorProjectInfoDriver : IRazorProjectInfoDriver
+internal sealed class TestRazorProjectInfoDriver : IRazorProjectInfoDriver
11
{
12
public static readonly TestRazorProjectInfoDriver Instance = new();
13
0 commit comments