Remove unused WebDriverManager
dependency
#8
Annotations
10 warnings
Build using 'DebugCI' configuration:
Crawler/TwitterSinglePostCrawler.cs#L44
Parameter 'IWebDriver driver' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
Build using 'DebugCI' configuration:
Database/Model/TwitterAccountCrawlResult.cs#L20
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build using 'DebugCI' configuration:
Crawler/TwitterAccountWorkaroundCrawler.cs#L9
Parameter 'IWebDriver driver' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
Build using 'DebugCI' configuration:
Crawler/TwitterAccountWorkaroundCrawler.cs#L9
Parameter 'string handle' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
Build using 'DebugCI' configuration:
Crawler/TwitterAccountCrawler.cs#L41
Parameter 'IWebDriver driver' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
Build using 'DebugCI' configuration:
Crawler/CrawlerBase.cs#L4
Parameter 'driver' is unread.
|
Build using 'DebugCI' configuration:
Database/Model/CrawlResultBase.cs#L27
Non-nullable property 'CrawlTarget' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build using 'DebugCI' configuration:
Crawler/TwitterSinglePostCrawler.cs#L44
Parameter 'IWebDriver driver' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
Build using 'DebugCI' configuration:
Database/Model/TwitterAccountCrawlResult.cs#L20
Non-nullable property 'DisplayName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build using 'DebugCI' configuration:
Crawler/TwitterAccountWorkaroundCrawler.cs#L9
Parameter 'IWebDriver driver' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
Loading