Skip to content

use backfround service as the crawlng service basis #22

use backfround service as the crawlng service basis

use backfround service as the crawlng service basis #22

Triggered via push June 7, 2023 19:31
Status Failure
Total duration 41s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
build
The current .NET SDK does not support targeting .NET 7.0. Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 7.0.
build
The current .NET SDK does not support targeting .NET 7.0. Either target .NET 6.0 or lower, or use a version of the .NET SDK that supports .NET 7.0.
build
Process completed with exit code 1.
build
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
build: src/Laraue.Crawling.Abstractions/HtmlSelector.cs#L11
Non-nullable property 'Selector' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Laraue.Crawling.Abstractions/HtmlSelector.cs#L23
Missing XML comment for publicly visible type or member 'HtmlSelector.ToString()'
build: src/Laraue.Crawling.Abstractions/IObjectBinder.cs#L28
Missing XML comment for publicly visible type or member 'IObjectBinder'
build: src/Laraue.Crawling.Abstractions/IObjectBinder.cs#L30
Missing XML comment for publicly visible type or member 'IObjectBinder.BindProperty(LambdaExpression, object?)'
build: src/Laraue.Crawling.Abstractions/Schema/Binding/BindArrayExpression.cs#L8
Missing XML comment for publicly visible type or member 'BindArrayExpression<TElement>.Element'
build: src/Laraue.Crawling.Abstractions/Schema/Binding/BindArrayExpression.cs#L10
Missing XML comment for publicly visible type or member 'BindArrayExpression<TElement>.BindArrayExpression(Type, SetPropertyInfo?, HtmlSelector?, BindExpression<TElement>)'
build: src/Laraue.Crawling.Abstractions/Schema/Binding/BindExpression.cs#L25
Missing XML comment for publicly visible type or member 'BindExpression<TElement>.BindExpression(Type, SetPropertyInfo?, HtmlSelector?)'
build: src/Laraue.Crawling.Abstractions/Schema/Binding/BindObjectExpression.cs#L3
Missing XML comment for publicly visible type or member 'BindObjectExpression<TElement>'
build: src/Laraue.Crawling.Abstractions/Schema/Binding/BindObjectExpression.cs#L10
Missing XML comment for publicly visible type or member 'BindObjectExpression<TElement>.BindObjectExpression(Type, SetPropertyInfo?, HtmlSelector?, SchemaExpression<TElement>[])'
build: src/Laraue.Crawling.Abstractions/Schema/Binding/BindValueExpression.cs#L11
Missing XML comment for publicly visible type or member 'BindValueExpression<TElement>.PropertyGetter'