Skip to content

make schema public

make schema public #14

Triggered via push April 29, 2023 18:42
Status Success
Total duration 52s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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'