Skip to content

MMI-3130 Reverted previous changes #2460

MMI-3130 Reverted previous changes

MMI-3130 Reverted previous changes #2460

Triggered via pull request December 16, 2024 17:42
@laidaoyulaidaoyu
synchronize #2362
MMI-3130
Status Success
Total duration 4m 19s
Artifacts

net-libs.yml

on: pull_request
build-net-libs
4m 9s
build-net-libs
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build-net-libs
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-net-libs
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build-net-libs: libs/net/ches/ChesService.cs#L182
Cannot convert null literal to non-nullable reference type.
build-net-libs: libs/net/ches/ChesService.cs#L182
Cannot convert null literal to non-nullable reference type.
build-net-libs: libs/net/ches/Models/StatusResponseModel.cs#L50
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-net-libs: libs/net/ches/Models/StatusResponseModel.cs#L55
Non-nullable property 'Tag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-net-libs: libs/net/ches/Models/StatusModel.cs#L24
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-net-libs: libs/net/ches/Models/StatusModel.cs#L29
Non-nullable property 'Tag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-net-libs: libs/net/ches/ChesService.cs#L29
Cannot convert null literal to non-nullable reference type.
build-net-libs: libs/net/ches/Models/StatusHistoryResponseModel.cs#L16
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-net-libs: libs/net/ches/Models/StatusHistoryResponseModel.cs#L21
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-net-libs: libs/net/ches/Models/MessageResponseModel.cs#L22
Non-nullable property 'Tag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.