Skip to content

Update README.md

Update README.md #38

Triggered via push November 26, 2024 05:27
Status Success
Total duration 46s
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.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.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.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.Integration/CacheRepository/CacheRepository.cs#L15
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. '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#L43
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#L43
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)