Update version numbers to 9.0.0-pre01 #207
Triggered via pull request
September 30, 2025 21:08
Status
Success
Total duration
1m 20s
Artifacts
–
Annotations
10 warnings
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#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#L13
Dereference of a possibly null reference.
|
build:
src/Mapster.Core/Utils/MapsterHelper.cs#L31
Possible null reference return.
|
build:
src/Mapster.Core/Utils/MapsterHelper.cs#L23
Possible null reference return.
|
build:
src/Mapster.Core/Utils/ProjectToTypeVisitors.cs#L13
Possible null reference return.
|
build:
src/Mapster.Core/Utils/ProjectToTypeVisitors.cs#L36
Possible null reference return.
|
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/ProjectToTypeVisitors.cs#L33
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes).
|
build:
src/Mapster.Core/Utils/ProjectToTypeVisitors.cs#L10
Nullability of type of parameter 'node' doesn't match overridden member (possibly because of nullability attributes).
|