VNext #1426
Annotations
23 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 following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/cache@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The variable 'e' is declared but never used
|
build
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build
Non-nullable property 'Symbol' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
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:
Model/Currency.cs#L45
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
|
build:
Model/Holding.cs#L39
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
build:
Model/Holding.cs#L40
Collection-specific "Exists" method should be used instead of the "Any" extension. (https://rules.sonarsource.com/csharp/RSPEC-6605)
|
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/YahooSession.cs#L18
Remove the unused private field 'timeZoneCache'. (https://rules.sonarsource.com/csharp/RSPEC-1144)
|
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/Yahoo - Historical.cs#L70
Use a comparison to 'default(T)' instead or add a constraint to 'T' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)
|