Bump the minor-and-patch group with 8 updates#16
Merged
github-actions[bot] merged 1 commit intoJul 19, 2026
Merged
Annotations
10 warnings
|
Build:
src/InsuranceIntegration.Api/Migrations/20260426013746_InitialSchema.cs#L82
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
Build:
src/InsuranceIntegration.Api/Migrations/20260426013746_InitialSchema.cs#L77
Prefer 'static readonly' fields over constant array arguments if the called method is called repeatedly and is not mutating the passed array (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1861)
|
|
Build:
src/InsuranceIntegration.Api/Mappers/Risks/BindPointRiskMapper.cs#L21
Avoid creating a new 'JsonSerializerOptions' instance for every serialization operation. Cache and reuse instances instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1869)
|
|
Build:
src/InsuranceIntegration.Api/Mappers/Risks/ContosoRiskMapper.cs#L18
Avoid creating a new 'JsonSerializerOptions' instance for every serialization operation. Cache and reuse instances instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1869)
|
|
Build:
src/InsuranceIntegration.Api/Mappers/Risks/QuoteForgeRiskMapper.cs#L21
Avoid creating a new 'JsonSerializerOptions' instance for every serialization operation. Cache and reuse instances instead. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1869)
|
|
Build:
src/InsuranceIntegration.Api/Services/Policies/ReinstatementRequest.cs#L27
Member 'ChargeLapsedPremium' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
|
|
Build:
src/InsuranceIntegration.Api/Persistence/Migrations/20260602163815_Phase10a_AddRiskEntities.cs#L9
Remove the underscores from type name InsuranceIntegration.Api.Persistence.Migrations.Phase10a_AddRiskEntities (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1707)
|
|
Build:
src/InsuranceIntegration.Api/Services/Orchestration/RiskSubmissionOrchestrator.cs#L204
Possible null reference assignment.
|
|
Build:
src/InsuranceIntegration.Api/Services/Orchestration/RiskSubmissionOrchestrator.cs#L201
Possible null reference assignment.
|
|
Build:
src/InsuranceIntegration.Api/Services/Orchestration/RiskSubmissionOrchestrator.cs#L100
Possible null reference assignment.
|
background
wait
wait-all
cancel
parallel
Loading