Merge pull request #3034 from JeffreySu/Developer #358
build-and-deploy
3m 27s
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/[email protected], NuGet/[email protected], 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/[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/RegisterServices/SenparcWeixinRegisterServiceExtension.cs#L217
The variable 'ex' is declared but never used
|
build-and-deploy:
src/Senparc.Weixin/Senparc.Weixin/Containers/BaseContainer.cs#L453
Unreachable code detected
|
build-and-deploy:
src/Senparc.Weixin/Senparc.Weixin/Containers/BaseContainer.cs#L453
Unreachable code detected
|
build-and-deploy:
src/Senparc.Weixin/Senparc.Weixin/RegisterServices/SenparcWeixinRegisterServiceExtension.cs#L217
The variable 'ex' is declared but never used
|
build-and-deploy:
src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Routes/WebSocketHandler/WebSocketHandler_Common.cs#L97
The variable 'e' is declared but never used
|
build-and-deploy:
src/Senparc.WebSocket/src/Senparc.WebSocket/Senparc.WebSocket/Routes/WebSocketHandler/WebSocketHandler_Common.cs#L106
The variable 'ex' is declared but never used
|
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/Views/OAuth2/UserInfoCallback.cshtml#L26
'OAuthUserInfo.country' is obsolete: 'https://mp.weixin.qq.com/cgi-bin/announce?action=getannouncement&announce_id=11632637451RQs8y'
|