Skip to content

Merge pull request #4 from CodeShayk/release/v2.0 #31

Merge pull request #4 from CodeShayk/release/v2.0

Merge pull request #4 from CodeShayk/release/v2.0 #31

Triggered via push November 22, 2024 21:06
Status Success
Total duration 2m 28s
Artifacts

Master-Build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/ApiAggregator/ApiAggregate.cs#L17
XML comment has badly formed XML -- 'Whitespace is not allowed at this location.'
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/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/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.