Skip to content

publish

publish #29

Triggered via repository dispatch January 24, 2025 15:46
Status Success
Total duration 30s
Artifacts

publish.yml

on: repository_dispatch
publish-nuget
20s
publish-nuget
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
publish-nuget
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
publish-nuget
The 'PackageIconUrl'/'iconUrl' element is deprecated. Consider using the 'PackageIcon'/'icon' element instead. Learn more at https://aka.ms/deprecateIconUrl
publish-nuget: src/Crowdin.Api/Fields/FieldsApiExecutor.cs#L34
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish-nuget: src/Crowdin.Api/Fields/FieldsListParams.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish-nuget: src/Crowdin.Api/Fields/FieldsListParams.cs#L20
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish-nuget: src/Crowdin.Api/Bundles/BundlesApiExecutor.cs#L52
'Branch' is obsolete: 'This API is deprecated, see Crowdin.Api.Branches namespace'
publish-nuget: src/Crowdin.Api/Bundles/IBundlesApiExecutor.cs#L16
'Branch' is obsolete: 'This API is deprecated, see Crowdin.Api.Branches namespace'
publish-nuget: src/Crowdin.Api/Dictionaries/IDictionariesApiExecutor.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
publish-nuget: src/Crowdin.Api/ProjectsGroups/WorkflowTemplateStepConfig.cs#L49
'WorkflowTemplateStepConfig.TmPreTranslate.Config' hides inherited member 'WorkflowTemplateStepConfig.Config'. Use the new keyword if hiding was intended.
publish-nuget: src/Crowdin.Api/Bundles/BundlesApiExecutor.cs#L59
'Branch' is obsolete: 'This API is deprecated, see Crowdin.Api.Branches namespace'
publish-nuget: 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.
publish-nuget: src/Crowdin.Api/Translations/PreTranslateAttributes.cs#L41
Non-nullable property 'LabelIds' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.