Skip to content

docs: Migrate Mapster Docs from wiki to docfx #188

docs: Migrate Mapster Docs from wiki to docfx

docs: Migrate Mapster Docs from wiki to docfx #188

Triggered via push December 14, 2025 06:12
Status Success
Total duration 1m 24s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/ExpressionTranslator/ExpressionTranslator.cs#L829
Possible null reference argument for parameter 'texts' in 'void ExpressionTranslator.Write(params string[] texts)'.
build: src/ExpressionTranslator/ExpressionTranslator.cs#L799
Possible null reference argument for parameter 'text' in 'void ExpressionTranslator.Write(string text)'.
build: src/ExpressionTranslator/ExpressionTranslator.cs#L793
Dereference of a possibly null reference.
build: src/ExpressionTranslator/ExpressionTranslator.cs#L493
Converting null literal or possible null value to non-nullable type.
build: src/ExpressionTranslator/Extensions.cs#L30
Possible null reference return.
build: src/ExpressionTranslator/Extensions.cs#L30
Converting null literal or possible null value to non-nullable 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/ExpressionTranslator/Extensions.cs#L25
Possible null reference return.
build: src/ExpressionTranslator/Extensions.cs#L25
Converting null literal or possible null value to non-nullable type.