Skip to content

feat: add new IFormatBuilderOptions and FormatWriteOptions, add PoBuilderOptions to configure pipe splitting behaviour #134

feat: add new IFormatBuilderOptions and FormatWriteOptions, add PoBuilderOptions to configure pipe splitting behaviour

feat: add new IFormatBuilderOptions and FormatWriteOptions, add PoBuilderOptions to configure pipe splitting behaviour #134

Triggered via pull request September 12, 2024 10:44
Status Success
Total duration 46s
Artifacts

build-and-test.yml

on: pull_request
build-and-test
36s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build-and-test: src/Ashampoo.Translation.Systems.Formats.Abstractions/src/FormatWriteOptions.cs#L3
Missing XML comment for publicly visible type or member 'FormatWriteOptions'
build-and-test: src/Ashampoo.Translation.Systems.Formats.Abstractions/src/IFormat.cs#L42
Parameter 'options' has no matching param tag in the XML comment for 'IFormat.Write(Stream, FormatWriteOptions?)' (but other parameters do)
build-and-test: src/Ashampoo.Translation.Systems.Formats.Abstractions/src/IFormat.cs#L52
Parameter 'options' has no matching param tag in the XML comment for 'IFormat.WriteAsync(Stream, FormatWriteOptions?)' (but other parameters do)
build-and-test: src/tests/Ashampoo.Translation.Systems.TestBase/MockTranslationString.cs#L19
Non-nullable property 'Comments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/Ashampoo.Translation.Systems.Formats/src/CSV/CsvFormat.cs#L34
Missing XML comment for publicly visible type or member 'CsvFormat.CsvFormat()'
build-and-test: src/Ashampoo.Translation.Systems.Formats/src/JavaProperties/JavaPropertiesFormat.cs#L123
Parameter 'options' has no matching param tag in the XML comment for 'JavaPropertiesFormat.WriteAsync(Stream, FormatWriteOptions?)' (but other parameters do)
build-and-test: src/Ashampoo.Translation.Systems.Formats/src/Json/JsonFormat.cs#L179
Parameter 'options' has no matching param tag in the XML comment for 'JsonFormat.WriteAsync(Stream, FormatWriteOptions?)' (but other parameters do)
build-and-test: src/Ashampoo.Translation.Systems.Formats/src/NLang/NLangFormat.cs#L135
Parameter 'options' has no matching param tag in the XML comment for 'NLangFormat.WriteAsync(Stream, FormatWriteOptions?)' (but other parameters do)
build-and-test: src/Ashampoo.Translation.Systems.Formats/src/PO/MessageString.cs#L58
XML comment has a param tag for 'pipeSplitting', but there is no parameter by that name
build-and-test: src/Ashampoo.Translation.Systems.Formats/src/PO/PoBuilderOptions.cs#L5
Missing XML comment for publicly visible type or member 'PoBuilderOptions'