Skip to content

- Update project parameters. #18

- Update project parameters.

- Update project parameters. #18

Triggered via push November 6, 2024 15:47
Status Success
Total duration 1m 41s
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/ApiAggregator/ApiAggregate.cs#L17
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
build: src/ApiAggregator/IWebApi.cs#L16
Cannot convert null literal to non-nullable reference type.
build: src/ApiAggregator/IWebApi.cs#L23
Cannot convert null literal to non-nullable reference type.
build: src/ApiAggregator/ApiComparer.cs#L7
Nullability of reference types in type of parameter 'x' of 'bool ApiComparer.Equals(IWebApi x, IWebApi y)' doesn't match implicitly implemented member 'bool IEqualityComparer<IWebApi>.Equals(IWebApi? x, IWebApi? y)' (possibly because of nullability attributes).
build: src/ApiAggregator/ApiComparer.cs#L7
Nullability of reference types in type of parameter 'y' of 'bool ApiComparer.Equals(IWebApi x, IWebApi y)' doesn't match implicitly implemented member 'bool IEqualityComparer<IWebApi>.Equals(IWebApi? x, IWebApi? y)' (possibly because of nullability attributes).
build: src/ApiAggregator/ApiList.cs#L51
The member 'ApiList.Count()' does not hide an accessible member. The new keyword is not required.
build: src/ApiAggregator/WebApi.cs#L69
Cannot convert null literal to non-nullable reference type.
build: src/ApiAggregator/WebApi.cs#L76
The default value specified for parameter 'parentApiResult' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments
build: src/ApiAggregator/WebApi.cs#L76
Cannot convert null literal to non-nullable reference type.
build: src/ApiAggregator/Impl/ApiEngine.cs#L11
Cannot convert null literal to non-nullable reference type.
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/