Skip to content

feat(reports): add custom match ranges support (#255) #221

feat(reports): add custom match ranges support (#255)

feat(reports): add custom match ranges support (#255) #221

Triggered via push August 28, 2024 09:19
Status Success
Total duration 2m 4s
Artifacts

basic.yml

on: push
Matrix: build
code-coverage
49s
code-coverage
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build (7.0.x): src/Crowdin.Api/Fields/FieldsApiExecutor.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (7.0.x): src/Crowdin.Api/Fields/FieldsListParams.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (7.0.x): src/Crowdin.Api/Fields/FieldsListParams.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (7.0.x): src/Crowdin.Api/Bundles/BundlesApiExecutor.cs#L50
'Branch' is obsolete: 'This API is deprecated, see Crowdin.Api.Branches namespace'
build (7.0.x): src/Crowdin.Api/ProjectsGroups/WorkflowTemplateStepConfig.cs#L49
'WorkflowTemplateStepConfig.TmPreTranslate.Config' hides inherited member 'WorkflowTemplateStepConfig.Config'. Use the new keyword if hiding was intended.
build (7.0.x): src/Crowdin.Api/Bundles/BundlesApiExecutor.cs#L57
'Branch' is obsolete: 'This API is deprecated, see Crowdin.Api.Branches namespace'
build (7.0.x): src/Crowdin.Api/Core/Converters/ProjectStringsExporterSettingsConverter.cs#L28
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'Crowdin.Api.SourceFiles.ProjectFileType.Auto' is not covered.
build (7.0.x): src/Crowdin.Api/Translations/PreTranslateAttributes.cs#L41
Non-nullable property 'LabelIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (7.0.x): src/Crowdin.Api/Translations/PreTranslateAttributes.cs#L44
Non-nullable property 'ExcludeLabelIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (7.0.x): src/Crowdin.Api/StringTranslations/StringTranslationsListParams.cs#L25
Non-nullable property 'LanguageId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (3.1.x): src/Crowdin.Api/Fields/FieldsApiExecutor.cs#L31
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (3.1.x): src/Crowdin.Api/Fields/FieldsListParams.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (3.1.x): src/Crowdin.Api/Bundles/BundlesApiExecutor.cs#L50
'Branch' is obsolete: 'This API is deprecated, see Crowdin.Api.Branches namespace'
build (3.1.x): src/Crowdin.Api/Fields/FieldsListParams.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build (3.1.x): src/Crowdin.Api/ProjectsGroups/WorkflowTemplateStepConfig.cs#L49
'WorkflowTemplateStepConfig.TmPreTranslate.Config' hides inherited member 'WorkflowTemplateStepConfig.Config'. Use the new keyword if hiding was intended.
build (3.1.x): src/Crowdin.Api/Bundles/BundlesApiExecutor.cs#L57
'Branch' is obsolete: 'This API is deprecated, see Crowdin.Api.Branches namespace'
build (3.1.x): src/Crowdin.Api/Core/Converters/ProjectStringsExporterSettingsConverter.cs#L28
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'Crowdin.Api.SourceFiles.ProjectFileType.Auto' is not covered.
build (3.1.x): src/Crowdin.Api/Translations/PreTranslateAttributes.cs#L41
Non-nullable property 'LabelIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (3.1.x): src/Crowdin.Api/Translations/PreTranslateAttributes.cs#L44
Non-nullable property 'ExcludeLabelIds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build (3.1.x): src/Crowdin.Api/StringTranslations/StringTranslationsListParams.cs#L25
Non-nullable property 'LanguageId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.