Skip to content

Fix issue #524. Adding support for working with Types packed into an object to the standard adapter #68

Fix issue #524. Adding support for working with Types packed into an object to the standard adapter

Fix issue #524. Adding support for working with Types packed into an object to the standard adapter #68

Triggered via pull request October 20, 2023 14:31
Status Success
Total duration 3m 6s
Artifacts

dotnet-buildandtest.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/ExpressionTranslator/PropertyDefinitions.cs#L9
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/ExpressionTranslator/PropertyDefinitions.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.