Skip to content
Triggered via pull request August 28, 2024 03:13
@neozhuneozhu
synchronize #17
bugfix
Status Failure
Total duration 1m 31s
Artifacts

github-page.yml

on: pull_request
deploy-to-github-pages
1m 21s
deploy-to-github-pages
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
deploy-to-github-pages
Process completed with exit code 1.
deploy-to-github-pages: pbcodegen/sdk/pocketbase-csharp-sdk/Services/BaseSubCrudService.cs#L36
'BaseSubCrudService.GetFullListAsync<T>(string, int, string?, string?, CancellationToken)' hides inherited member 'BaseService.GetFullListAsync<T>(string?, int, string?, string?, CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
deploy-to-github-pages: pbcodegen/sdk/pocketbase-csharp-sdk/Services/BaseSubCrudService.cs#L41
'BaseSubCrudService.GetFullList<T>(string, int, string?, string?, CancellationToken)' hides inherited member 'BaseService.GetFullList<T>(string?, int, string?, string?, CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
deploy-to-github-pages: pbcodegen/sdk/pocketbase-csharp-sdk/Services/UserService.cs#L92
'UserService.ListAsync(int, int, string?, string?, CancellationToken)' hides inherited member 'BaseCrudService<UserModel>.ListAsync(int, int, string?, string?, CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
deploy-to-github-pages: pbcodegen/sdk/pocketbase-csharp-sdk/Services/UserService.cs#L153
'UserService.GetFullListAsync(int, string?, string?, CancellationToken)' hides inherited member 'BaseCrudService<UserModel>.GetFullListAsync(int, string?, string?, CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
deploy-to-github-pages: pbcodegen/sdk/pocketbase-csharp-sdk/Services/RecordService.cs#L18
Possible null reference argument for parameter 'param' in 'string BaseService.UrlEncode(string param)'.
deploy-to-github-pages: pbcodegen/sdk/pocketbase-csharp-sdk/Services/BaseSubCrudService.cs#L118
The variable 'ex' is declared but never used
deploy-to-github-pages: pbcodegen/src/PocketBaseClient/Orm/Structures/FieldItemList[T].cs#L65
Async-iterator 'FieldItemList<T>.GetItemsAsync(bool, GetItemsFilter, CancellationToken)' has one or more parameters of type 'CancellationToken' but none of them is decorated with the 'EnumeratorCancellation' attribute, so the cancellation token parameter from the generated 'IAsyncEnumerable<>.GetAsyncEnumerator' will be unconsumed
deploy-to-github-pages: pbcodegen/src/PocketBaseClient/Orm/Json/StringNullableEnumConverter.cs#L25
Non-nullable field '_underlyingType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.