Skip to content

behavior change

behavior change #11

Triggered via push March 23, 2024 08:52
Status Failure
Total duration 30s
Artifacts

main.yml

on: push
build-and-deploy
21s
build-and-deploy
Fit to window
Zoom out
Zoom in

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.Core/AssemblyReference.cs#L2
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)
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#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.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.Core/AssemblyReference.cs#L2
Remove this empty class, write its code or make it an "interface". (https://rules.sonarsource.com/csharp/RSPEC-2094)