feat(content-service): initializing strapi app #5773
Annotations
8 warnings
build:
libs/adsp-service-net-sdk/Configuration/ConfigurationStartupFilter.spec.cs#L29
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:
libs/adsp-service-net-sdk/Configuration/ConfigurationService.Spec.cs#L98
Dereference of a possibly null reference.
|
build:
libs/adsp-service-net-sdk/Configuration/ConfigurationService.Spec.cs#L99
Dereference of a possibly null reference.
|
build:
libs/adsp-service-net-sdk/Configuration/ConfigurationMiddleware.Spec.cs#L118
Possible null reference argument for parameter 'httpContext' in 'Task ConfigurationMiddleware.InvokeAsync(HttpContext httpContext)'.
|
build:
apps/script-service/Services/ScriptFunctions.Spec.cs#L30
Possible null reference argument for parameter 'expectedResult' in 'IRestClient TestUtil.GetRestClient<FormSubmissionResult>(AdspId serviceId, string endpoint, object expectedResult, bool success = true)'.
|
build:
apps/script-service/Services/ScriptFunctions.Spec.cs#L49
Possible null reference argument for parameter 'expectedResult' in 'IRestClient TestUtil.GetRestClient<FormSubmissionResult>(AdspId serviceId, string endpoint, object expectedResult, bool success = true)'.
|
build:
libs/adsp-service-net-sdk/Amqp/AmqpEventSubscriberService.cs#L14
Type 'AmqpEventSubscriberService' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
build:
libs/adsp-service-net-sdk/Amqp/AmqpEventSubscriberService.cs#L14
Type 'AmqpEventSubscriberService' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|