Uh oh!
There was an error while loading. Please reload this page.
fix Map To Target Null regression - #838
Merged
DocSvartz merged 1 commit intoDec 15, 2025
Merged
Annotations
10 warnings
src/Mapster.Core/Utils/Enum.cs#L46
Possible null reference assignment. |
src/Mapster.Core/Utils/Enum.cs#L40
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(MethodInfo method, Expression arg0)'. |
src/Mapster.Core/Utils/Enum.cs#L35
Possible null reference argument for parameter 'method' in 'MethodCallExpression Expression.Call(Expression? instance, MethodInfo method)'. |
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>'. |
src/Mapster.Core/Utils/Enum.cs#L13
Dereference of a possibly null reference. |
src/Mapster.Core/Utils/ProjectToTypeVisitors.cs#L13
Possible null reference return. |
src/Mapster.Core/Utils/ProjectToTypeVisitors.cs#L36
Possible null reference return. |
src/Mapster.Core/Utils/ReferenceTuple.cs#L16
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes). |
src/Mapster.Core/Utils/ProjectToTypeVisitors.cs#L33
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes). |
src/Mapster.Core/Utils/ProjectToTypeVisitors.cs#L10
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes). |
The logs for this run have expired and are no longer available.
Loading