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
* fix: Documentation build issues — add missing nav entries and fix broken links
- Add Migration/InlineCSharp.md to mkdocs.yml nav (was missing from documentation index)
- Fix BWFC022.md reference to ClientScriptMigrationGuide (simplify to direct link)
- Remove TODO image reference in Analyzers.md (bwfc025-warning-squiggle.png not needed for v1.0.0)
- All mkdocs build warnings now cleared in strict mode
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* docs: fix ClientScriptMigrationGuide anchor links for strict build
- Correct BWFC022 cross-file anchor to ClientScriptMigrationGuide heading
- Correct internal anchor link in ClientScriptMigrationGuide
- Keep mkdocs --strict build green in CI
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/Analyzers/BWFC022.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,12 @@ This analyzer warns when your code uses `Page.ClientScript` or `ClientScriptMana
20
20
21
21
---
22
22
23
+
## Recommended Solution
24
+
25
+
**Use the ClientScriptShim for zero-code rewrite** — See [ClientScript Migration Guide](../Migration/ClientScriptMigrationGuide.md) for details on the easiest migration path that requires no code changes.
See ["ClientScriptShim (Zero-Rewrite Path)"](../Migration/ClientScriptMigrationGuide.md#-recommended-clientscriptshim-zero-rewrite-path) in the migration guide for details.
72
+
See ["ClientScriptShim (Zero-Rewrite Path)"](../Migration/ClientScriptMigrationGuide.md#recommended-clientscriptshim-zero-rewrite-path) in the migration guide for details.
Copy file name to clipboardExpand all lines: docs/Migration/Analyzers.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -793,7 +793,6 @@ This analyzer does not have an automatic code fix because the correct replacemen
793
793
794
794
<!-- TODO: Add Visual Studio screenshot showing BWFC025 Warning squiggle on ViewState assignment with DataTable -->
795
795
<!-- Screenshot should show: the yellow warning squiggle under the assignment, tooltip showing "ViewState assignment stores 'System.Data.DataTable' which may not be JSON-serializable" -->
796
-
{ .analyzer-screenshot }
0 commit comments