8000 [main] Source code updates from dotnet/razor (#341) · dotnet/dotnet@dde5207 · GitHub
[go: up one dir, main page]

Skip to content

Commit dde5207

Browse files
[main] Source code updates from dotnet/razor (#341)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 2154894 commit dde5207

File tree

53 files changed

+4269
-8148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+4269
-8148
lines changed

prereqs/git-info/razor.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<GitCommitHash>8babb3ad96fe6ac7a28619b18b2f3a0c352e3d1a</GitCommitHash>
5-
<OfficialBuildId>20250428.4</OfficialBuildId>
6-
<OutputPackageVersion>10.0.0-preview.25228.4</OutputPackageVersion>
4+
<GitCommitHash>2e057fe832fbda6847f68d5782508d6c469d794c</GitCommitHash>
5+
<OfficialBuildId>20250501.3</OfficialBuildId>
6+
<OutputPackageVersion>10.0.0-preview.25251.3</OutputPackageVersion>
77
</PropertyGroup>
88
</Project>

src/razor/src/Compiler/Microsoft.CodeAnalysis.Razor.Compiler/src/Language/Legacy/CSharpCodeParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2650,7 +2650,7 @@ private void ParseReservedDirective(SyntaxListBuilder<RazorSyntaxNode> builder,
26502650
chunkGenerator = SpanChunkGenerator.Null;
26512651
CompleteBlock();
26522652
var keyword = OutputAsMetaCode(Output());
2653-
var directiveBody = SyntaxFactory.RazorDirectiveBody(keyword, cSharpCode: null);
2653+
var directiveBody = SyntaxFactory.RazorDirectiveBody(keyword, csharpCode: null);
26542654

26552655
// transition could be null if we're already inside a code block.
26562656
transition = transition ?? SyntaxFactory.CSharpTransition(SyntaxFactory.MissingToken(SyntaxKind.Transition), chunkGenerator: null);

0 commit comments

Comments
 (0)
0