Fix warnings #1480
ci.yml
on: push
calc-version
17s
Matrix: integration-test
unit-test
4m 29s
analyze
5m 20s
CodeQL-Analyze
5m 37s
Matrix: build
Publish to GitHub Packages
0s
release
0s
Annotations
2 errors and 240 warnings
unit-test
Process completed with exit code 123.
|
analyze
Process completed with exit code 1.
|
integration-test (RemoteAppExecutionPlugIn, ef):
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)
|
integration-test (RemoteAppExecutionPlugIn, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
integration-test (RemoteAppExecutionPlugIn, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
integration-test (RemoteAppExecutionPlugIn, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
integration-test (RemoteAppExecutionPlugIn, ef):
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration-test (RemoteAppExecutionPlugIn, ef):
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.
|
integration-test (RemoteAppExecutionPlugIn, ef):
src/Plug-ins/RemoteAppExecution/Database/EntityFramework/MigrationManager.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)
|
integration-test (RemoteAppExecutionPlugIn, ef):
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)
|
integration-test (RemoteAppExecutionPlugIn, ef):
src/Plug-ins/RemoteAppExecution/Test/Database/DatabaseRegistrarTest.cs#L44
Argument of type 'List<KeyValuePair<string, string>>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
|
integration-test (RemoteAppExecutionPlugIn, ef):
src/Plug-ins/RemoteAppExecution/Test/Database/DatabaseRegistrarTest.cs#L81
Argument of type 'List<KeyValuePair<string, string>>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
|
integration-test (AcrApi, mongodb):
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration-test (AcrApi, mongodb):
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.
|
integration-test (AcrApi, mongodb):
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)
|
integration-test (AcrApi, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
integration-test (AcrApi, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
integration-test (AcrApi, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
integration-test (AcrApi, mongodb):
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)
|
integration-test (AcrApi, mongodb):
src/Plug-ins/RemoteAppExecution/Database/EntityFramework/MigrationManager.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)
|
integration-test (AcrApi, mongodb):
src/Plug-ins/RemoteAppExecution/Test/Database/DatabaseRegistrarTest.cs#L44
Argument of type 'List<KeyValuePair<string, string>>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
|
integration-test (AcrApi, mongodb):
src/Plug-ins/RemoteAppExecution/Test/Database/DatabaseRegistrarTest.cs#L81
Argument of type 'List<KeyValuePair<string, string>>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
|
integration-test (AcrApi, ef):
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)
|
integration-test (AcrApi, ef):
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration-test (AcrApi, ef):
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.
|
integration-test (AcrApi, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
integration-test (AcrApi, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
integration-test (AcrApi, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
integration-test (AcrApi, ef):
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)
|
integration-test (AcrApi, ef):
src/Plug-ins/RemoteAppExecution/Database/EntityFramework/MigrationManager.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)
|
integration-test (AcrApi, ef):
src/Database/MongoDB/Integration.Test/DestinationApplicationEntityRepositoryTest.cs#L70
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)
|
integration-test (AcrApi, ef):
src/Database/MongoDB/Integration.Test/DestinationApplicationEntityRepositoryTest.cs#L73
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)
|
integration-test (DicomWebExport, mongodb):
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)
|
integration-test (DicomWebExport, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
integration-test (DicomWebExport, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
integration-test (DicomWebExport, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
integration-test (DicomWebExport, mongodb):
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration-test (DicomWebExport, mongodb):
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.
|
integration-test (DicomWebExport, mongodb):
src/Plug-ins/RemoteAppExecution/Database/EntityFramework/MigrationManager.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)
|
integration-test (DicomWebExport, mongodb):
src/Database/MongoDB/Integration.Test/SourceApplicationEntityRepositoryTest.cs#L75
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)
|
integration-test (DicomWebExport, mongodb):
src/Database/MongoDB/Integration.Test/SourceApplicationEntityRepositoryTest.cs#L78
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)
|
integration-test (DicomWebExport, mongodb):
src/Database/MongoDB/Integration.Test/DestinationApplicationEntityRepositoryTest.cs#L70
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)
|
integration-test (DicomDimseScu, mongodb):
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)
|
integration-test (DicomDimseScu, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
integration-test (DicomDimseScu, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
integration-test (DicomDimseScu, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
integration-test (DicomDimseScu, mongodb):
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration-test (DicomDimseScu, mongodb):
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.
|
integration-test (DicomDimseScu, mongodb):
src/Plug-ins/RemoteAppExecution/Database/EntityFramework/MigrationManager.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)
|
integration-test (DicomDimseScu, mongodb):
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)
|
integration-test (DicomDimseScu, mongodb):
src/Database/MongoDB/Integration.Test/SourceApplicationEntityRepositoryTest.cs#L75
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)
|
integration-test (DicomDimseScu, mongodb):
src/Database/MongoDB/Integration.Test/SourceApplicationEntityRepositoryTest.cs#L78
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)
|
integration-test (RemoteAppExecutionPlugIn, mongodb):
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)
|
integration-test (RemoteAppExecutionPlugIn, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
integration-test (RemoteAppExecutionPlugIn, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
integration-test (RemoteAppExecutionPlugIn, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
integration-test (RemoteAppExecutionPlugIn, mongodb):
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration-test (RemoteAppExecutionPlugIn, mongodb):
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.
|
integration-test (RemoteAppExecutionPlugIn, mongodb):
src/Plug-ins/RemoteAppExecution/Database/EntityFramework/MigrationManager.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)
|
integration-test (RemoteAppExecutionPlugIn, mongodb):
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)
|
integration-test (RemoteAppExecutionPlugIn, mongodb):
src/Plug-ins/RemoteAppExecution/Test/Database/DatabaseRegistrarTest.cs#L44
Argument of type 'List<KeyValuePair<string, string>>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
|
integration-test (RemoteAppExecutionPlugIn, mongodb):
src/Plug-ins/RemoteAppExecution/Test/Database/DatabaseRegistrarTest.cs#L81
Argument of type 'List<KeyValuePair<string, string>>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
|
integration-test (Fhir, ef):
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)
|
integration-test (Fhir, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
integration-test (Fhir, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
integration-test (Fhir, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
integration-test (Fhir, ef):
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration-test (Fhir, ef):
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.
|
integration-test (Fhir, ef):
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)
|
integration-test (Fhir, ef):
src/Database/MongoDB/Integration.Test/SourceApplicationEntityRepositoryTest.cs#L91
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)
|
integration-test (Fhir, ef):
src/Database/MongoDB/Integration.Test/SourceApplicationEntityRepositoryTest.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)
|
integration-test (Fhir, ef):
src/Database/MongoDB/Integration.Test/SourceApplicationEntityRepositoryTest.cs#L95
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)
|
integration-test (DicomDimseScu, ef):
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration-test (DicomDimseScu, ef):
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.
|
integration-test (DicomDimseScu, ef):
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)
|
integration-test (DicomDimseScu, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
integration-test (DicomDimseScu, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
integration-test (DicomDimseScu, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
integration-test (DicomDimseScu, ef):
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)
|
integration-test (DicomDimseScu, ef):
src/Plug-ins/RemoteAppExecution/Database/EntityFramework/MigrationManager.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)
|
integration-test (DicomDimseScu, ef):
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)
|
integration-test (DicomDimseScu, ef):
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)
|
integration-test (Fhir, mongodb):
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)
|
integration-test (Fhir, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
integration-test (Fhir, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
integration-test (Fhir, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
integration-test (Fhir, mongodb):
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration-test (Fhir, mongodb):
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.
|
integration-test (Fhir, mongodb):
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)
|
integration-test (Fhir, mongodb):
src/Database/MongoDB/Integration.Test/DestinationApplicationEntityRepositoryTest.cs#L70
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)
|
integration-test (Fhir, mongodb):
src/Database/MongoDB/Integration.Test/DestinationApplicationEntityRepositoryTest.cs#L73
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)
|
integration-test (Fhir, mongodb):
src/Database/MongoDB/Integration.Test/HL7DestinationEntityRepositoryTest.cs#L71
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)
|
integration-test (DicomWebExport, ef):
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)
|
integration-test (DicomWebExport, ef):
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration-test (DicomWebExport, ef):
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.
|
integration-test (DicomWebExport, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
integration-test (DicomWebExport, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
integration-test (DicomWebExport, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
integration-test (DicomWebExport, ef):
src/Plug-ins/RemoteAppExecution/Database/EntityFramework/MigrationManager.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)
|
integration-test (DicomWebExport, ef):
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)
|
integration-test (DicomWebExport, ef):
src/Plug-ins/RemoteAppExecution/Test/Database/DatabaseRegistrarTest.cs#L44
Argument of type 'List<KeyValuePair<string, string>>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
|
integration-test (DicomWebExport, ef):
src/Plug-ins/RemoteAppExecution/Test/Database/DatabaseRegistrarTest.cs#L81
Argument of type 'List<KeyValuePair<string, string>>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
|
integration-test (HealthLevel7, ef):
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)
|
integration-test (HealthLevel7, ef):
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration-test (HealthLevel7, ef):
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.
|
integration-test (HealthLevel7, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
integration-test (HealthLevel7, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
integration-test (HealthLevel7, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
integration-test (HealthLevel7, ef):
src/Plug-ins/RemoteAppExecution/Database/EntityFramework/MigrationManager.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)
|
integration-test (HealthLevel7, ef):
src/Database/MongoDB/Integration.Test/DestinationApplicationEntityRepositoryTest.cs#L70
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)
|
integration-test (HealthLevel7, ef):
src/Database/MongoDB/Integration.Test/DestinationApplicationEntityRepositoryTest.cs#L73
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)
|
integration-test (HealthLevel7, ef):
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)
|
integration-test (DicomDimseScp, ef):
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)
|
integration-test (DicomDimseScp, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
integration-test (DicomDimseScp, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
integration-test (DicomDimseScp, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
integration-test (DicomDimseScp, mongodb):
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)
|
integration-test (DicomDimseScp, ef):
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration-test (DicomDimseScp, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
integration-test (DicomDimseScp, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
integration-test (DicomDimseScp, ef):
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.
|
integration-test (DicomDimseScp, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
integration-test (DicomDimseScp, ef):
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)
|
integration-test (DicomDimseScp, ef):
src/Plug-ins/RemoteAppExecution/Database/EntityFramework/MigrationManager.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)
|
integration-test (DicomDimseScp, mongodb):
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration-test (DicomDimseScp, ef):
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)
|
integration-test (DicomDimseScp, mongodb):
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.
|
integration-test (DicomDimseScp, ef):
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)
|
integration-test (DicomDimseScp, mongodb):
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)
|
integration-test (DicomDimseScp, mongodb):
src/Plug-ins/RemoteAppExecution/Database/EntityFramework/MigrationManager.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)
|
integration-test (DicomDimseScp, mongodb):
src/Database/MongoDB/Integration.Test/DestinationApplicationEntityRepositoryTest.cs#L70
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)
|
integration-test (DicomDimseScp, mongodb):
src/Database/MongoDB/Integration.Test/DestinationApplicationEntityRepositoryTest.cs#L73
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)
|
integration-test (HealthLevel7, mongodb):
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)
|
integration-test (HealthLevel7, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
integration-test (HealthLevel7, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
integration-test (HealthLevel7, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
integration-test (HealthLevel7, mongodb):
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration-test (HealthLevel7, mongodb):
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.
|
integration-test (HealthLevel7, mongodb):
src/Plug-ins/RemoteAppExecution/Database/EntityFramework/MigrationManager.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)
|
integration-test (HealthLevel7, mongodb):
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)
|
integration-test (HealthLevel7, mongodb):
src/Plug-ins/RemoteAppExecution/Test/Database/DatabaseRegistrarTest.cs#L44
Argument of type 'List<KeyValuePair<string, string>>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
|
integration-test (HealthLevel7, mongodb):
src/Plug-ins/RemoteAppExecution/Test/Database/DatabaseRegistrarTest.cs#L81
Argument of type 'List<KeyValuePair<string, string>>' cannot be used for parameter 'initialData' of type 'IEnumerable<KeyValuePair<string, string?>>' in 'IConfigurationBuilder MemoryConfigurationBuilderExtensions.AddInMemoryCollection(IConfigurationBuilder configurationBuilder, IEnumerable<KeyValuePair<string, string?>>? initialData)' due to differences in the nullability of reference types.
|
unit-test:
src/Common/FileSystemExtensions.cs#L27
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
unit-test:
src/Client.Common/ProblemException.cs#L29
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
unit-test:
src/Client.Common/GuardExtensions.cs#L27
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
unit-test:
src/Client.Common/GuardExtensions.cs#L28
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
unit-test:
src/Client.Common/GuardExtensions.cs#L43
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
unit-test:
src/Client.Common/GuardExtensions.cs#L44
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
unit-test:
src/Client.Common/GuardExtensions.cs#L50
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
unit-test:
src/DicomWebClient/Third-party/Microsoft/InternetMessageFormatHeaderParser.cs#L308
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
|
unit-test:
src/DicomWebClient/Third-party/Microsoft/MimeMultipartParser.cs#L534
Private classes which are not derived in the current assembly should be marked as 'sealed'. (https://rules.sonarsource.com/csharp/RSPEC-3260)
|
unit-test:
src/DicomWebClient/Third-party/Microsoft/MultipartExtensions.cs#L33
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
unit-test:
src/Client.Common/GuardExtensions.cs#L27
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
unit-test:
src/Client.Common/GuardExtensions.cs#L28
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
unit-test:
src/Client.Common/GuardExtensions.cs#L43
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
unit-test:
src/Client.Common/GuardExtensions.cs#L44
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
unit-test:
src/Client.Common/GuardExtensions.cs#L50
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
unit-test:
src/Client.Common/ProblemException.cs#L29
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
unit-test:
src/Common/FileSystemExtensions.cs#L27
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
unit-test:
src/Api/Storage/DicomFileStorageMetadata.cs#L148
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
unit-test:
src/Api/Storage/Payload.cs#L139
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
unit-test:
src/Api/PlugIns/PluginNameAttribute.cs#L29
Remove this argument from the method call; it hides the caller information. (https://rules.sonarsource.com/csharp/RSPEC-3236)
|
integration-test (DicomWebStow, mongodb):
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)
|
integration-test (DicomWebStow, mongodb):
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration-test (DicomWebStow, mongodb):
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.
|
integration-test (DicomWebStow, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
integration-test (DicomWebStow, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
integration-test (DicomWebStow, mongodb)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
integration-test (DicomWebStow, mongodb):
src/Plug-ins/RemoteAppExecution/Database/EntityFramework/MigrationManager.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)
|
integration-test (DicomWebStow, mongodb):
src/Database/MongoDB/Integration.Test/SourceApplicationEntityRepositoryTest.cs#L75
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)
|
integration-test (DicomWebStow, mongodb):
src/Database/MongoDB/Integration.Test/SourceApplicationEntityRepositoryTest.cs#L78
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)
|
integration-test (DicomWebStow, mongodb):
src/Database/MongoDB/Integration.Test/InferenceRequestRepositoryTest.cs#L69
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)
|
integration-test (DicomWebStow, ef):
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)
|
integration-test (DicomWebStow, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
integration-test (DicomWebStow, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
integration-test (DicomWebStow, ef)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
integration-test (DicomWebStow, ef):
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
integration-test (DicomWebStow, ef):
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.
|
integration-test (DicomWebStow, ef):
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)
|
integration-test (DicomWebStow, ef):
src/Database/MongoDB/Integration.Test/InferenceRequestRepositoryTest.cs#L69
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)
|
integration-test (DicomWebStow, ef):
src/Database/MongoDB/Integration.Test/InferenceRequestRepositoryTest.cs#L72
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)
|
integration-test (DicomWebStow, ef):
src/Database/MongoDB/Integration.Test/DestinationApplicationEntityRepositoryTest.cs#L70
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)
|
analyze
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
analyze
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
analyze
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
analyze
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
analyze:
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)
|
analyze:
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
analyze:
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.
|
analyze:
src/Plug-ins/RemoteAppExecution/Database/EntityFramework/MigrationManager.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)
|
analyze:
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)
|
analyze:
src/Database/MongoDB/Integration.Test/SourceApplicationEntityRepositoryTest.cs#L75
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)
|
analyze:
src/Database/MongoDB/Integration.Test/SourceApplicationEntityRepositoryTest.cs#L78
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)
|
CodeQL-Analyze:
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)
|
CodeQL-Analyze
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
CodeQL-Analyze
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
CodeQL-Analyze
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
CodeQL-Analyze:
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
CodeQL-Analyze:
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.
|
CodeQL-Analyze:
src/Plug-ins/RemoteAppExecution/Database/EntityFramework/MigrationManager.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)
|
CodeQL-Analyze:
src/Database/MongoDB/Integration.Test/DicomAssociationInfoRepositoryTest.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)
|
CodeQL-Analyze:
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)
|
CodeQL-Analyze:
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 (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: Azure/container-scan@v0.1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (ubuntu-latest)
An error occurred while creating the check run for container scan. Error: Error: An error occurred while creating scan result. Statuscode: 404, StatusMessage: Not Found, head_sha: 1bdba43683b4b57d53f489fe74169dd149b93f01
|
build (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (ubuntu-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
build (ubuntu-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
build (ubuntu-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
build (ubuntu-latest)
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 (ubuntu-latest)
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 (ubuntu-latest):
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 (ubuntu-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
build (ubuntu-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
build (ubuntu-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
build (ubuntu-latest):
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (ubuntu-latest):
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 (ubuntu-latest):
src/Plug-ins/RemoteAppExecution/Database/EntityFramework/MigrationManager.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 (ubuntu-latest):
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 (ubuntu-latest):
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 (ubuntu-latest):
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)
|
build (windows-latest):
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 (windows-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
build (windows-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
build (windows-latest)
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
build (windows-latest):
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build (windows-latest):
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 (windows-latest):
src/Plug-ins/RemoteAppExecution/Database/EntityFramework/MigrationManager.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 (windows-latest):
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 (windows-latest):
src/Database/MongoDB/Integration.Test/DestinationApplicationEntityRepositoryTest.cs#L70
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 (windows-latest):
src/Database/MongoDB/Integration.Test/DestinationApplicationEntityRepositoryTest.cs#L73
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)
|
docs:
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)
|
docs:
src/DicomWebClient/CLI/Utils.cs#L141
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
docs:
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.
|
docs
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging
|
docs
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Messaging.RabbitMQ
|
docs
A stable release of a package should not have a prerelease dependency. Either modify the version spec of dependency "Monai.Deploy.Storage
|
docs:
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)
|
docs:
src/Database/MongoDB/Integration.Test/DestinationApplicationEntityRepositoryTest.cs#L70
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)
|
docs:
src/Database/MongoDB/Integration.Test/DestinationApplicationEntityRepositoryTest.cs#L73
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)
|
docs:
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)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
artifacts
Expired
|
77 MB |
|
assembly-info
Expired
|
839 Bytes |
|
integration-AcrApi
Expired
|
270 KB |
|
integration-DicomDimseScp
Expired
|
2.89 MB |
|
integration-DicomDimseScu
Expired
|
818 KB |
|
integration-DicomWebExport
Expired
|
1.25 MB |
|
integration-DicomWebStow
Expired
|
3.1 MB |
|
integration-Fhir
Expired
|
425 KB |
|
integration-HealthLevel7
Expired
|
629 KB |
|
integration-RemoteAppExecutionPlugIn
Expired
|
221 KB |
|
nuget
Expired
|
47.1 KB |
|