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 36e3210 commit 29d0434Copy full SHA for 29d0434
src/Shared/Microsoft.AspNetCore.Razor.Test.Common/Language/IntegrationTests/SourceMappingsSerializer.cs
@@ -13,7 +13,7 @@ namespace Microsoft.AspNetCore.Razor.Language.IntegrationTests;
13
14
public static class SourceMappingsSerializer
15
{
16
- internal static string Serialize(IRazorGeneratedDocument csharpDocument, RazorSourceDocument sourceDocument)
+ internal static string Serialize(RazorCSharpDocument csharpDocument, RazorSourceDocument sourceDocument)
17
18
using var _ = StringBuilderPool.GetPooledObject(out var builder);
19
0 commit comments