DEV-1 init Авторизации приложения в домен для доступа к информации о принтерах в веб-приложении #5
Annotations
10 warnings
Build:
src/Application/Services/SearchDeviceService.cs#L36
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#L34
This call site is reachable on all platforms. 'DirectorySearcher.FindAll()' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build:
src/Application/Services/SearchDeviceService.cs#L36
This call site is reachable on all platforms. 'ResultPropertyCollection.this[string]' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build:
src/Application/Services/SearchDeviceService.cs#L32
This call site is reachable on all platforms. 'DirectorySearcher.Filter' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build:
src/Application/Services/SearchDeviceService.cs#L33
This call site is reachable on all platforms. 'DirectorySearcher.PropertiesToLoad' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build:
src/Application/Services/SearchDeviceService.cs#L31
This call site is reachable on all platforms. 'DirectorySearcher' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build:
src/Application/Services/SearchDeviceService.cs#L36
This call site is reachable on all platforms. 'SearchResult.Properties' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build:
src/Application/Services/SearchDeviceService.cs#L36
This call site is reachable on all platforms. 'ResultPropertyValueCollection.this[int]' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
|
Build:
src/Application/Services/SearchDeviceService.cs#L36
Possible null reference argument for parameter 'item' in 'void List<string>.Add(string item)'.
|
The logs for this run have expired and are no longer available.
Loading