virtual (#5) #6
Annotations
1 error and 21 warnings
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
Nhea.Data.Repository.RedisRepository/RedisConnectionPool.cs#L13
Make 'ConnectionMultiplexers' 'readonly'.
|
build:
Nhea.Data.Repository.RedisRepository/RedisConnectionPool.cs#L15
Make 'ConnectionMultiplexerFilter' 'readonly'.
|
build:
Nhea.Data.Repository.RedisRepository/SubscriptionRepositories.cs#L9
Use an immutable collection or reduce the accessibility of the public static field 'DisabledAutoSubscriptionTypes'.
|
build:
Nhea.Data.Repository.RedisRepository/SubscriptionRepositories.cs#L9
Make this field 'private' and encapsulate it in a 'public' property.
|
build:
Nhea.Data.Repository.RedisRepository/SubscriptionRepositories.cs#L9
Change the visibility of 'DisabledAutoSubscriptionTypes' or make it 'const' or 'readonly'.
|
build:
Nhea.Data.Repository.RedisRepository/RedisRepositoryErrorManager.cs#L9
Remove the unused event 'ErrorOccuredEvent' or invoke it.
|
build:
Nhea.Data.Repository.RedisRepository/BaseRedisRepository.cs#L10
Fix this implementation of 'IDisposable' to conform to the dispose pattern.
|
build:
Nhea.Data.Repository.RedisRepository/BaseRedisRepository.cs#L404
All 'GetAll' method overloads should be adjacent.
|
build:
Nhea.Data.Repository.RedisRepository/BaseRedisRepository.cs#L80
A static field in a generic type is not shared among instances of different close constructed types.
|
build:
Nhea.Data.Repository.RedisRepository/BaseRedisRepository.cs#L127
A static field in a generic type is not shared among instances of different close constructed types.
|
build:
Nhea.Data.Repository.RedisRepository/SubscriptionRepositories.cs#L9
Make this field 'private' and encapsulate it in a 'public' property.
|
build:
Nhea.Data.Repository.RedisRepository/SubscriptionRepositories.cs#L9
Use an immutable collection or reduce the accessibility of the public static field 'DisabledAutoSubscriptionTypes'.
|
build:
Nhea.Data.Repository.RedisRepository/SubscriptionRepositories.cs#L9
Change the visibility of 'DisabledAutoSubscriptionTypes' or make it 'const' or 'readonly'.
|
build:
Nhea.Data.Repository.RedisRepository/RedisRepositoryErrorManager.cs#L9
Remove the unused event 'ErrorOccuredEvent' or invoke it.
|
build:
Nhea.Data.Repository.RedisRepository/RedisConnectionPool.cs#L13
Make 'ConnectionMultiplexers' 'readonly'.
|
build:
Nhea.Data.Repository.RedisRepository/RedisConnectionPool.cs#L15
Make 'ConnectionMultiplexerFilter' 'readonly'.
|
build:
Nhea.Data.Repository.RedisRepository/RedisRepositoryErrorManager.cs#L16
Either change the type of 'receiver' to 'Delegate' or iterate on a generic collection of type 'UnhandledExceptionEventHandler'.
|
build:
Nhea.Data.Repository.RedisRepository/ConnectionMultiplexerCollection.cs#L27
Do not lock on writable field 'LockObject', use a readonly field instead.
|
build:
Nhea.Data.Repository.RedisRepository/BaseRedisRepository.cs#L10
Fix this implementation of 'IDisposable' to conform to the dispose pattern.
|
build:
Nhea.Data.Repository.RedisRepository/BaseRedisRepository.cs#L404
All 'GetAll' method overloads should be adjacent.
|