Skip to content

Rename DeveloperGuide.md to index.md #52

Rename DeveloperGuide.md to index.md

Rename DeveloperGuide.md to index.md #52

Triggered via push November 19, 2024 23:41
Status Success
Total duration 1m 37s
Artifacts

Master-Build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Schemio/ServicesExtensions.cs#L119
Cannot convert null literal to non-nullable reference type.
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#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.
build: src/Schemio/ChildrenQueries.cs#L5
Non-nullable property 'ParentQueryResultType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Schemio/ChildrenQueries.cs#L6
Non-nullable property 'Queries' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.