testing branch rules #387
dotnet.yml
on: pull_request
Annotations
2 errors and 10 warnings
build
Resource not accessible by integration
|
SonarCloud
Process completed with exit code 1.
|
build:
src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Payment.cs#L22
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Payment.cs#L22
Non-nullable property 'ExternalReference' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Payment.cs#L22
Non-nullable property 'QrCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Payment.cs#L27
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Payment.cs#L27
Non-nullable property 'ExternalReference' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Order.cs#L22
Non-nullable property 'TrackingCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/FIAP.TechChallenge.ByteMeBurger.Domain/Base/Entity.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Order.cs#L34
Non-nullable property 'TrackingCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/FIAP.TechChallenge.ByteMeBurger.Domain/Entities/Order.cs#L41
Non-nullable property 'TrackingCode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
src/FIAP.TechChallenge.ByteMeBurger.Domain/Base/Entity.cs#L32
Dereference of a possibly null reference.
|