test versions #40
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/cache@v3, asdf-vm/actions/setup@8b8467c5522bb0aea4977082037e4f2956d67e52, actions/cache@67b839edb68371cc5014f6cea11c9aa77238de78. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
server/StrDss.Common/RegexInfo.cs#L5
Non-nullable property 'Regex' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
server/StrDss.Common/RegexInfo.cs#L6
Non-nullable property 'ErrorMessage' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
server/StrDss.Common/DateUtils.cs#L20
Possible null reference argument for parameter 'str' in 'bool CommonExtensions.IsEmpty(string str)'.
|
server/StrDss.Model/CommonCode/CommonCodeDto.cs#L9
Non-nullable property 'CodeSet' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
server/StrDss.Model/CommonCode/CommonCodeDto.cs#L11
Non-nullable property 'CodeName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
server/StrDss.Model/CommonCode/CommonCodeDto.cs#L12
Non-nullable property 'CodeValue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
server/StrDss.Model/DropdownStrDto.cs#L8
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
server/StrDss.Model/EmailPreview.cs#L5
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
server/StrDss.Model/EmailContent.cs#L10
Non-nullable property 'Bcc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
server/StrDss.Model/EmailContent.cs#L16
Non-nullable property 'Cc' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading