Closed ErikApption closed 2 years ago
Version Used: 7.0.100-rc.1.22431.12
Steps to Reproduce:
dotnet build
Expected Behavior:
Project compiles correctly
Actual Behavior: Compiler throws syntax errors
15>C:\code\datahub-portal\WebPortal\Microsoft.NET.Sdk.Razor.SourceGenerators\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages_Profile_Sections_ProfileAchievements_razor.g.cs(464,161,464,162): error CS1001: Identifier expected 15>C:\code\datahub-portal\WebPortal\Microsoft.NET.Sdk.Razor.SourceGenerators\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages_Profile_Sections_ProfileAchievements_razor.g.cs(464,190,464,191): error CS1525: Invalid expression term '>' 15>C:\code\datahub-portal\WebPortal\Microsoft.NET.Sdk.Razor.SourceGenerators\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages_Profile_Sections_ProfileAchievements_razor.g.cs(472,30,472,31): error CS1003: Syntax error, ':' expected 15>C:\code\datahub-portal\WebPortal\Microsoft.NET.Sdk.Razor.SourceGenerators\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages_Profile_Sections_ProfileAchievements_razor.g.cs(472,30,472,31): error CS1525: Invalid expression term ')'
@333fred suspect this is a variant of the tuple bug. Please take a look.
This is the tuple bug. I've confirmed that it is fixed on RC2, which was released today.
Version Used: 7.0.100-rc.1.22431.12
Steps to Reproduce:
dotnet build
Expected Behavior:
Project compiles correctly
Actual Behavior: Compiler throws syntax errors