Delete CNAME #58
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/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/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/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.
|
build:
src/Schemio/CreateSchema.cs#L19
Non-nullable property 'Paths' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|