Skip to content

Tags: byme8/ZeroQL

Tags

v8.1.0-preview.1

Toggle v8.1.0-preview.1's commit message
Add generated files.

v8.0.0

Toggle v8.0.0's commit message
Fix build.

v8.0.0-preview.8

Toggle v8.0.0-preview.8's commit message
Fix build.

v8.0.0-preview.7

Toggle v8.0.0-preview.7's commit message
Fix the nuget version to be compatible with .NET 8.

v8.0.0-preview.6

Toggle v8.0.0-preview.6's commit message
Improve analyzer performance by migrating to operation-based analysis.

Drop .NET 6.0 and 7.0 target frameworks.
Replace FluentAssertions with AwesomeAssertions.

v8.0.0-preview.5

Toggle v8.0.0-preview.5's commit message
Fix parse tests

v8.0.0-preview.4

Toggle v8.0.0-preview.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v8.0.0-preview.3

Toggle v8.0.0-preview.3's commit message
Fix #139.

v8.0.0-preview.2

Toggle v8.0.0-preview.2's commit message
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>

v8.0.0-preview.1

Toggle v8.0.0-preview.1's commit message
Improve tests for auto persisted pipeline.