Skip to content

Merge pull request #645 from DocSvartz/ObjectModFix #120

Merge pull request #645 from DocSvartz/ObjectModFix

Merge pull request #645 from DocSvartz/ObjectModFix #120

Triggered via push January 3, 2025 15:23
Status Success
Total duration 1m 28s
Artifacts
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/Mapster.Core/Utils/ReferenceTuple.cs#L16
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: src/Mapster.Core/Utils/MapsterHelper.cs#L23
Possible null reference return.
build: src/Mapster.Core/Utils/MapsterHelper.cs#L31
Possible null reference return.
build: src/Mapster.Core/Utils/Enum.cs#L13
Dereference of a possibly null reference.
build: src/Mapster.Core/Utils/Enum.cs#L14
Nullability of reference types in value of type 'Dictionary<TEnum, string?>' doesn't match target type 'Dictionary<TEnum, string>'.
build: src/Mapster.Core/Utils/Enum.cs#L35
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'.
build: src/Mapster.Core/Utils/Enum.cs#L40
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(MethodInfo method, Expression arg0)'.
build: src/Mapster.Core/Utils/Enum.cs#L46
Possible null reference assignment.
build: src/Mapster.Core/Utils/ReferenceTuple.cs#L16
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
build: src/Mapster.Core/Utils/MapsterHelper.cs#L23
Possible null reference return.