Обновление зависимостей: Bump EFCore.NamingConventions from 10.0.0-rc.2 to 10.0.0 #1
Annotations
10 warnings
|
Build:
Services/FinanceService.cs#L39
Possible null reference assignment.
|
|
Build:
Database/Entities/Loan/Deposit.cs#L11
Non-nullable property 'CurrencyId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Database/Entities/Loan/Deposit.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:
Database/Entities/Loan/Loan.cs#L22
Non-nullable property 'CurrencyId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Database/Entities/Loan/Loan.cs#L21
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:
Database/Entities/Stocks/StockPortfolio.cs#L10
Non-nullable property 'Stock' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Database/Entities/Stocks/StockPortfolio.cs#L6
Non-nullable property 'StockTicker' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Database/Entities/Stocks/Stock.cs#L16
Non-nullable property 'CurrencyId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
Database/Entities/Stocks/Stock.cs#L15
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:
Database/Entities/Stocks/Stock.cs#L8
Non-nullable property 'Ticker' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading