-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix warning for `@formname` without `@onsubmit` * Remove the warning completely
- Loading branch information
Showing
139 changed files
with
2,506 additions
and
1,001 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
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
14 changes: 12 additions & 2 deletions
14
...sts/ComponentDesignTimeCodeGenerationTest/FormName_CSharpError/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,5 +1,15 @@ | ||
Source Location: (54:0,54 [1] x:\dir\subdir\Test\TestComponent.cshtml) | ||
Source Location: (1:0,1 [41] x:\dir\subdir\Test\TestComponent.cshtml) | ||
|using Microsoft.AspNetCore.Components.Web| | ||
Generated Location: (360:12,0 [41] ) | ||
|using Microsoft.AspNetCore.Components.Web| | ||
|
||
Source Location: (75:1,31 [9] x:\dir\subdir\Test\TestComponent.cshtml) | ||
|() => { }| | ||
Generated Location: (1217:32,31 [9] ) | ||
|() => { }| | ||
|
||
Source Location: (98:1,54 [1] x:\dir\subdir\Test\TestComponent.cshtml) | ||
|x| | ||
Generated Location: (1059:25,54 [1] ) | ||
Generated Location: (1522:41,54 [1] ) | ||
|x| | ||
|
Oops, something went wrong.