Update build.yml #17
Annotations
1 error and 10 warnings
Build
Process completed with exit code 1.
|
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.SOLID/5 - DIP/DIP.Violacao/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.DesignPattern/Creational/Singleton2.cs#L5
Non-nullable field '_gerenciador' 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.DesignPattern/Creational/Singleton.cs#L43
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Arquitetura.Fundamentos.SOLID/5 - DIP/DIP.Violacao/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.DesignPattern/Creational/Singleton.cs#L45
Non-nullable property 'IP' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/Arquitetura.Fundamentos.SOLID/5 - DIP/DIP.Violacao/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/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.DesignPattern/Behavioral/Strategy.cs#L38
Non-nullable field '_sortstrategy' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|