Tags: byme8/ZeroQL
Tags
Fix the nuget version to be compatible with .NET 8.
Improve analyzer performance by migrating to operation-based analysis. Drop .NET 6.0 and 7.0 target frameworks. Replace FluentAssertions with AwesomeAssertions.
Always generate netstandard compatibility (#141) * change modifier from public to internal, always generate netstandard compatibility * Revert removal of NetstandardCompatibility if statement * whitespace --------- Co-authored-by: JEB <jesse.bulk@demcon.com>
Fix namespace generation for assembly names with dashes When assembly names contain dashes or other invalid characters, they were being used directly as C# namespaces in generated code, causing compilation errors. Added ToSafeNamespace() method to sanitize namespace names by replacing invalid characters with underscores. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
PreviousNext