Commit fe85872
Include XML documentation file in NuGet package
Enable GenerateDocumentationFile in the Editor csproj so the XML doc
file ships alongside the DLL in lib/net10.0/. This allows DocFX and
other documentation tools to extract API summaries from the package.
Suppress CS1574/CS1591/CS1723 doc-comment warnings that surface from
lifted AvaloniaEdit code and cross-assembly cref references.
Add API documentation link to README.md.
Closes #222
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent cdd58a9 commit fe85872
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
| |||
0 commit comments