Summary
Makes the Cratis.Architecture.CodeAnalysis package install correctly as a Roslyn analyzer so the publish workflow produces a usable package.
Fixed
- The
Cratis.Architecture.CodeAnalysispackage now ships the analyzer inanalyzers/dotnet/cs(targeting netstandard2.0) instead oflib/, so the analyzers actually load and run in consuming projects and IDEs.