Make test less taxing on CI runners #202
Annotations
1 error and 11 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/Acoustics.Shared/NonClosingStreamWrapper.cs#L175
Member 'NonClosingStreamWrapper.InitializeLifetimeService()' overrides obsolete member 'MarshalByRefObject.InitializeLifetimeService()'. Add the Obsolete attribute to 'NonClosingStreamWrapper.InitializeLifetimeService()'.
|
src/Acoustics.Shared/Extensions/SystemExtensions.cs#L47
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
|
src/Acoustics.Shared/Extensions/SystemExtensions.cs#L73
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
|
src/Acoustics.Shared/Extensions/SystemExtensions.cs#L90
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
|
src/Acoustics.Shared/Binary.cs#L18
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
|
src/Acoustics.Shared/Binary.cs#L28
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.'
|
src/Acoustics.Shared/CalcSunTimes.cs#L139
'TimeZone' is obsolete: 'System.TimeZone has been deprecated. Please investigate the use of System.TimeZoneInfo instead.'
|
src/Acoustics.Shared/MediaTypes.cs#L596
'MediaTypes.MediaTypeFlacAudio1' is obsolete: 'All 'x-' prefixes have been deprecated by https://tools.ietf.org/html/rfc6648'
|
src/Acoustics.Shared/MediaTypes.cs#L604
'MediaTypes.MediaTypeWma' is obsolete: 'All 'x-' prefixes have been deprecated by https://tools.ietf.org/html/rfc6648'
|
src/Acoustics.Shared/MediaTypes.cs#L614
'MediaTypes.MediaTypeWav1' is obsolete: 'All 'x-' prefixes have been deprecated by https://tools.ietf.org/html/rfc6648'
|
The logs for this run have expired and are no longer available.
Loading