Skip to content

Merge pull request #2965 from JeffreySu/Developer #314

Merge pull request #2965 from JeffreySu/Developer

Merge pull request #2965 from JeffreySu/Developer #314

Triggered via push December 2, 2023 16:41
Status Failure
Total duration 5m 46s
Artifacts
build-and-deploy
5m 34s
build-and-deploy
Fit to window
Zoom out
Zoom in

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.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.