feat[sale]: adding mobile provider param when uploading transfer conf… #77
Annotations
12 warnings
build
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/
|
build
.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.
|
build:
src/GogoKit/Models/Request/NewRequestedEventSellerListing.cs#L10
'NewRequestedEventSellerListing.Notes' hides inherited member 'NewSellerListing.Notes'. Use the new keyword if hiding was intended.
|
build:
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.
|
build:
src/GogoKit/Clients/AddressesClient.cs#L11
Missing XML comment for publicly visible type or member 'AddressesClient'
|
build:
src/GogoKit/Clients/AddressesClient.cs#L17
Missing XML comment for publicly visible type or member 'AddressesClient.AddressesClient(IUserClient, IHalClient, ILinkFactory)'
|
build:
src/GogoKit/Clients/AddressesClient.cs#L26
Missing XML comment for publicly visible type or member 'AddressesClient.GetAsync(int)'
|
build:
src/GogoKit/Clients/AddressesClient.cs#L32
Missing XML comment for publicly visible type or member 'AddressesClient.GetAsync(AddressRequest)'
|
build:
src/GogoKit/Clients/AddressesClient.cs#L41
Missing XML comment for publicly visible type or member 'AddressesClient.GetAllAsync()'
|
build:
src/GogoKit/Clients/AddressesClient.cs#L46
Missing XML comment for publicly visible type or member 'AddressesClient.GetAllAsync(AddressRequest)'
|
build:
src/GogoKit/Clients/AddressesClient.cs#L56
Missing XML comment for publicly visible type or member 'AddressesClient.CreateAsync(NewAddress)'
|
build:
src/GogoKit/Clients/AddressesClient.cs#L65
Missing XML comment for publicly visible type or member 'AddressesClient.UpdateAsync(int, AddressUpdate)'
|