Skip to content

Revert "Improvements for Mapster Tool " #546

Revert "Improvements for Mapster Tool "

Revert "Improvements for Mapster Tool " #546

Triggered via push August 25, 2026 10:17
Status Success
Total duration 1m 46s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/Settings/SettingStore.cs#L96
Argument of type 'ConcurrentDictionary<string, object>' cannot be used for parameter 'otherBoolStore' of type 'IEnumerable<KeyValuePair<string, object?>>' in 'void SettingStore.ApplyObjectSettings(IEnumerable<KeyValuePair<string, object?>> otherBoolStore)' due to differences in the nullability of reference types.
build: src/Mapster/Settings/SettingStore.cs#L75
Possible null reference argument for parameter 'other' in 'void IApplyable.Apply(object other)'.
build: src/Mapster/Settings/SettingStore.cs#L71
Possible null reference return.
build: src/Mapster/Adapters/RecordTypeAdapter.cs#L51
Possible null reference return.
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.