VNext #1463
Annotations
21 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 the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
build
The variable 'e' is declared but never used
|
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
Possible null reference argument for parameter 'first' in 'bool Enumerable.SequenceEqual<Money>(IEnumerable<Money> first, IEnumerable<Money> second)'.
|
build
Possible null reference argument for parameter 'second' in 'bool Enumerable.SequenceEqual<Money>(IEnumerable<Money> first, IEnumerable<Money> second)'.
|
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
Possible null reference argument for parameter 'first' in 'bool Enumerable.SequenceEqual<CalculatedPriceTrace>(IEnumerable<CalculatedPriceTrace> first, IEnumerable<CalculatedPriceTrace> second)'.
|
build
Possible null reference argument for parameter 'second' in 'bool Enumerable.SequenceEqual<CalculatedPriceTrace>(IEnumerable<CalculatedPriceTrace> first, IEnumerable<CalculatedPriceTrace> second)'.
|
build
Possible null reference argument for parameter 'v' in 'string ActivityTypeConfiguration.MoneyToString(Money v)'.
|
build:
Tools/AnonymisePDF/Program.cs#L9
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
|
build:
Tools/AnonymisePDF/Program.cs#L21
Pass a timeout to limit the execution time. (https://rules.sonarsource.com/csharp/RSPEC-6444)
|
build:
Configuration/ApplicationSettings.cs#L22
Logging in a catch clause should pass the caught exception as a parameter. (https://rules.sonarsource.com/csharp/RSPEC-6667)
|
build:
Model/Currency.cs#L45
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
build:
LibrariesAsCode/YahooFinanceApi/Cache.cs#L32
The variable 'e' is declared but never used
|
build:
LibrariesAsCode/YahooFinanceApi/DataConvertors.cs#L9
Change the visibility of 'IgnoreEmptyRows' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
|
build:
LibrariesAsCode/YahooFinanceApi/Yahoo - Historical.cs#L16
Make this field 'private' and encapsulate it in a 'public' property. (https://rules.sonarsource.com/csharp/RSPEC-1104)
|
build:
LibrariesAsCode/YahooFinanceApi/Yahoo - Historical.cs#L16
Change the visibility of 'Culture' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
|
build:
LibrariesAsCode/YahooFinanceApi/Yahoo - Historical.cs#L17
Provide a getter for 'IgnoreEmptyRows' or replace the property with a 'SetIgnoreEmptyRows' method. (https://rules.sonarsource.com/csharp/RSPEC-2376)
|
build:
LibrariesAsCode/YahooFinanceApi/YahooSession.cs#L18
Remove the unused private field 'timeZoneCache'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|