Skip to content

Update Build-Master.yml #65

Update Build-Master.yml

Update Build-Master.yml #65

Triggered via push November 22, 2024 16:00
Status Success
Total duration 1m 40s
Artifacts

Build-Master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Schemio.Core/ISchemaPathMatcher.cs#L9
XML comment has badly formed XML -- 'End tag 'param' does not match the start tag 'TEntity'.'
build: src/Schemio.Core/ISchemaPathMatcher.cs#L11
XML comment has badly formed XML -- 'Expected an end tag for element 'param'.'
build: src/Schemio.Core/EntityConfiguration.cs#L17
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build: src/Schemio.Core/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.Core/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.Core/QueryList.cs#L51
The member 'QueryList.Count()' does not hide an accessible member. The new keyword is not required.
build: src/Schemio.Core/IQuery.cs#L14
Cannot convert null literal to non-nullable reference type.
build: src/Schemio.Core/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.Core/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.
build: src/Schemio.Core/BaseQuery.cs#L13
Non-nullable property 'Children' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.