Merge pull request #2965 from JeffreySu/Developer #314
build-and-deploy
5m 34s
Annotations
1 error and 14 warnings
build-and-deploy
Process completed with exit code 1.
|
build-and-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/[email protected], NuGet/[email protected], 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-and-deploy
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-and-deploy
The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 128
|
build-and-deploy
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-and-deploy:
src/Senparc.Weixin/Senparc.Weixin/Containers/BaseContainer.cs#L453
Unreachable code detected
|
build-and-deploy:
src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/RequestMessageShortVideo.cs#L13
The using directive for 'Senparc.NeuChar' appeared previously in this namespace
|
build-and-deploy:
src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalApi.cs#L318
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build-and-deploy:
src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalApi.cs#L873
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build-and-deploy:
src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalApi.cs#L1551
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build-and-deploy:
src/Senparc.Weixin.Work/Senparc.Weixin.Work/AdvancedAPIs/External/ExternalApi.cs#L1789
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build-and-deploy:
src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEventBase.cs#L36
'RequestMessageEventBase.AgentID' hides inherited member 'WorkRequestMessageBase.AgentID'. Use the new keyword if hiding was intended.
|
build-and-deploy:
src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Response/WorkResponseMessageBase.cs#L38
'WorkResponseMessageBase.MsgType' hides inherited member 'ResponseMessageBase.MsgType'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
build-and-deploy:
src/Senparc.Weixin.Work/Senparc.Weixin.Work/Entities/Request/Event/RequestMessageEvent_Switch_WorkBench_Mode.cs#L22
'RequestMessageEvent_Switch_WorkBench_Mode.AgentID' hides inherited member 'RequestMessageEventBase.AgentID'. Use the new keyword if hiding was intended.
|
build-and-deploy:
src/Senparc.Weixin.Work/Senparc.Weixin.Work/MessageHandlers/WorkMessageHandler.cs#L270
'WorkMessageHandler<TMC>.CreateResponseMessage<TR>()' hides inherited member 'MessageHandler<TMC, IWorkRequestMessageBase, IWorkResponseMessageBase>.CreateResponseMessage<TR>()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|