Fix test args #1479
Annotations
10 warnings
Build Solution:
src/Client.Common/ProblemException.cs#L36
'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 Solution:
src/Common/Test/ExtensionMethodsTest.cs#L93
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
Build Solution:
src/Api/LoggingDataDictionary.cs#L33
'Dictionary<TKey, TValue>.Dictionary(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 Solution:
src/Api/Rest/InferenceRequestException.cs#L41
'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 Solution
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
Build Solution
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
Build Solution
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
Build Solution:
src/Configuration/ConfigurationException.cs#L41
'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 Solution:
src/DicomWebClient/API/UnsupportedReturnTypeException.cs#L30
'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 Solution:
src/DicomWebClient/API/ResponseDecodeException.cs#L30
'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)
|
The logs for this run have expired and are no longer available.
Loading