Fix warnings #1481
Annotations
10 warnings
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
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/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build Solution:
src/DicomWebClient/CLI/Utils.cs#L106
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build Solution:
src/Database/EntityFramework/EfDatabaseMigrationManager.cs#L40
Number of parameters supplied in the logging message template do not match the number of named placeholders (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2017)
|
Build Solution:
src/Database/MongoDB/Integration.Test/VirtualApplicationEntityRepositoryTest.cs#L76
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/Database/MongoDB/Integration.Test/VirtualApplicationEntityRepositoryTest.cs#L79
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/Database/MongoDB/Integration.Test/VirtualApplicationEntityRepositoryTest.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)
|
The logs for this run have expired and are no longer available.
Loading