Upgrade to .NET 9 #1654
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 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
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:
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:
Tools/ScraperUtilities/ActivityWithSymbol.cs#L7
Non-nullable property 'Activity' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Tools/ScraperUtilities/ActivityWithSymbol.cs#L9
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:
Tools/ScraperUtilities/ActivityWithSymbol.cs#L11
Non-nullable property 'symbolName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
Database.UnitTests/DatabaseContextTests.cs#L27
Test methods should not call ConfigureAwait(false), as it may bypass parallelization limits. Omit ConfigureAwait, or use ConfigureAwait(true) to avoid CA2007. (https://xunit.net/xunit.analyzers/rules/xUnit1030)
|
build:
ExternalDataProvider/Yahoo/YahooRepository.cs#L97
Nullable value type may be null.
|
build:
ExternalDataProvider/Yahoo/YahooRepository.cs#L186
Possible null reference return.
|
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)'.
|