VNext #1530
Annotations
22 warnings
build
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
Possible null reference argument for parameter 'first' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
|
build
Possible null reference argument for parameter 'second' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
|
build
Nullable value type may be null.
|
build
Possible null reference return.
|
build
Possible null reference argument for parameter 'first' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
|
build
Possible null reference argument for parameter 'second' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
|
build
Nullable value type may be null.
|
build
Possible null reference return.
|
build
Possible null reference argument for parameter 'first' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
|
build
Possible null reference argument for parameter 'second' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
|
build:
Model/Holding.cs#L57
Make 'IsEmpty' a static method. (https://rules.sonarsource.com/csharp/RSPEC-2325)
|
build:
Database/TypeConfigurations/HoldingTypeConfiguration.cs#L19
Possible null reference argument for parameter 'first' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
|
build:
Database/TypeConfigurations/HoldingTypeConfiguration.cs#L19
Possible null reference argument for parameter 'second' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
|
build:
Database/TypeConfigurations/CalculatedPriceTraceTypeConfiguration.cs#L1
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
build:
Database/Migrations/20250109092742_OptimizeActivities.cs#L52
Define a constant instead of using this literal 'ActivityWithQuantityAndUnitPrice' 6 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
build:
Database/Migrations/20241212072853_Initial.cs#L15
Define a constant instead of using this literal 'Holdings' 4 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
build:
Database/Migrations/20241212072853_Initial.cs#L18
Define a constant instead of using this literal 'INTEGER' 24 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
build:
Database/Migrations/20241212072853_Initial.cs#L19
Define a constant instead of using this literal 'Sqlite:Autoincrement' 20 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
build:
Database/Migrations/20241212072853_Initial.cs#L42
Define a constant instead of using this literal 'SymbolProfiles' 5 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|
build:
Database/Migrations/20241212072853_Initial.cs#L69
Define a constant instead of using this literal 'Accounts' 5 times. (https://rules.sonarsource.com/csharp/RSPEC-1192)
|