Merge pull request #2 from felipementel/felipementel-patch-1 #20
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.
|