Replace Playwright with Selenium #1673
Annotations
10 errors and 10 warnings
build:
Tools/ScraperUtilities/Program.cs#L6
The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Tools/ScraperUtilities/Program.cs#L7
The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Tools/ScraperUtilities/ScalableCapital/Login.cs#L1
The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Tools/ScraperUtilities/ScalableCapital/Login.cs#L2
The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Tools/ScraperUtilities/ScalableCapital/Login.cs#L3
The type or namespace name 'SeleniumExtras' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Tools/ScraperUtilities/ScalableCapital/MainPage.cs#L1
The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Tools/ScraperUtilities/ScalableCapital/MainPage.cs#L2
The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Tools/ScraperUtilities/ScalableCapital/MainPage.cs#L3
The type or namespace name 'SeleniumExtras' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Tools/ScraperUtilities/ScalableCapital/TransactionPage.cs#L5
The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?)
|
build:
Tools/ScraperUtilities/ScalableCapital/TransactionPage.cs#L6
The type or namespace name 'OpenQA' could not be found (are you missing a using directive or an assembly reference?)
|
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:
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)'.
|
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.
|