Added more type #32
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/Reflector/IsSequence.cs#L77
Cannot convert null literal to non-nullable reference type.
|
build:
src/Reflector/IsObject.cs#L18
Possible null reference assignment.
|
build:
src/Reflector/IsType.cs#L212
Dereference of a possibly null reference.
|
build:
src/Reflector/IsType.cs#L229
Dereference of a possibly null reference.
|
build:
src/Reflector/ReflectionExtensions.cs#L133
Possible null reference argument for parameter 'type' in 'string ReflectionExtensions.GetMemberReturnTypes(Type type, string genericSepratorStartTag, string genericSepratorEndTag)'.
|
build:
src/Reflector/IsType.cs#L245
Possible null reference return.
|
build:
src/Reflector/IsType.cs#L265
Dereference of a possibly null reference.
|
build:
src/Reflector/IsType.cs#L282
Dereference of a possibly null reference.
|
build:
src/Reflector/IsMember.cs#L16
Converting null literal or possible null value to non-nullable type.
|
build:
src/Reflector/IsMember.cs#L16
Possible null reference return.
|