Skip to content

fix categories and statuses controller #16

fix categories and statuses controller

fix categories and statuses controller #16

Triggered via push November 3, 2024 05:39
Status Success
Total duration 43s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Tests/Template.Infrastructure.Unit.Tests/AutoFixtureBase.cs#L12
Non-nullable property 'Logs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Tests/Template.Integration.Unit.Tests/AutoFixtureBase.cs#L12
Non-nullable property 'Logs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Tests/Template.Common.Unit.Tests/AutoFixtureBase.cs#L12
Non-nullable property 'Logs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Tests/Template.Domain.Unit.Tests/AutoFixtureBase.cs#L12
Non-nullable property 'Logs' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: Template.Common/Helpers/FileHelpers/StorageHelper/PasswordLessStorageService.cs#L26
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: Template.Common/Helpers/FileHelpers/StorageHelper/PasswordLessStorageService.cs#L143
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: Template.Infrastructure/Repository/ActiveDirectory/ActiveDirectoryRepository.cs#L40
This call site is reachable on all platforms. 'PropertyValueCollection.Value' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Template.Infrastructure/Repository/ActiveDirectory/ActiveDirectoryRepository.cs#L48
This call site is reachable on all platforms. 'PropertyCollection.this[string]' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Template.Infrastructure/Repository/ActiveDirectory/ActiveDirectoryRepository.cs#L48
This call site is reachable on all platforms. 'DirectoryEntry.Properties' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
build: Template.Infrastructure/Repository/ActiveDirectory/ActiveDirectoryRepository.cs#L54
This call site is reachable on all platforms. 'PropertyValueCollection.Value' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)