Sherbb

Results 5 comments of Sherbb

I don't have clear repo steps yet. I beleive the root of the issue is with how my source files are laid out. I am using Unity and am trying...

I also get the exception when targeting just the CS files with compilation errors disabled: ```json "src": [ { "src": "../spatial-unity-sdk/Runtime", "files": ["**/*.cs", "*.cs"] } ], ``` But in version...

Defining `"codeSourceBasePath": "libs/spatial-unity-sdk-examples",` in the docfx.json metadata resolved this on 2.75.2 Umm... but note that the folder syntax for `codeSourceBasePath` is relative to the root of the gitrepo that the...

Relevant issue where it helped me fix a bug: https://github.com/dotnet/docfx/issues/9685