8000 [main] Source code updates from dotnet/razor by dotnet-maestro[bot] · Pull Request #1395 · dotnet/dotnet · GitHub
[go: up one dir, main page]

Skip to content

[main] Source code updates from dotnet/razor #1395

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 4, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[razor] Source update f7f9a7c → f43c01c
  • Loading branch information
dotnet-maestro[bot] committed Jul 4, 2025
commit e627a2e347a668cb691c0b1e2b6a8cfe6023b31b
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ private void DesignTimeTest(string testName)
AssertHtmlDocumentMatchesBaseline(codeDocument.GetHtmlDocument(), testName);
AssertCSharpDocumentMatchesBaseline(codeDocument.GetRequiredCSharpDocument(), testName);
AssertSourceMappingsMatchBaseline(codeDocument, testName);
AssertHtmlSourceMappingsMatchBaseline(codeDocument, testName);
AssertLinePragmas(codeDocument);
AssertCSharpDiagnosticsMatchBaseline(codeDocument, testName);
}
Expand Down Expand Up @@ -417,7 +416,6 @@ private void RunDesignTimeTagHelpersTest(IEnumerable<TagHelperDescriptor> descri
AssertDocumentNodeMatchesBaseline(codeDocument.GetRequiredDocumentNode(), testName);
AssertCSharpDocumentMatchesBaseline(codeDocument.GetRequiredCSharpDocument(), testName);
AssertHtmlDocumentMatchesBaseline(codeDocument.GetHtmlDocument(), testName);
AssertHtmlSourceMappingsMatchBaseline(codeDocument, testName);
AssertSourceMappingsMatchBaseline(codeDocument, testName);
AssertCSharpDiagnosticsMatchBaseline(codeDocument, testName);
}
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
0