Skip to content

Update nuget

Update nuget #962

Triggered via schedule November 22, 2025 07:01
Status Failure
Total duration 1h 29m 7s
Artifacts

update_nuget.yml

on: schedule
nuget_update  /  build
16s
nuget_update / build
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
nuget_update / build
Process completed with exit code 1.
nuget_update / build: src/Service.AddressBook/Services/AddressBookService.cs#L181
'IClientProfileService' does not contain a definition for 'GetClientByNickname' and no accessible extension method 'GetClientByNickname' accepting a first argument of type 'IClientProfileService' could be found (are you missing a using directive or an assembly reference?)
nuget_update / build: src/Service.AddressBook/Services/AddressBookService.cs#L181
The type or namespace name 'GetClientByNicknameRequest' could not be found (are you missing a using directive or an assembly reference?)
nuget_update / build: src/Service.AddressBook/Services/AddressBookService.cs#L181
'IClientProfileService' does not contain a definition for 'GetClientByNickname' and no accessible extension method 'GetClientByNickname' accepting a first argument of type 'IClientProfileService' could be found (are you missing a using directive or an assembly reference?)
nuget_update / build: src/Service.AddressBook/Services/AddressBookService.cs#L181
The type or namespace name 'GetClientByNicknameRequest' could not be found (are you missing a using directive or an assembly reference?)
nuget_update / build: src/Service.AddressBook/Services/AddressBookRepositoryMemoryCache.cs#L154
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.
nuget_update / build: src/Service.AddressBook/Services/AddressBookRepositoryMemoryCache.cs#L117
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.
nuget_update / build: src/Service.AddressBook/Services/AddressBookRepositoryMemoryCache.cs#L52
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.
nuget_update / build: src/Service.AddressBook/Services/AddressBookService.cs#L112
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.
nuget_update / build: src/Service.AddressBook/Services/AddressBookRepositoryMemoryCache.cs#L46
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.
nuget_update / build: src/Service.AddressBook/Services/AddressBookRepositoryMemoryCache.cs#L41
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.
nuget_update / build: src/Service.AddressBook/Services/AddressBookRepositoryMemoryCache.cs#L36
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.
nuget_update / build: src/Service.AddressBook/Services/AddressBookRepositoryMemoryCache.cs#L31
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.
nuget_update / build: src/Service.AddressBook/Jobs/TransferCounterJob.cs#L21
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.
nuget_update / build: test/TestApp/Program.cs#L11
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.