MMI-244 Fixed migration issue #2486
Annotations
12 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Extract Branch Name
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:
libs/net/ches/ChesService.cs#L182
Cannot convert null literal to non-nullable reference type.
|
Build:
libs/net/ches/ChesService.cs#L182
Cannot convert null literal to non-nullable reference type.
|
Build:
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:
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:
libs/net/ches/ChesService.cs#L29
Cannot convert null literal to non-nullable reference type.
|
Build:
libs/net/ches/Models/AttachmentModel.cs#L12
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
libs/net/ches/Models/AttachmentModel.cs#L17
Non-nullable property 'ContentType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
libs/net/ches/Models/AttachmentModel.cs#L22
Non-nullable property 'Encoding' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
libs/net/ches/Models/AttachmentModel.cs#L27
Non-nullable property 'Filename' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build:
libs/net/ches/Models/EmailContextModel.cs#L51
Non-nullable property 'Tag' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading