VNext #1493
Annotations
1 error and 12 warnings
build
Process completed with exit code 1.
|
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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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)
|
build:
LibrariesAsCode/YahooFinanceApi/ChartDataLoader.cs#L15
Refactor your code not to use hardcoded absolute paths or URIs. (https://rules.sonarsource.com/csharp/RSPEC-1075)
|
build:
LibrariesAsCode/YahooFinanceApi/YahooSession.cs#L85
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
build:
LibrariesAsCode/YahooFinanceApi/YahooSession.cs#L97
'System.Exception' should not be thrown by user code. (https://rules.sonarsource.com/csharp/RSPEC-112)
|
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)
|