© 2026 Hedgehog Software, LLC
Generator -> Framework -> Application ^ ^ Generator applied to both framework & application
application csproj: <ProjectReference Include="../Framework/Framework.csproj" />
framework csproj: <ProjectReference Include="../Generator/Generator.csproj" OutputItemType="analyzer" ReferenceOutputAssembly="false" />
generator csproj: <None Include="$(OutputPath)/netver/$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />