Skip to content

Merge pull request #2 from felipementel/felipementel-patch-1 #20

Merge pull request #2 from felipementel/felipementel-patch-1

Merge pull request #2 from felipementel/felipementel-patch-1 #20

Triggered via push July 16, 2024 16:44
Status Success
Total duration 2m 41s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build: src/Arquitetura.Fundamentos.DI/Program.cs#L19
Non-nullable field 'Container' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Build: src/Arquitetura.Fundamentos.DI/Base/Cliente.cs#L8
Non-nullable property 'Nome' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Arquitetura.Fundamentos.DI/Base/Cliente.cs#L9
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Arquitetura.Fundamentos.DI/Base/Cliente.cs#L10
Non-nullable property 'CPF' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Build: src/Arquitetura.Fundamentos.DI/Program.cs#L28
Remove this commented out code. (https://rules.sonarsource.com/csharp/RSPEC-125)
Build: src/Arquitetura.Fundamentos.DI/Program.cs#L7
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
Build: src/Arquitetura.Fundamentos.DI/Program.cs#L17
Add a 'protected' constructor or the 'static' keyword to the class declaration. (https://rules.sonarsource.com/csharp/RSPEC-1118)
Build: src/Arquitetura.Fundamentos.DI/Base/SMS.cs#L5
Rename class 'SMS' to match pascal case naming rules, consider using 'Sms'. (https://rules.sonarsource.com/csharp/RSPEC-101)
Build: src/Arquitetura.Fundamentos.DI/Program.cs#L19
Change the visibility of 'Container' or make it 'const' or 'readonly'. (https://rules.sonarsource.com/csharp/RSPEC-2223)
Build: src/Arquitetura.Fundamentos.OOP/1 - Base/Pessoa.cs#L7
Non-nullable property 'Nome' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.