Skip to content

Make test less taxing on CI runners #202

Make test less taxing on CI runners

Make test less taxing on CI runners #202

Triggered via push August 16, 2023 00:18
Status Failure
Total duration 16m 55s
Artifacts

docs.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build-docs
Process completed with exit code 1.
build-docs
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/
build-docs: src/Acoustics.Shared/NonClosingStreamWrapper.cs#L175
Member 'NonClosingStreamWrapper.InitializeLifetimeService()' overrides obsolete member 'MarshalByRefObject.InitializeLifetimeService()'. Add the Obsolete attribute to 'NonClosingStreamWrapper.InitializeLifetimeService()'.
build-docs: 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.'
build-docs: 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.'
build-docs: 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.'
build-docs: 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.'
build-docs: 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.'
build-docs: src/Acoustics.Shared/CalcSunTimes.cs#L139
'TimeZone' is obsolete: 'System.TimeZone has been deprecated. Please investigate the use of System.TimeZoneInfo instead.'
build-docs: src/Acoustics.Shared/MediaTypes.cs#L596
'MediaTypes.MediaTypeFlacAudio1' is obsolete: 'All 'x-' prefixes have been deprecated by https://tools.ietf.org/html/rfc6648'
build-docs: src/Acoustics.Shared/MediaTypes.cs#L604
'MediaTypes.MediaTypeWma' is obsolete: 'All 'x-' prefixes have been deprecated by https://tools.ietf.org/html/rfc6648'
build-docs: src/Acoustics.Shared/MediaTypes.cs#L614
'MediaTypes.MediaTypeWav1' is obsolete: 'All 'x-' prefixes have been deprecated by https://tools.ietf.org/html/rfc6648'