Skip to content

Create DeveloperGuide.md #44

Create DeveloperGuide.md

Create DeveloperGuide.md #44

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

Master-Build.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/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/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.
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/