Skip to content

Added string helper #30

Added string helper

Added string helper #30

Triggered via push January 20, 2025 04:36
Status Success
Total duration 1m 46s
Artifacts

build.yml

on: push
Matrix: build-and-test
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
build-and-test-ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-and-test-ubuntu-latest: src/Reflector/Cast.cs#L17
Possible null reference assignment.
build-and-test-ubuntu-latest: src/Reflector/IsType.cs#L224
Possible null reference argument for parameter 'type' in 'IEnumerable<Type> ReflectionExtensions.GetParentTypes(Type type)'.
build-and-test-ubuntu-latest: src/Reflector/Cast.cs#L142
Converting null literal or possible null value to non-nullable type.
build-and-test-ubuntu-latest: src/Reflector/ReflectionExtensions.cs#L308
Dereference of a possibly null reference.
build-and-test-ubuntu-latest: src/Reflector/ReflectionExtensions.cs#L325
Dereference of a possibly null reference.
build-and-test-ubuntu-latest: src/Reflector/ReflectionExtensions.cs#L365
Dereference of a possibly null reference.
build-and-test-ubuntu-latest: src/Reflector/ReflectionExtensions.cs#L382
Dereference of a possibly null reference.
build-and-test-ubuntu-latest: src/Reflector/ReflectionExtensions.cs#L386
Converting null literal or possible null value to non-nullable type.
build-and-test-ubuntu-latest: src/Reflector/ReflectionExtensions.cs#L386
Possible null reference return.
build-and-test-ubuntu-latest: src/Reflector/ReflectionExtensions.cs#L711
Possible null reference argument for parameter 'type' in 'string ReflectionExtensions.GetMemberReturnTypes(Type type, string genericSepratorStartTag, string genericSepratorEndTag)'.
build-and-test-windows-latest: src/Reflector/Cast.cs#L17
Possible null reference assignment.
build-and-test-windows-latest: src/Reflector/IsType.cs#L224
Possible null reference argument for parameter 'type' in 'IEnumerable<Type> ReflectionExtensions.GetParentTypes(Type type)'.
build-and-test-windows-latest: src/Reflector/ReflectionExtensions.cs#L308
Dereference of a possibly null reference.
build-and-test-windows-latest: src/Reflector/ReflectionExtensions.cs#L325
Dereference of a possibly null reference.
build-and-test-windows-latest: src/Reflector/ReflectionExtensions.cs#L365
Dereference of a possibly null reference.
build-and-test-windows-latest: src/Reflector/ReflectionExtensions.cs#L382
Dereference of a possibly null reference.
build-and-test-windows-latest: src/Reflector/ReflectionExtensions.cs#L386
Converting null literal or possible null value to non-nullable type.
build-and-test-windows-latest: src/Reflector/ReflectionExtensions.cs#L386
Possible null reference return.
build-and-test-windows-latest: src/Reflector/ReflectionExtensions.cs#L711
Possible null reference argument for parameter 'type' in 'string ReflectionExtensions.GetMemberReturnTypes(Type type, string genericSepratorStartTag, string genericSepratorEndTag)'.
build-and-test-windows-latest: src/Reflector/Cast.cs#L142
Converting null literal or possible null value to non-nullable type.