Skip to content

Revert "Use XmlSerializer over BinaryFormatter" #5

Revert "Use XmlSerializer over BinaryFormatter"

Revert "Use XmlSerializer over BinaryFormatter" #5

Re-run triggered April 8, 2024 22:50
Status Failure
Total duration 49s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Process completed with exit code 1.
build: Quaver.API/Helpers/Objects.cs#L19
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
build: Quaver.API/Helpers/Objects.cs#L22
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
build: Quaver.API/Replays/Replay.cs#L251
The variable 'e' is declared but never used
build: Quaver.API/Maps/Parsers/OsuBeatmap.cs#L372
The variable 'e' is declared but never used
build: Quaver.API/Maps/Parsers/OsuBeatmap.cs#L424
The variable 'e' is declared but never used
build: Quaver.Tools/Commands/CalcFolderCommand.cs#L72
The variable 'e' is declared but never used
build: Quaver.API.Tests/Stepmania/TestCaseStepmaniaConverter.cs#L58
The variable 'e' is declared but never used
build: Quaver.API.Tests/Malody/TestCaseMalodyConverter.cs#L51
The variable 'e' is declared but never used
build: Quaver.API/Helpers/Objects.cs#L19
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
build: Quaver.API/Helpers/Objects.cs#L22
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)