Skip to content

GogoKit - Deploy

GogoKit - Deploy #36

Manually triggered October 30, 2023 17:51
Status Success
Total duration 3m 20s
Artifacts

gogokit-deploy.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
deploy
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/
deploy
.NET Core 3.1 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
deploy: src/GogoKit/Models/Request/NewRequestedEventSellerListing.cs#L10
'NewRequestedEventSellerListing.Notes' hides inherited member 'NewSellerListing.Notes'. Use the new keyword if hiding was intended.
deploy: src/GogoKit/Services/LinkFactory.cs#L18
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
deploy: src/GogoKit/Clients/AddressesClient.cs#L11
Missing XML comment for publicly visible type or member 'AddressesClient'
deploy: src/GogoKit/Clients/AddressesClient.cs#L17
Missing XML comment for publicly visible type or member 'AddressesClient.AddressesClient(IUserClient, IHalClient, ILinkFactory)'
deploy: src/GogoKit/Clients/AddressesClient.cs#L26
Missing XML comment for publicly visible type or member 'AddressesClient.GetAsync(int)'
deploy: src/GogoKit/Clients/AddressesClient.cs#L32
Missing XML comment for publicly visible type or member 'AddressesClient.GetAsync(AddressRequest)'
deploy: src/GogoKit/Clients/AddressesClient.cs#L41
Missing XML comment for publicly visible type or member 'AddressesClient.GetAllAsync()'
deploy: src/GogoKit/Clients/AddressesClient.cs#L46
Missing XML comment for publicly visible type or member 'AddressesClient.GetAllAsync(AddressRequest)'
deploy: src/GogoKit/Clients/AddressesClient.cs#L56
Missing XML comment for publicly visible type or member 'AddressesClient.CreateAsync(NewAddress)'
deploy: src/GogoKit/Clients/AddressesClient.cs#L65
Missing XML comment for publicly visible type or member 'AddressesClient.UpdateAsync(int, AddressUpdate)'