Skip to content

Update README.md

Update README.md #48

Triggered via push November 9, 2024 15:55
Status Success
Total duration 1m 37s
Artifacts

Build-Master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/Schemio/QueryComparer.cs#L7
Nullability of reference types in type of parameter 'x' of 'bool QueryComparer.Equals(IQuery x, IQuery y)' doesn't match implicitly implemented member 'bool IEqualityComparer<IQuery>.Equals(IQuery? x, IQuery? y)' (possibly because of nullability attributes).
build: src/Schemio/QueryComparer.cs#L7
Nullability of reference types in type of parameter 'y' of 'bool QueryComparer.Equals(IQuery x, IQuery y)' doesn't match implicitly implemented member 'bool IEqualityComparer<IQuery>.Equals(IQuery? x, IQuery? y)' (possibly because of nullability attributes).
build: src/Schemio/QueryList.cs#L51
The member 'QueryList.Count()' does not hide an accessible member. The new keyword is not required.
build: src/Schemio/ServicesExtensions.cs#L119
Cannot convert null literal to non-nullable reference type.
build: src/Schemio/BaseQuery.cs#L15
Non-nullable field 'QueryParameter' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/Schemio/BaseQuery.cs#L20
Non-nullable property 'Children' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Schemio/ServicesExtensions.cs#L83
Non-nullable property 'SchemioOptions' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Schemio/ServicesExtensions.cs#L54
Non-nullable property 'EntitySchema' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Schemio/ServicesExtensions.cs#L54
Non-nullable property 'SchemaPathMatcher' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Schemio/ServicesExtensions.cs#L54
Non-nullable property 'Logger' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
run-Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/