Skip to content

#207

#207 #269

Triggered via push December 7, 2025 12:29
Status Failure
Total duration 3m 1s
Artifacts

dotnet.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build (ubuntu-latest)
Process completed with exit code 1.
build (ubuntu-latest): CoreRemoting.Serialization.Hyperion/HyperionSerializerAdapter.cs#L19
Cannot convert null literal to non-nullable reference type.
build (ubuntu-latest): CoreRemoting/Serialization/HyperionSerializerAdapter.cs#L26
'SerializerOptions.SerializerOptions(bool, bool, IEnumerable<Surrogate>, IEnumerable<ValueSerializerFactory>, IEnumerable<Type>, bool)' is obsolete: 'This constructor is deprecated and will be removed in the future, please use the one with the packageNameOverrides argument'
build (ubuntu-latest): CoreRemoting/Serialization/ExceptionExtensions.cs#L28
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
build (ubuntu-latest): CoreRemoting/Serialization/ExceptionExtensions.cs#L23
'Type.IsSerializable' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
build (ubuntu-latest): CoreRemoting/RemotingException.cs#L28
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build (ubuntu-latest): CoreRemoting/RemoteInvocationException.cs#L28
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build (ubuntu-latest): CoreRemoting/Serialization/NeoBinary/NeoBinarySerializer.cs#L2118
'FormatterServices' is obsolete: 'Formatter-based serialization is obsolete and should not be used.' (https://aka.ms/dotnet-warnings/SYSLIB0050)
build (ubuntu-latest): CoreRemoting/Serialization/NeoBinary/NeoBinaryUnsafeDeserializationException.cs#L45
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build (ubuntu-latest): CoreRemoting/Serialization/SerializableException.cs#L69
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
build (ubuntu-latest): CoreRemoting/Serialization/HyperionSerializerAdapter.cs#L26
'SerializerOptions.SerializerOptions(bool, bool, IEnumerable<Surrogate>, IEnumerable<ValueSerializerFactory>, IEnumerable<Type>, bool)' is obsolete: 'This constructor is deprecated and will be removed in the future, please use the one with the packageNameOverrides argument'