Skip to content

Packages update

Packages update #153

Triggered via pull request August 10, 2023 23:29
Status Success
Total duration 2m 0s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/HttpRequests/Concrete/RotatingProxyPageRequester.cs#L10
Non-nullable property 'CookieContainer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: WebReaper/HttpRequests/Concrete/PageRequester.cs#L11
Non-nullable property 'CookieContainer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: WebReaper/Domain/Parsing/Schema.cs#L6
Possible null reference argument for parameter 'field' in 'SchemaElement.SchemaElement(string field)'.