feat:update common.targets #872
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
21 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
Blog.Core.Model/ApiResponse.cs#L9
Cannot convert null literal to non-nullable reference type.
|
build:
Blog.Core.Model/Logs/GlobalErrorLog.cs#L12
Non-nullable property 'Exception' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Blog.Core.Model/Base/BaseLog.cs#L12
Non-nullable property 'Level' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Blog.Core.Model/Base/BaseLog.cs#L15
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Blog.Core.Model/Base/BaseLog.cs#L18
Non-nullable property 'MessageTemplate' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Blog.Core.Model/Base/BaseLog.cs#L21
Non-nullable property 'Properties' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Blog.Core.Model/ViewModels/WeChatXMLDto.cs#L20
Non-nullable property 'publicAccount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Blog.Core.Model/ViewModels/WeChatXMLDto.cs#L24
Non-nullable property 'ToUserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Blog.Core.Model/ViewModels/WeChatXMLDto.cs#L28
Non-nullable property 'FromUserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
Blog.Core.Model/ViewModels/WeChatXMLDto.cs#L32
Non-nullable property 'CreateTime' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
Cannot convert null literal to non-nullable reference type.
|
build
Non-nullable property 'publicAccount' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
Non-nullable property 'ToUserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
Non-nullable property 'FromUserName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
Non-nullable property 'CreateTime' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
Non-nullable property 'MsgType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
Non-nullable property 'MsgId' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
Non-nullable property 'Event' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build
Non-nullable property 'EventKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|