Skip to content

Bump MassTransit from 8.0.16 to 8.1.2 #220

Bump MassTransit from 8.0.16 to 8.1.2

Bump MassTransit from 8.0.16 to 8.1.2 #220

Triggered via pull request November 20, 2023 20:56
Status Success
Total duration 3m 8s
Artifacts

build-by-branch.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/NKZSoft.Template.Application/Common/Behaviours/ValidationBehaviour.cs#L23
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
build: src/NKZSoft.Template.Application/Common/Behaviours/ValidationBehaviour.cs#L27
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
build: src/NKZSoft.Template.Application/TodoItems/Specifications/ToDoSpecification.cs#L72
Prefer comparing 'Length' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
build: src/NKZSoft.Template.Application/TodoItems/Specifications/ToDoSpecification.cs#L10
Change type of field 'SortExpressions' from 'System.Collections.Generic.IDictionary<string, System.Linq.Expressions.Expression<System.Func<NKZSoft.Template.Domain.AggregatesModel.ToDoAggregates.Entities.ToDoItem, object>>>' to 'System.Collections.Generic.Dictionary<string, System.Linq.Expressions.Expression<System.Func<NKZSoft.Template.Domain.AggregatesModel.ToDoAggregates.Entities.ToDoItem, object>>>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build: tests/NKZSoft.Template.Common.Tests/Containers/ContainerFactory.cs#L40
Change return type of method 'CreateRabbitMq' from 'DotNet.Testcontainers.Containers.IContainer' to 'Testcontainers.RabbitMq.RabbitMqContainer' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build: tests/NKZSoft.Template.Common.Tests/Containers/ContainerFactory.cs#L28
Change return type of method 'CreatePostgreSql' from 'DotNet.Testcontainers.Containers.IContainer' to 'Testcontainers.PostgreSql.PostgreSqlContainer' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build: tests/NKZSoft.Template.Common.Tests/BaseWebApplicationFactory.cs#L13
Change type of property 'Containers' from 'System.Collections.Generic.IReadOnlyDictionary<System.Type, DotNet.Testcontainers.Containers.IContainer>' to 'System.Collections.Generic.Dictionary<System.Type, DotNet.Testcontainers.Containers.IContainer>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build: src/NKZSoft.Template.Persistence.PostgreSQL/ApplicationDbContext.cs#L53
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
build: src/NKZSoft.Template.Persistence.PostgreSQL/ApplicationDbContext.cs#L69
The behavior of 'long?.ToString()' could vary based on the current user's locale settings. Provide a value for the 'IFormatProvider' argument. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)
build: src/NKZSoft.Template.Persistence.PostgreSQL/ApplicationDbContext.cs#L73
The behavior of 'long?.ToString()' could vary based on the current user's locale settings. Provide a value for the 'IFormatProvider' argument. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1305)