v31.1.17 #34
Merged
v31.1.17 #34
Annotations
20 warnings
|
wasm/ExpenseTracker.Client/Models/ExpenseData.cs#L11
Non-nullable property 'TransactionType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
wasm/ExpenseTracker.Client/Models/ExpenseData.cs#L10
Non-nullable property 'PaymentMode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
wasm/ExpenseTracker.Client/Models/ExpenseData.cs#L9
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
wasm/ExpenseTracker.Client/Models/ExpenseData.cs#L7
Non-nullable property 'UniqueId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
wasm/ExpenseTracker.Client/Models/CategoryData.cs#L7
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
wasm/ExpenseTracker.Client/Models/CategoryData.cs#L6
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
wasm/ExpenseTracker.Client/Models/CategoryData.cs#L5
Non-nullable property 'Class' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
wasm/ExpenseTracker.Client/Models/UserInfo.cs#L7
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
wasm/ExpenseTracker.Client/Models/UserInfo.cs#L6
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
wasm/ExpenseTracker.Client/Models/UserInfo.cs#L5
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
server/Models/ExpenseData.cs#L15
Non-nullable property 'MonthFull' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
server/Models/ExpenseData.cs#L14
Non-nullable property 'MonthShort' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
server/Models/ExpenseData.cs#L12
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
server/Models/ExpenseData.cs#L11
Non-nullable property 'TransactionType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
server/Models/ExpenseData.cs#L10
Non-nullable property 'PaymentMode' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
server/Models/ExpenseData.cs#L9
Non-nullable property 'Category' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
server/Models/ExpenseData.cs#L7
Non-nullable property 'UniqueId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
server/Models/UserInfo.cs#L7
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
server/Models/UserInfo.cs#L6
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
server/Models/UserInfo.cs#L5
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading