-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add .NET9 compatibility #327
Conversation
@@ -18,6 +18,7 @@ namespace Xtensive.Orm.Tests.Core.Comparison | |||
[TestFixture] | |||
public class ComparerProviderTests | |||
{ | |||
[Explicit] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like tests needs to be fixed, not just ignored.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The disabled tests rely on BinarySerialization which does not work anymore
To fix the tests we have to invent some replacement of BinarySerialization.
Not sure it is our business
It is better to remove this functionality from DataObjects
We don't use it anyway
field
is a context keyword now, renamefield
identifiers tofld
.Serialization
tests as[Explicit]
becauseBinaryFormatter
is removed from .NET9