#207 #269
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'
|