Commit 98f8e2c
committed
fix: update docfx.json for DocFX v2 compatibility
- Add DocFxForUnity.csproj (netstandard2.1) and unignore it: DocFX v2
uses MSBuildWorkspace when given a .csproj instead of raw .cs globs
- Add allowCompilationErrors: true so DocFX continues despite missing
UnityEngine assembly references
- Add disableGitFeatures: true to avoid git-related failures in CI
- Replace retired xref.docs.microsoft.com xrefService with the new
learn.microsoft.com .NET xrefmap
- Keep UnityXrefMaps xref for Unity API cross-references
https://claude.ai/code/session_01HDAawqjLMudEktivP5ifXw1 parent 70ce8cf commit 98f8e2c
3 files changed
Lines changed: 13 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 8 | + | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
15 | 12 | | |
16 | 13 | | |
17 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 73 | + | |
| 74 | + | |
78 | 75 | | |
79 | 76 | | |
80 | 77 | | |
81 | | - | |
| 78 | + | |
0 commit comments