Update Program.cs #5
Annotations
3 errors and 10 warnings
|
build (Debug)
Process completed with exit code 1.
|
|
build (Release)
The operation was canceled.
|
|
build (Release)
The strategy configuration was canceled because "build.Debug" failed
|
|
build (Debug):
src/Bckend/Finance.Domain/Entities/Wallet.cs#L11
Non-nullable property 'currency' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Debug):
src/Bckend/Finance.Domain/Entities/Wallet.cs#L9
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Debug):
src/Bckend/Finance.Domain/Entities/User.cs#L12
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Debug):
src/Bckend/Finance.Domain/Entities/User.cs#L11
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Debug):
src/Bckend/Finance.Domain/Entities/User.cs#L10
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Debug):
src/Bckend/Finance.Domain/Entities/WalletMovement.cs#L14
Non-nullable property 'Transaction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Debug):
src/Bckend/Finance.Domain/Entities/WalletMovement.cs#L13
Non-nullable property 'Wallet' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Debug):
src/Bckend/Finance.Domain/Entities/WalletMovement.cs#L10
Non-nullable property 'currency' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build (Debug)
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|
|
build (Release)
The target framework 'net7.0' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
|