isapego commented on code in PR #1139:
URL: https://github.com/apache/ignite-3/pull/1139#discussion_r983915321
##########
modules/platforms/dotnet/Apache.Ignite.Tests/ExceptionsTests.cs:
##########
@@ -52,13 +52,15 @@ public void
TestExceptionsAreSerializableAndHaveRequiredConstructors()
var stream = new MemoryStream();
var formatter = new BinaryFormatter();
+#pragma warning disable SYSLIB0011 // BinaryFormatter is obsolete
Review Comment:
Is it anything to be used instead?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]