You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others.Learn more.
Obsolete code warning that comes from usingBinaryFormatter. You can see it on GitHub review page.
Assert.Inconclusive("Failed to create formatter for state serialization");
formatter.Serialize(buf, item);
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (ubuntu, x64, ubuntu-22.04, 3.8)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (ubuntu, x64, ubuntu-22.04, 3.10)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (ubuntu, x64, ubuntu-22.04, 3.9)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (ubuntu, x64, ubuntu-22.04, 3.7)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (ubuntu, x64, ubuntu-22.04, 3.11)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (ubuntu, x64, ubuntu-22.04, 3.12)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x64, windows-latest, 3.10)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (macos, x64, macos-13, 3.10)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x64, windows-latest, 3.9)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x64, windows-latest, 3.11)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (macos, x64, macos-13, 3.11)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x64, windows-latest, 3.12)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x64, windows-latest, 3.8)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (macos, x64, macos-13, 3.12)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test ARM64
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x64, windows-latest, 3.7)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x86, windows-latest, 3.8)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x86, windows-latest, 3.11)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x86, windows-latest, 3.9)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x86, windows-latest, 3.12)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x86, windows-latest, 3.10)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (macos, x64, macos-13, 3.7)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (macos, x64, macos-13, 3.8)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (macos, x64, macos-13, 3.9)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 40 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x86, windows-latest, 3.7)
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
buf.Position = 0;
return (T)formatter.Deserialize(buf);
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (ubuntu, x64, ubuntu-22.04, 3.8)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (ubuntu, x64, ubuntu-22.04, 3.10)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (ubuntu, x64, ubuntu-22.04, 3.9)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (ubuntu, x64, ubuntu-22.04, 3.7)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (ubuntu, x64, ubuntu-22.04, 3.11)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (ubuntu, x64, ubuntu-22.04, 3.12)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x64, windows-latest, 3.10)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (macos, x64, macos-13, 3.10)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x64, windows-latest, 3.9)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x64, windows-latest, 3.11)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (macos, x64, macos-13, 3.11)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x64, windows-latest, 3.12)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x64, windows-latest, 3.8)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (macos, x64, macos-13, 3.12)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test ARM64
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x64, windows-latest, 3.7)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x86, windows-latest, 3.8)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x86, windows-latest, 3.11)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x86, windows-latest, 3.9)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x86, windows-latest, 3.12)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x86, windows-latest, 3.10)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (macos, x64, macos-13, 3.7)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (macos, x64, macos-13, 3.8)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (macos, x64, macos-13, 3.9)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
Check warning on line 42 in src/embed_tests/StateSerialization/MethodSerialization.cs
View workflow job for this annotation
GitHub Actions/ Build and Test (windows, x86, windows-latest, 3.7)
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.