quixio / quix-streams

Quix Streams - A library for data streaming and Python Stream Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use .net LTS for C# and only use .net 8 for python builds

peter-quix opened this issue · comments

commented

The .net 8 preview is causing some issues due to level of support when onboarding developers that only work with C# codebase. Given we only use .net 8 features (Native AOT) for python, this should not be an issue.

Suggestion is to use LTS for C#, and only use .net 8 for the N-AOT builds for now.

This will be done in 0.6.0. The branch where this can be looked at is https://github.com/quixio/quix-streams/tree/feature/refactor-unabstract