Skip to content

Merge pull request #24 from justynhunter/feature/allow-contentparser-set #161

Merge pull request #24 from justynhunter/feature/allow-contentparser-set

Merge pull request #24 from justynhunter/feature/allow-contentparser-set #161

Triggered via push November 21, 2023 13:27
Status Success
Total duration 1m 52s
Artifacts

CI.yml

on: push
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/Sinks/Concrete/RedisSink.cs#L32
Dereference of a possibly null reference.
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#L41
Dereference of a possibly null reference.
build: WebReaper/ConfigStorage/Concrete/RedisScraperConfigStorage.cs#L36
Possible null reference return.
build: WebReaper/ConfigStorage/Concrete/RedisScraperConfigStorage.cs#L45
Possible null reference return.
build: WebReaper/Builders/ScraperEngineBuilder.cs#L341
Possible null reference argument for parameter 'scraperConfigStorage' in 'SpiderBuilder SpiderBuilder.WithConfigStorage(IScraperConfigStorage scraperConfigStorage)'.