v32.1.19 #36
Merged
v32.1.19 #36
Annotations
20 warnings
|
Build Wasm:
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.
|
|
Build Wasm:
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.
|
|
Build Wasm:
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.
|
|
Build Wasm:
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.
|
|
Build Wasm:
wasm/ExpenseTracker.Client/Shared/NavMenu.razor#L61
Non-nullable field 'Sidebar' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build Wasm:
wasm/ExpenseTracker.Client/Shared/NavMenu.razor#L60
Non-nullable property 'OnSidebarCreate' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build Wasm:
wasm/ExpenseTracker.Client/Shared/NavMenu.razor#L58
Non-nullable property 'ExpenseDataService' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build Wasm:
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.
|
|
Build Wasm:
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.
|
|
Build Wasm:
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.
|
|
Build Server:
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.
|
|
Build Server:
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.
|
|
Build Server:
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.
|
|
Build Server:
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.
|
|
Build Server:
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.
|
|
Build Server:
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.
|
|
Build Server:
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.
|
|
Build Server:
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.
|
|
Build Server:
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.
|
|
Build Server:
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.
|
Loading