-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #10742 Needs dotnet/roslyn#75711 before it will build Also will need to merge in main once #11141 is merged
- Loading branch information
Showing
59 changed files
with
1,667 additions
and
199 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
20 changes: 10 additions & 10 deletions
20
...ts/ComponentDesignTimePreprocessorDirectiveTest/StartOfLine_08/TestComponent.mappings.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,18 +1,18 @@ | ||
Source Location: (2:0,2 [13] x:\dir\subdir\Test\TestComponent.razor) | ||
Source Location: (2:0,2 [13] x:\dir\subdir\Test\TestComponent.razor) | ||
| | ||
#if true | ||
| | ||
Generated Location: (986:28,2 [13] ) | ||
| | ||
Generated Location: (986:28,2 [13] ) | ||
| | ||
#if true | ||
| | ||
|
||
Source Location: (20:3,2 [11] x:\dir\subdir\Test\TestComponent.razor) | ||
| | ||
Source Location: (20:3,2 [11] x:\dir\subdir\Test\TestComponent.razor) | ||
| | ||
#endif | ||
| | ||
Generated Location: (1120:36,2 [11] ) | ||
| | ||
Generated Location: (1120:36,2 [11] ) | ||
| | ||
#endif | ||
| | ||
|
||
| | ||
20 changes: 10 additions & 10 deletions
20
...Tests/ComponentRuntimePreprocessorDirectiveTest/StartOfLine_08/TestComponent.mappings.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,18 +1,18 @@ | ||
Source Location: (2:0,2 [13] x:\dir\subdir\Test\TestComponent.razor) | ||
Source Location: (2:0,2 [13] x:\dir\subdir\Test\TestComponent.razor) | ||
| | ||
#if true | ||
| | ||
Generated Location: (733:21,0 [13] ) | ||
| | ||
Generated Location: (733:21,0 [13] ) | ||
| | ||
#if true | ||
| | ||
|
||
Source Location: (20:3,2 [11] x:\dir\subdir\Test\TestComponent.razor) | ||
| | ||
Source Location: (20:3,2 [11] x:\dir\subdir\Test\TestComponent.razor) | ||
| | ||
#endif | ||
| | ||
Generated Location: (877:30,0 [11] ) | ||
| | ||
Generated Location: (877:30,0 [11] ) | ||
| | ||
#endif | ||
| | ||
|
||
| | ||
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
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
Oops, something went wrong.