Skip to content

fail not work

fail not work #439

Triggered via push August 7, 2026 00:55
Status Failure
Total duration 2m 1s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build: src/Mapster/TypeAdapter.cs#L143
Possible null reference argument for parameter 'source' in 'object? TypeAdapter.Adapt(object source, Type sourceType, Type destinationType, TypeAdapterConfig config)'.
build: src/Mapster/TypeAdapterSetters/OverrideTypesSetter.cs#L51
'OverrideTypesSetter<TSource, TDestination>.SkipSettings(params Expression<Func<TypeAdapterSettings, object>>[])' is obsolete: 'This method will be removed in the release version.It is used for debugging and finding settings that cannot be overridden by existing settings setters.'
build: src/Mapster/Adapters/RecordTypeAdapter.cs#L51
Possible null reference return.
build: src/Mapster/TypeAdapter.cs#L54
Possible null reference argument for parameter 'arg' in 'TDestination Func<object, TDestination>.Invoke(object arg)'.
build: src/Mapster/Adapters/BaseClassAdapter.cs#L233
Cannot convert null literal to non-nullable reference type.
build: src/Mapster/Adapters/BaseClassAdapter.cs#L18
Cannot convert null literal to non-nullable reference type.
build: src/ExpressionTranslator/PropertyDefinitions.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/ExpressionTranslator/PropertyDefinitions.cs#L9
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Mapster.Core/Utils/ProjectToTypeVisitors.cs#L13
Possible null reference return.
build: src/Mapster.Core/Utils/ProjectToTypeVisitors.cs#L36
Possible null reference return.