You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,4 +34,4 @@ Ensure you have replicated the bug in a minimal solution with the fewest moving
34
34
35
35
#### Submit a PR that fixes the bug
36
36
37
-
Submit a [Pull Request (PR)](https://help.github.com/articles/about-pull-requests/) that fixes the bug. Include in this PR a test that verifies the fix. If you were not able to fix the bug, a PR that illustrates your partial progress will suffice.
37
+
Submit a [Pull Request (PR)](https://help.github.com/articles/about-pull-requests/) that fixes the bug. Include in this PR a test that verifies the fix. If you were not able to fix the bug, a PR that illustrates your partial progress will suffice.
<sup><ahref='/src/BlazorSample/Program.cs#L6-L13'title='Snippet source file'>snippet source</a> | <ahref='#snippet-blazorstartup'title='Start of snippet'>anchor</a></sup>
139
+
<sup><ahref='/src/BlazorSample/Program.cs#L6-L13'title='Snippet source file'>snippet source</a> | <ahref='#snippet-BlazorStartup'title='Start of snippet'>anchor</a></sup>
140
140
<!-- endSnippet -->
141
141
142
142
Then consume it:
143
143
144
144
<!-- snippet: Inject -->
145
-
<aid='snippet-inject'></a>
145
+
<aid='snippet-Inject'></a>
146
146
```cs
147
147
publicpartialclassIndexModel :
148
148
ComponentBase
@@ -163,7 +163,7 @@ public partial class IndexModel :
163
163
}
164
164
}
165
165
```
166
-
<sup><ahref='/src/BlazorSample/Pages/IndexModel.cs#L9-L28'title='Snippet source file'>snippet source</a> | <ahref='#snippet-inject'title='Start of snippet'>anchor</a></sup>
166
+
<sup><ahref='/src/BlazorSample/Pages/IndexModel.cs#L9-L28'title='Snippet source file'>snippet source</a> | <ahref='#snippet-Inject'title='Start of snippet'>anchor</a></sup>
167
167
<!-- endSnippet -->
168
168
169
169
Blazor support requires the browser APIs [clipboard.readText](https://caniuse.com/#feat=mdn-api_clipboard_readtext) and [clipboard.writeText](https://caniuse.com/#feat=mdn-api_clipboard_writetext).
0 commit comments