Skip to content

fix bug

fix bug #27

Triggered via push January 19, 2025 14:06
Status Success
Total duration 32s
Artifacts

package.yaml

on: push
Fit to window
Zoom out
Zoom in

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/Cast.cs#L17
Possible null reference assignment.
build: src/Reflector/IsType.cs#L224
Possible null reference argument for parameter 'type' in 'IEnumerable<Type> ReflectionExtensions.GetParentTypes(Type type)'.
build: src/Reflector/Cast.cs#L142
Converting null literal or possible null value to non-nullable type.
build: src/Reflector/ReflectionExtensions.cs#L308
Dereference of a possibly null reference.
build: src/Reflector/ReflectionExtensions.cs#L325
Dereference of a possibly null reference.
build: src/Reflector/ReflectionExtensions.cs#L365
Dereference of a possibly null reference.
build: src/Reflector/ReflectionExtensions.cs#L382
Dereference of a possibly null reference.
build: src/Reflector/ReflectionExtensions.cs#L386
Converting null literal or possible null value to non-nullable type.
build: src/Reflector/ReflectionExtensions.cs#L386
Possible null reference return.
build: src/Reflector/ReflectionExtensions.cs#L711
Possible null reference argument for parameter 'type' in 'string ReflectionExtensions.GetMemberReturnTypes(Type type, string genericSepratorStartTag, string genericSepratorEndTag)'.