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

Try to migrate to .NET 8 #101

Merged
merged 2 commits into from
Aug 21, 2024
Merged

Try to migrate to .NET 8 #101

merged 2 commits into from
Aug 21, 2024

Conversation

SebastianStehle
Copy link
Collaborator

@SebastianStehle SebastianStehle commented Jul 10, 2024

Closes #69

It should build, but I have not rerun all actions yet.

Copy link
Collaborator

@LSViana LSViana left a comment

Choose a reason for hiding this comment

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

@SebastianStehle The changes look good to me!

I left one comment that doesn't seem blocking, then I'll aprove the PR already.

Sorry for the delay to check it, by the way.

/// </summary>
/// <param name="info">The serialization info.</param>
/// <param name="context">The serialization context.</param>
protected YDotNetException(SerializationInfo info, StreamingContext context)
Copy link
Collaborator

Choose a reason for hiding this comment

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

@SebastianStehle Is this needed to migrate to .NET 8?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

BinaryFormatter is obsolete now.

@SebastianStehle SebastianStehle merged commit a61709a into main Aug 21, 2024
4 checks passed
@SebastianStehle SebastianStehle deleted the dotnet8 branch August 21, 2024 07:38
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.

Update to .NET 8
2 participants