docs consolidation and others

This commit is contained in:
master
2026-01-06 19:02:21 +02:00
parent d7bdca6d97
commit 4789027317
849 changed files with 16551 additions and 66770 deletions

View File

@@ -10,6 +10,9 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<LangVersion>latest</LangVersion>
<Description>Roslyn analyzers for StellaOps telemetry code quality, including metric label validation and cardinality guards.</Description>
<!-- RS1038: Workspaces reference needed for code fix support; RS2008/RS1032: release tracking not yet configured -->
<NoWarn>$(NoWarn);RS1038;RS2008;RS1032</NoWarn>
<WarningsNotAsErrors>$(WarningsNotAsErrors);RS1038;RS2008;RS1032</WarningsNotAsErrors>
</PropertyGroup>
<ItemGroup>