Scalable scraper #1663
Annotations
20 warnings
Build and push Docker image
Possible null reference argument for parameter 'first' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
|
Build and push Docker image
Possible null reference argument for parameter 'second' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
|
Build and push Docker image
Nullable value type may be null.
|
Build and push Docker image
Possible null reference return.
|
Build and push Docker image
Possible null reference argument for parameter 'first' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
|
Build and push Docker image
Possible null reference argument for parameter 'second' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
|
Build and push Docker image
Nullable value type may be null.
|
Build and push Docker image
Possible null reference return.
|
Build and push Docker image
Possible null reference argument for parameter 'first' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
|
Build and push Docker image
Possible null reference argument for parameter 'second' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
|
Build and analyze with SonarCloud:
Database/TypeConfigurations/HoldingTypeConfiguration.cs#L19
Possible null reference argument for parameter 'first' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
|
Build and analyze with SonarCloud:
Database/TypeConfigurations/HoldingTypeConfiguration.cs#L19
Possible null reference argument for parameter 'second' in 'bool Enumerable.SequenceEqual<PartialSymbolIdentifier>(IEnumerable<PartialSymbolIdentifier> first, IEnumerable<PartialSymbolIdentifier> second)'.
|
Build and analyze with SonarCloud:
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 and analyze with SonarCloud:
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 and analyze with SonarCloud:
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 and analyze with SonarCloud:
Tools/ScraperUtilities/CommandLineArguments.cs#L9
Non-nullable property 'Portfolio' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and analyze with SonarCloud:
Tools/ScraperUtilities/ScalableCapital/TransactionPage.cs#L53
Unreachable code detected
|
Build and analyze with SonarCloud:
Tools/ScraperUtilities/ScalableCapital/TransactionPage.cs#L215
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build and analyze with SonarCloud:
Tools/ScraperUtilities/ScalableCapital/TransactionPage.cs#L217
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Build and analyze with SonarCloud:
Tools/ScraperUtilities/ScalableCapital/TransactionPage.cs#L219
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
|
Loading