DEV-1 init Авторизации приложения в домен для доступа к информации о принтерах в веб-приложении #7
Annotations
4 warnings
Build:
src/Application/Services/SearchDeviceService.cs#L35
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Build:
src/Application/Services/SearchDeviceService.cs#L23
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/Application/Services/SearchDeviceService.cs#L35
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
Build:
src/Application/Services/SearchDeviceService.cs#L23
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.
|
The logs for this run have expired and are no longer available.
Loading