Skip to content

extend logging

extend logging #38

Triggered via push September 13, 2023 20:32
Status Success
Total duration 56s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
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#L37
Missing XML comment for publicly visible type or member 'IObjectBinder'
build: src/Laraue.Crawling.Abstractions/IObjectBinder.cs#L39
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'