MMI-244 Fixed cbra report issues (#2371) #2474
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/ChesService.cs#L29
Cannot convert null literal to non-nullable reference type.
|
build-net-libs:
libs/net/ches/Models/EmailMergeModel.cs#L66
Non-nullable property 'From' 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/EmailMergeModel.cs#L66
Non-nullable property 'Subject' 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/EmailMergeModel.cs#L66
Non-nullable property 'Body' 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/EmailMergeModel.cs#L66
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/ErrorModel.cs#L12
Non-nullable property 'Message' 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/ErrorModel.cs#L17
Non-nullable property 'Value' 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.
|