This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not generate C# line pragmas without a file path.
- Prior to this change default imports would get line pragmas generated for them because thye'd have a source location but no file path (they were a dynamic document). - Re-generated C# files to reflect new line pragma changes. #1110
- Loading branch information
1 parent
c7e2e18
commit dda9cf3
Showing
30 changed files
with
170 additions
and
607 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
4 changes: 2 additions & 2 deletions
4
...osoft.AspNetCore.Mvc.Razor.Extensions.Test/TestFiles/Output/DesignTime/Basic.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,10 +1,10 @@ | ||
Source Location: (13:0,13 [4] /TestFiles/Input/Basic.cshtml) | ||
|logo| | ||
Generated Location: (1063:46,13 [4] ) | ||
Generated Location: (829:22,13 [4] ) | ||
|logo| | ||
|
||
Source Location: (43:2,5 [21] /TestFiles/Input/Basic.cshtml) | ||
|Html.Input("SomeKey")| | ||
Generated Location: (1148:51,6 [21] ) | ||
Generated Location: (914:27,6 [21] ) | ||
|Html.Input("SomeKey")| | ||
|
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
6 changes: 3 additions & 3 deletions
6
...soft.AspNetCore.Mvc.Razor.Extensions.Test/TestFiles/Output/DesignTime/Inject.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,15 +1,15 @@ | ||
Source Location: (1:0,1 [17] /TestFiles/Input/Inject.cshtml) | ||
|using MyNamespace| | ||
Generated Location: (613:36,0 [17] ) | ||
Generated Location: (379:12,0 [17] ) | ||
|using MyNamespace| | ||
|
||
Source Location: (28:1,8 [5] /TestFiles/Input/Inject.cshtml) | ||
|MyApp| | ||
Generated Location: (908:45,0 [5] ) | ||
Generated Location: (674:21,0 [5] ) | ||
|MyApp| | ||
|
||
Source Location: (34:1,14 [14] /TestFiles/Input/Inject.cshtml) | ||
|MyPropertyName| | ||
Generated Location: (1010:49,14 [14] ) | ||
Generated Location: (776:25,14 [14] ) | ||
|MyPropertyName| | ||
|
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
10 changes: 5 additions & 5 deletions
10
...etCore.Mvc.Razor.Extensions.Test/TestFiles/Output/DesignTime/InjectWithModel.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,25 +1,25 @@ | ||
Source Location: (7:0,7 [7] /TestFiles/Input/InjectWithModel.cshtml) | ||
|MyModel| | ||
Generated Location: (810:40,0 [7] ) | ||
Generated Location: (576:16,0 [7] ) | ||
|MyModel| | ||
|
||
Source Location: (24:1,8 [5] /TestFiles/Input/InjectWithModel.cshtml) | ||
|MyApp| | ||
Generated Location: (900:44,0 [5] ) | ||
Generated Location: (666:20,0 [5] ) | ||
|MyApp| | ||
|
||
Source Location: (30:1,14 [14] /TestFiles/Input/InjectWithModel.cshtml) | ||
|MyPropertyName| | ||
Generated Location: (1002:48,14 [14] ) | ||
Generated Location: (768:24,14 [14] ) | ||
|MyPropertyName| | ||
|
||
Source Location: (54:2,8 [17] /TestFiles/Input/InjectWithModel.cshtml) | ||
|MyService<TModel>| | ||
Generated Location: (1086:52,0 [17] ) | ||
Generated Location: (852:28,0 [17] ) | ||
|MyService<TModel>| | ||
|
||
Source Location: (72:2,26 [4] /TestFiles/Input/InjectWithModel.cshtml) | ||
|Html| | ||
Generated Location: (1200:56,14 [4] ) | ||
Generated Location: (966:32,14 [4] ) | ||
|Html| | ||
|
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
18 changes: 9 additions & 9 deletions
18
...re.Mvc.Razor.Extensions.Test/TestFiles/Output/DesignTime/InjectWithSemicolon.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,45 +1,45 @@ | ||
Source Location: (7:0,7 [7] /TestFiles/Input/InjectWithSemicolon.cshtml) | ||
|MyModel| | ||
Generated Location: (814:40,0 [7] ) | ||
Generated Location: (580:16,0 [7] ) | ||
|MyModel| | ||
|
||
Source Location: (24:1,8 [5] /TestFiles/Input/InjectWithSemicolon.cshtml) | ||
|MyApp| | ||
Generated Location: (904:44,0 [5] ) | ||
Generated Location: (670:20,0 [5] ) | ||
|MyApp| | ||
|
||
Source Location: (30:1,14 [14] /TestFiles/Input/InjectWithSemicolon.cshtml) | ||
|MyPropertyName| | ||
Generated Location: (1006:48,14 [14] ) | ||
Generated Location: (772:24,14 [14] ) | ||
|MyPropertyName| | ||
|
||
Source Location: (58:2,8 [17] /TestFiles/Input/InjectWithSemicolon.cshtml) | ||
|MyService<TModel>| | ||
Generated Location: (1090:52,0 [17] ) | ||
Generated Location: (856:28,0 [17] ) | ||
|MyService<TModel>| | ||
|
||
Source Location: (76:2,26 [4] /TestFiles/Input/InjectWithSemicolon.cshtml) | ||
|Html| | ||
Generated Location: (1204:56,14 [4] ) | ||
Generated Location: (970:32,14 [4] ) | ||
|Html| | ||
|
||
Source Location: (93:3,8 [5] /TestFiles/Input/InjectWithSemicolon.cshtml) | ||
|MyApp| | ||
Generated Location: (1278:60,0 [5] ) | ||
Generated Location: (1044:36,0 [5] ) | ||
|MyApp| | ||
|
||
Source Location: (99:3,14 [15] /TestFiles/Input/InjectWithSemicolon.cshtml) | ||
|MyPropertyName2| | ||
Generated Location: (1380:64,14 [15] ) | ||
Generated Location: (1146:40,14 [15] ) | ||
|MyPropertyName2| | ||
|
||
Source Location: (129:4,8 [17] /TestFiles/Input/InjectWithSemicolon.cshtml) | ||
|MyService<TModel>| | ||
Generated Location: (1465:68,0 [17] ) | ||
Generated Location: (1231:44,0 [17] ) | ||
|MyService<TModel>| | ||
|
||
Source Location: (147:4,26 [5] /TestFiles/Input/InjectWithSemicolon.cshtml) | ||
|Html2| | ||
Generated Location: (1579:72,14 [5] ) | ||
Generated Location: (1345:48,14 [5] ) | ||
|Html2| | ||
|
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
...osoft.AspNetCore.Mvc.Razor.Extensions.Test/TestFiles/Output/DesignTime/Model.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,5 +1,5 @@ | ||
Source Location: (7:0,7 [30] /TestFiles/Input/Model.cshtml) | ||
|System.Collections.IEnumerable| | ||
Generated Location: (846:40,0 [30] ) | ||
Generated Location: (612:16,0 [30] ) | ||
|System.Collections.IEnumerable| | ||
|
Oops, something went wrong.