Skip to content

added collection support #32

added collection support

added collection support #32

Triggered via push January 21, 2025 16:24
Status Success
Total duration 4m 50s
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/IsSequence.cs#L77
Cannot convert null literal to non-nullable reference type.
build-and-test-ubuntu-latest: src/Reflector/IsObject.cs#L18
Possible null reference assignment.
build-and-test-ubuntu-latest: src/Reflector/IsType.cs#L212
Dereference of a possibly null reference.
build-and-test-ubuntu-latest: src/Reflector/IsType.cs#L229
Dereference of a possibly null reference.
build-and-test-ubuntu-latest: src/Reflector/ReflectionExtensions.cs#L133
Possible null reference argument for parameter 'type' in 'string ReflectionExtensions.GetMemberReturnTypes(Type type, string genericSepratorStartTag, string genericSepratorEndTag)'.
build-and-test-ubuntu-latest: src/Reflector/IsType.cs#L245
Possible null reference return.
build-and-test-ubuntu-latest: src/Reflector/IsType.cs#L265
Dereference of a possibly null reference.
build-and-test-ubuntu-latest: src/Reflector/IsType.cs#L282
Dereference of a possibly null reference.
build-and-test-ubuntu-latest: src/Reflector/IsMember.cs#L16
Converting null literal or possible null value to non-nullable type.
build-and-test-ubuntu-latest: src/Reflector/IsMember.cs#L16
Possible null reference return.
build-and-test-windows-latest: src/Reflector/IsObject.cs#L18
Possible null reference assignment.
build-and-test-windows-latest: src/Reflector/IsSequence.cs#L77
Cannot convert null literal to non-nullable reference type.
build-and-test-windows-latest: src/Reflector/IsMember.cs#L16
Converting null literal or possible null value to non-nullable type.
build-and-test-windows-latest: src/Reflector/IsMember.cs#L16
Possible null reference return.
build-and-test-windows-latest: src/Reflector/IsObject.cs#L162
Possible null reference argument for parameter 'genericParameterType' in 'object IsObject.ToReadOnlyMemory(object obj, Type objectType, Type genericParameterType)'.
build-and-test-windows-latest: src/Reflector/IsObject.cs#L171
Possible null reference argument for parameter 'elementType' in 'IEnumerable IsObject.ToEnumerable(object readOnlyMemory, Type elementType)'.
build-and-test-windows-latest: src/Reflector/IsSequence.cs#L192
The type 'TKey' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TKey' doesn't match 'notnull' constraint.
build-and-test-windows-latest: src/Reflector/ReflectionExtensions.cs#L133
Possible null reference argument for parameter 'type' in 'string ReflectionExtensions.GetMemberReturnTypes(Type type, string genericSepratorStartTag, string genericSepratorEndTag)'.
build-and-test-windows-latest: src/Reflector/IsObject.cs#L215
Converting null literal or possible null value to non-nullable type.
build-and-test-windows-latest: src/Reflector/IsType.cs#L212
Dereference of a possibly null reference.