Skip to content

Conversation

dennis-gr
Copy link
Contributor

  • Replace .NET Core 2.0 with .NET 8, since the former has been EOL for a long time. Update AsyncGenerator to 0.22.0 for .NET 8 support. A couple more async test are being generated now, not sure why they haven't before but I'll take it :-)
  • Also replace .NET 6 with 8 since it has reached EOL too,
  • Additionally updated vulnerable packages in the test project to get rid of warnings, which prevent AsyncGenerator from running.

Removed .NET Core 2.0 target
Updated AsyncGenerator to 0.22.0
Updated vulnerable packages
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<TargetFrameworks>net48;net8.0</TargetFrameworks>
<IsTestProject>true</IsTestProject>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Re-enable usage of BinaryFormatter for the time being since it is only used in tests. Switch to something like MessagePack in the future.

@RogerKratz RogerKratz merged commit c94f1d2 into nhibernate:master Oct 17, 2025
7 checks passed
@RogerKratz
Copy link
Collaborator

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants