Fix for recently changed user profile schema of Twitter #12
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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:
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/CrawlerBase.cs#L4
Parameter 'driver' is unread.
|
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