Merge pull request #21 from pavlovtech/packages-update #154
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
WebReaper/Logging/ColorConsoleLogger.cs#L18
Nullability in constraints for type parameter 'TState' of method 'ColorConsoleLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
|
build:
WebReaper/Core/Parser/Concrete/AngleSharpContentParser.cs#L19
Nullability of reference types in type of parameter 'schema' of 'Task<JObject> AngleSharpContentParser.ParseAsync(string html, Schema schema)' doesn't match implicitly implemented member 'Task<JObject> IContentParser.ParseAsync(string html, Schema? schema)' (possibly because of nullability attributes).
|
build:
WebReaper/Builders/SpiderBuilder.cs#L28
Non-nullable property 'PostProcessor' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
WebReaper/Builders/SpiderBuilder.cs#L36
Non-nullable property 'ScraperConfigStorage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
WebReaper/Builders/SpiderBuilder.cs#L52
Non-nullable event 'ScrapedData' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
|
build:
WebReaper/Sinks/Concrete/RedisSink.cs#L32
Dereference of a possibly null reference.
|
build:
WebReaper/Sinks/Concrete/RedisSink.cs#L41
Dereference of a possibly null reference.
|
build:
WebReaper/ConfigStorage/Concrete/InMemoryScraperConfigStorage.cs#L8
Non-nullable field '_config' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
WebReaper/Core/LinkTracker/Concrete/RedisVisitedLinkTracker.cs#L28
Dereference of a possibly null reference.
|
build:
WebReaper/Core/CookieStorage/Concrete/RedisCookieStorage.cs#L33
Possible null reference return.
|