Bump Microsoft.Data.SqlClient from 4.0.0 to 4.0.5 in /src/Arquitetura.Fundamentos.SOLID #13
Annotations
1 error and 11 warnings
Build and analyze
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v1, actions/checkout@v2, actions/cache@v1, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build and analyze:
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 and analyze:
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.
|
Build and analyze:
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 and analyze:
src/Arquitetura.Fundamentos.OOP/2 - Heranca/Heranca.cs#L8
Non-nullable property 'Registro' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and analyze:
src/Arquitetura.Fundamentos.OOP/6 - Heranca VS Composicao/HerancaVsComposicao.cs#L6
Non-nullable property 'CPF' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and analyze:
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.
|
Build and analyze:
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 and analyze:
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 and analyze:
src/Arquitetura.Fundamentos.DesignPattern/Behavioral/Observer.cs#L67
Non-nullable property 'Stock' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build and analyze:
src/Arquitetura.Fundamentos.SOLID/1 - SRP/SRP.Solucao/Cliente.cs#L9
Non-nullable property 'Nome' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading