Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added net8.0 target and tests (Fixes #73) #78

Merged
merged 8 commits into from
Sep 23, 2024
Merged

Conversation

NightOwl888
Copy link
Owner

Fixes #73

This adds .NET 8 support and tests. It also adds a net462 target which aligns with J2N and Lucene.NET.

A lot of the CI bits were brought over from J2N, so the process went pretty smoothly by comparison.

…test target) and added a test target for net472 that tests net451.
…ialization in .NET 8 (this is in the test framework, which we don't distribute)
…on, the build shows errors if the AssemblyInfo.cs files are missing even though these files are not required. Adding them to eliminate the error.
…ntering the parallel job to ensure we don't have locking issues during the copy
… file locking issues on net40 with satellite assemblies
…rialization.EnableUnsafeBinaryFormatterSerialization to true so we can run the binary serialization tests. This has no impact on how binary serialization is handled in production.
@NightOwl888 NightOwl888 merged commit 15a47d6 into main Sep 23, 2024
1 check passed
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.

Task: Add tests/target for net8.0
1 participant