Update README.md #67
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/BaseTransformer.cs#L11
Non-nullable property 'Context' 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.
|
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.
|
Loading