updated #16
Annotations
2 errors and 10 warnings
build-and-deploy
Username and password required
|
build-and-deploy
Process completed with exit code 1.
|
|
|
build-and-deploy:
src/Pandatech.CleanArchitecture.Application/Features/Auth/Helpers/LanguageHelper.cs#L37
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Pandatech.CleanArchitecture.Core.Enums.SupportedLanguageType)3' is not covered.
|
build-and-deploy:
src/Pandatech.CleanArchitecture.Infrastructure/Settings/Options/RedisCacheConfigurations.cs#L7
Non-nullable property 'SentinelConnectionString' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
src/Pandatech.CleanArchitecture.Infrastructure/Settings/Options/RedisCacheConfigurations.cs#L8
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
src/Pandatech.CleanArchitecture.Infrastructure/Settings/Options/RedisCacheConfigurations.cs#L9
Non-nullable property 'Databases' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build-and-deploy:
src/Pandatech.CleanArchitecture.Infrastructure/Settings/Options/RedisCacheConfigurations.cs#L14
Non-nullable property 'ServiceName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
|
build-and-deploy:
src/Pandatech.CleanArchitecture.Application/Features/Auth/Helpers/LanguageHelper.cs#L37
The switch expression does not handle some values of its input type (it is not exhaustive) involving an unnamed enum value. For example, the pattern '(Pandatech.CleanArchitecture.Core.Enums.SupportedLanguageType)3' is not covered.
|