Update the copyright year to 2025 (14.1.2.0 cl 113102 --> 14.1.1.0-core) #1142
Annotations
10 warnings
Build:
src/Coherence.Core/IO/Pof/PortableException.cs#L245
'SecurityPermissionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Build:
src/Coherence.Core/IO/Pof/PortableException.cs#L245
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Build:
src/Coherence.Core/Net/RequestIncompleteException.cs#L122
'SecurityPermissionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Build:
src/Coherence.Core/Net/RequestIncompleteException.cs#L122
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Build:
src/Coherence.Core/IO/BinarySerializer.cs#L38
'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:
src/Coherence.Core/IO/BinarySerializer.cs#L57
'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:
src/Coherence.Core/IO/Resources/UrlResource.cs#L60
'WebRequest.Create(Uri)' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
Build:
src/Coherence.Core/IO/Pof/BinaryPofSerializer.cs#L81
'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:
src/Coherence.Core/IO/Pof/BinaryPofSerializer.cs#L152
'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:
src/Coherence.Core/IO/OptimizedBinarySerializer.cs#L114
'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)
|
Loading