forked from dotnet/razor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into merge-main
* upstream/main: Fix resource string (dotnet#11079) Update Roslyn.Diagnostics.Analyzers package to latest version Update MS.CA.Analyzers package to 3.11.0 Don't reference MS.CA.BannedApiAnalyzers package directly Version Roslyn.Diagnostics.Analzyers package separately Update dependencies from https://github.com/dotnet/arcade build 20241016.1 Update dependencies from https://github.com/dotnet/arcade build 20241016.1 Update dependencies from https://github.com/dotnet/arcade build 20241016.1
- Loading branch information
Showing
16 changed files
with
16 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...iles/ParserTests/CSharpSectionTest/ParserDoesNotOutputErrorOtherNestedDirectives.diag.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
(1,17): Error RZ2005: The 'inherits` directive must appear at the start of the line. | ||
(1,17): Error RZ2005: The 'inherits' directive must appear at the start of the line. | ||
(1,30): Error RZ1017: Unexpected literal following the 'inherits' directive. Expected 'line break'. |
4 changes: 2 additions & 2 deletions
4
...stFiles/ParserTests/CSharpSectionTest/ParserOutputsErrorOnMultipleNestedSections.diag.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
(1,16): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed. | ||
(1,17): Error RZ2005: The 'section` directive must appear at the start of the line. | ||
(1,17): Error RZ2005: The 'section' directive must appear at the start of the line. | ||
(1,42): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed. | ||
(1,43): Error RZ2005: The 'section` directive must appear at the start of the line. | ||
(1,43): Error RZ2005: The 'section' directive must appear at the start of the line. |
2 changes: 1 addition & 1 deletion
2
...yTest/TestFiles/ParserTests/CSharpSectionTest/ParserOutputsErrorOnNestedSections.diag.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
(1,16): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed. | ||
(1,17): Error RZ2005: The 'section` directive must appear at the start of the line. | ||
(1,17): Error RZ2005: The 'section' directive must appear at the start of the line. |
2 changes: 1 addition & 1 deletion
2
...tchTest/SectionContextGivesWhitespacePreceedingToCodeIfThereIsNoMarkupOnThatLine.diag.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(1,4): Error RZ2005: The 'section` directive must appear at the start of the line. | ||
(1,4): Error RZ2005: The 'section' directive must appear at the start of the line. |
2 changes: 1 addition & 1 deletion
2
...iles/ParserTests/RazorDirectivesTest/ExtensibleDirectiveErrorsIfNotAtStartOfLine.diag.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(1,5): Error RZ2005: The 'custom` directive must appear at the start of the line. | ||
(1,5): Error RZ2005: The 'custom' directive must appear at the start of the line. |
2 changes: 1 addition & 1 deletion
2
...iles/ParserTests/CSharpSectionTest/ParserDoesNotOutputErrorOtherNestedDirectives.diag.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
(1,17): Error RZ2005: The 'inherits` directive must appear at the start of the line. | ||
(1,17): Error RZ2005: The 'inherits' directive must appear at the start of the line. | ||
(1,30): Error RZ1017: Unexpected literal following the 'inherits' directive. Expected 'line break'. |
4 changes: 2 additions & 2 deletions
4
...stFiles/ParserTests/CSharpSectionTest/ParserOutputsErrorOnMultipleNestedSections.diag.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
(1,16): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed. | ||
(1,17): Error RZ2005: The 'section` directive must appear at the start of the line. | ||
(1,17): Error RZ2005: The 'section' directive must appear at the start of the line. | ||
(1,42): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed. | ||
(1,43): Error RZ2005: The 'section` directive must appear at the start of the line. | ||
(1,43): Error RZ2005: The 'section' directive must appear at the start of the line. |
2 changes: 1 addition & 1 deletion
2
.../test/TestFiles/ParserTests/CSharpSectionTest/ParserOutputsErrorOnNestedSections.diag.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
(1,16): Error RZ2002: Section blocks ("@section Header { ... }") cannot be nested. Only one level of section blocks are allowed. | ||
(1,17): Error RZ2005: The 'section` directive must appear at the start of the line. | ||
(1,17): Error RZ2005: The 'section' directive must appear at the start of the line. |
2 changes: 1 addition & 1 deletion
2
...tchTest/SectionContextGivesWhitespacePreceedingToCodeIfThereIsNoMarkupOnThatLine.diag.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(1,4): Error RZ2005: The 'section` directive must appear at the start of the line. | ||
(1,4): Error RZ2005: The 'section' directive must appear at the start of the line. |
2 changes: 1 addition & 1 deletion
2
...iles/ParserTests/RazorDirectivesTest/ExtensibleDirectiveErrorsIfNotAtStartOfLine.diag.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
(1,5): Error RZ2005: The 'custom` directive must appear at the start of the line. | ||
(1,5): Error RZ2005: The 'custom' directive must appear at the start of the line. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters