Skip to content

DEV-1 init Авторизации приложения в домен для доступа к информации о принтерах в веб-приложении #5

DEV-1 init Авторизации приложения в домен для доступа к информации о принтерах в веб-приложении

DEV-1 init Авторизации приложения в домен для доступа к информации о принтерах в веб-приложении #5

Triggered via pull request November 11, 2023 16:30
@SinHoleSinHole
synchronize #2
DEV-1
Status Success
Total duration 30s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)'.