- Update Readme #10
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/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#L23
Cannot convert null literal to non-nullable reference type.
|
build:
src/ApiAggregator/WebApi.cs#L59
Cannot convert null literal to non-nullable reference type.
|
build:
src/ApiAggregator/WebApi.cs#L66
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#L66
Cannot convert null literal to non-nullable reference type.
|
build:
src/ApiAggregator/WebApi.cs#L18
Cannot convert null literal to non-nullable reference type.
|
build:
src/ApiAggregator/WebApi.cs#L22
Non-nullable field 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
build:
src/ApiAggregator/WebApi.cs#L22
Non-nullable property 'ApiAggregator.Net.IWebApi.Children' 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/
|