Skip to content

Merge pull request #3000 from JeffreySu/Developer #332

Merge pull request #3000 from JeffreySu/Developer

Merge pull request #3000 from JeffreySu/Developer #332

Triggered via push April 4, 2024 15:12
Status Failure
Total duration 5m 56s
Artifacts
build-and-deploy
5m 42s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 15 warnings
build-and-deploy: src/Senparc.Weixin/Senparc.Weixin/WeixinRegister.cs#L72
The type or namespace name 'Configuration' does not exist in the namespace 'Microsoft.Extensions' (are you missing an assembly reference?)
build-and-deploy: src/Senparc.Weixin/Senparc.Weixin/WeixinRegister.cs#L208
No overload for method 'UseSenparcGlobal' takes 4 arguments
build-and-deploy: src/Senparc.Weixin/Senparc.Weixin/WeixinRegister.cs#L210
'IRegisterService' does not contain a definition for 'registerService' and no accessible extension method 'registerService' accepting a first argument of type 'IRegisterService' could be found (are you missing a using directive or an assembly reference?)
build-and-deploy: src/Senparc.Weixin/Senparc.Weixin/WeixinRegister.cs#L208
No overload for method 'UseSenparcGlobal' takes 4 arguments
build-and-deploy: src/Senparc.Weixin/Senparc.Weixin/WeixinRegister.cs#L210
'IRegisterService' does not contain a definition for 'registerService' and no accessible extension method 'registerService' accepting a first argument of type 'IRegisterService' could be found (are you missing a using directive or an assembly reference?)
build-and-deploy
Process completed with exit code 1.
build-and-deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: microsoft/setup-msbuild@v1.0.2, NuGet/setup-nuget@v1.0.5, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build-and-deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/setup-msbuild@v1.0.2, NuGet/setup-nuget@v1.0.5, 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: Samples/MP/Senparc.Weixin.Sample.MP/Controllers/WeixinController.cs#L44
'WeixinController.AppId' hides inherited member 'BaseController.AppId'. Use the new keyword if hiding was intended.
build-and-deploy: Samples/MP/Senparc.Weixin.Sample.MP/MessageHandlers/CustomMessageHandler.cs#L62
Cannot convert null literal to non-nullable reference type.
build-and-deploy: Samples/MP/Senparc.Weixin.Sample.MP/MessageHandlers/CustomMessageContext.cs#L27
Nullability of reference types in type of parameter 'sender' of 'void CustomMessageContext.CustomMessageContext_MessageContextRemoved(object sender, WeixinContextRemovedEventArgs<IRequestMessageBase, IResponseMessageBase> e)' doesn't match the target delegate 'EventHandler<WeixinContextRemovedEventArgs<IRequestMessageBase, IResponseMessageBase>>' (possibly because of nullability attributes).
build-and-deploy: Samples/MP/Senparc.Weixin.Sample.MP/Controllers/OAuth2Controller.cs#L62
Converting null literal or possible null value to non-nullable type.