Adds methods to set the IContentParser #160
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/Builders/ScraperEngineBuilder.cs#L341
Possible null reference argument for parameter 'scraperConfigStorage' in 'SpiderBuilder SpiderBuilder.WithConfigStorage(IScraperConfigStorage scraperConfigStorage)'.
|
build:
WebReaper/Builders/ConfigBuilder.cs#L25
Non-nullable field '_startUrls' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
build:
WebReaper/ConfigStorage/Concrete/RedisScraperConfigStorage.cs#L36
Possible null reference return.
|