v0: Maintenance - #1023
Conversation
- Update dependencies and fix vulnerabilities
- Deprecate unsupported frameworks
|
A lot of good changes here, quite a lot braking as they are removing old (deprecated) .NET versions. Any specific reason why v1 won't cut it for you? v0 builds currently aren't running due to the incompatibility with running Linux Docker containers on Windows GHA runners. So, getting something up and running that could actually make v0 releasable again (build and test) would be priority number one. |
|
I agree, that those changes are considered breaking changes, unfortunately, there is no version available between v0.x and v1.x. |
- Update dependencies - Deprecate unsupported frameworks
As I understand, as long you don't use As for vulnerable dependencies, we managed to get green even in current EventFlow state. "System.Data.SqlClient" in newest version is not a problem, but it lags behind .net releases and is not the best option when working with Azure SQL and for now we only identified this as problem (#1022). |
The main problem was with the |
|
I can roll back some changes to make the PR more lightweight, such as replacing the |
|
If it's only about MongoDB then with small step you could add |
|
Hello there! We hope this message finds you well. We wanted to let you know that we have noticed that there has been As a result, we will be closing this pull request within the next seven days. If you still Thank you for your contributions and understanding. Best regards, |
|
Hello there! |
|
I'm working on getting a GHA runner up and running for EventFlow that has Docker properly configured (Linux containers). |
|
Got builds up and running again for v0 using a self-hosted Windows server. Unfortunately the changes required left a lot of conflicts with this PR @yzhoholiev |
|
I think you can close this PR as it is outdated. |
|
I'll close it then. There's a lot of changes here and some related to .NET 8, which properly belong in v1. Don't think the users of v0 would want it to change too much as it might break their setup. If they need .NET 8, they might as well switch to v1. |