Skip to content

hotfix/TRPRO-288-option-to-disable-pipe-splitting-on-format-build #138

hotfix/TRPRO-288-option-to-disable-pipe-splitting-on-format-build

hotfix/TRPRO-288-option-to-disable-pipe-splitting-on-format-build #138

Triggered via pull request September 19, 2024 05:58
Status Success
Total duration 53s
Artifacts

build-and-test.yml

on: pull_request
build-and-test
44s
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/POFormat.cs#L231
Parameter 'options' has no matching param tag in the XML comment for 'POFormat.WriteAsync(Stream, FormatWriteOptions?)' (but other parameters do)