Bump NUnit.Analyzers from 4.4.0 to 4.5.0 #194
Merged
Annotations
21 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build:
Documentation/Generated/src/Org.OpenAPITools/Models/HelloResponse.cs#L89
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
Documentation/Generated/src/Org.OpenAPITools/Models/HelloResponse.cs#L101
Nullability of reference types in type of parameter 'other' of 'bool HelloResponse.Equals(HelloResponse other)' doesn't match implicitly implemented member 'bool IEquatable<HelloResponse>.Equals(HelloResponse? other)' (possibly because of nullability attributes).
|
Build:
Documentation/Generated/src/Org.OpenAPITools/Models/BasicError.cs#L91
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
Documentation/Generated/src/Org.OpenAPITools/Models/BasicError.cs#L103
Nullability of reference types in type of parameter 'other' of 'bool BasicError.Equals(BasicError other)' doesn't match implicitly implemented member 'bool IEquatable<BasicError>.Equals(BasicError? other)' (possibly because of nullability attributes).
|
Build:
Documentation/Generated/src/Org.OpenAPITools/Models/DetailedError.cs#L130
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
Documentation/Generated/src/Org.OpenAPITools/Models/DetailedError.cs#L142
Nullability of reference types in type of parameter 'other' of 'bool DetailedError.Equals(DetailedError other)' doesn't match implicitly implemented member 'bool IEquatable<DetailedError>.Equals(DetailedError? other)' (possibly because of nullability attributes).
|
Build:
Documentation/Generated/src/Org.OpenAPITools/Models/HelloResponse.cs#L114
The result of the expression is always 'true' since a value of type 'DateTimeOffset' is never equal to 'null' of type 'DateTimeOffset?'
|
Build:
Documentation/Generated/src/Org.OpenAPITools/Models/HelloResponse.cs#L141
The result of the expression is always 'true' since a value of type 'DateTimeOffset' is never equal to 'null' of type 'DateTimeOffset?'
|
Build:
Documentation/Generated/src/Org.OpenAPITools/Models/HelloResponse.cs#L36
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
Documentation/Generated/src/Org.OpenAPITools/Models/HelloResponse.cs#L57
Non-nullable property 'FromConfiguration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build docker image
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build docker image
Nullability of reference types in type of parameter 'other' of 'bool DetailedError.Equals(DetailedError other)' doesn't match implicitly implemented member 'bool IEquatable<DetailedError>.Equals(DetailedError? other)' (possibly because of nullability attributes).
|
Build docker image
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build docker image
Nullability of reference types in type of parameter 'other' of 'bool HelloResponse.Equals(HelloResponse other)' doesn't match implicitly implemented member 'bool IEquatable<HelloResponse>.Equals(HelloResponse? other)' (possibly because of nullability attributes).
|
Build docker image
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
Build docker image
Nullability of reference types in type of parameter 'other' of 'bool BasicError.Equals(BasicError other)' doesn't match implicitly implemented member 'bool IEquatable<BasicError>.Equals(BasicError? other)' (possibly because of nullability attributes).
|
Build docker image
The result of the expression is always 'true' since a value of type 'DateTimeOffset' is never equal to 'null' of type 'DateTimeOffset?'
|
Build docker image
The result of the expression is always 'true' since a value of type 'DateTimeOffset' is never equal to 'null' of type 'DateTimeOffset?'
|
Build docker image
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build docker image
Non-nullable property 'FromConfiguration' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading