St1/chore/dotnet8 #18
Closed
Annotations
1 error and 12 warnings
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
src/NvimClient.API/NvimAPI.cs#L22
Missing XML comment for publicly visible type or member 'NvimAPI'
|
src/NvimClient.API/NvimAPI.cs#L24
Missing XML comment for publicly visible type or member 'NvimAPI.OnUnhandledRequest'
|
src/NvimClient.API/NvimAPI.cs#L26
Missing XML comment for publicly visible type or member 'NvimAPI.OnUnhandledNotification'
|
src/NvimClient.API/NvimAPI.cs#L133
Missing XML comment for publicly visible type or member 'NvimAPI.RegisterHandler(string, Func<object[], object>)'
|
src/NvimClient.API/NvimAPI.cs#L136
Missing XML comment for publicly visible type or member 'NvimAPI.RegisterHandler(string, Action<object[]>)'
|
src/NvimClient.API/NvimAPI.cs#L139
Missing XML comment for publicly visible type or member 'NvimAPI.RegisterHandler(string, Func<object[], Task<object>>)'
|
src/NvimClient.API/NvimAPI.cs#L340
Missing XML comment for publicly visible type or member 'NvimAPI.WaitForDisconnect()'
|
src/NvimClient.API/NvimAPI.generated.cs#L14
Missing XML comment for publicly visible type or member 'NvimAPI.ModeInfoSetEvent'
|
src/NvimClient.API/NvimAPI.generated.cs#L15
Missing XML comment for publicly visible type or member 'NvimAPI.UpdateMenuEvent'
|
src/NvimClient.API/NvimAPI.generated.cs#L16
Missing XML comment for publicly visible type or member 'NvimAPI.BusyStartEvent'
|
This job failed
Loading