change release #48
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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.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.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#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#L58
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#L40
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)
|
Loading