Skip to content

chore(deps): bump MSTest.TestFramework from 3.6.3 to 3.6.4 (#294) #108

chore(deps): bump MSTest.TestFramework from 3.6.3 to 3.6.4 (#294)

chore(deps): bump MSTest.TestFramework from 3.6.3 to 3.6.4 (#294) #108

Triggered via push December 7, 2024 06:21
Status Success
Total duration 2m 7s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/LSDW.Infrastructure/Services/StateService.cs#L19
Change type of field '_loggerService' from 'LSDW.Abstractions.Infrastructure.Services.ILoggerService' to 'LSDW.Infrastructure.Services.LoggerService' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build: tests/LSDW.Infrastructure.Tests/Factories/InfrastructureFactoryTests.States.cs#L104
Change type of variable 'dealers' from 'System.Collections.Generic.ICollection<LSDW.Abstractions.Domain.Models.IDealer>' to 'System.Collections.Generic.List<LSDW.Abstractions.Domain.Models.IDealer>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build: tests/LSDW.Infrastructure.Tests/Factories/InfrastructureFactoryTests.States.cs#L197
Change type of variable 'transactions' from 'System.Collections.Generic.ICollection<LSDW.Abstractions.Domain.Models.ITransaction>' to 'System.Collections.Generic.List<LSDW.Abstractions.Domain.Models.ITransaction>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build: tests/LSDW.Domain.Tests/Extensions/IntegerExtensionsTests.cs#L23
Change type of variable 'ints' from 'System.Collections.Generic.IList<int>' to 'System.Collections.Generic.List<int>' for improved performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1859)
build: tests/LSDW.Domain.Tests/Factories/DomainFactoryTests.Models.cs#L69
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: tests/LSDW.Domain.Tests/Models/SettingsTests.DealerSettings.cs#L19
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: tests/LSDW.Domain.Tests/Models/SettingsTests.MarketSettings.cs#L21
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: tests/LSDW.Domain.Tests/Models/SettingsTests.MarketSettings.cs#L30
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: tests/LSDW.Domain.Tests/Models/SettingsTests.MarketSettings.cs#L39
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: tests/LSDW.Domain.Tests/Models/SettingsTests.MarketSettings.cs#L48
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)