Update _LayoutPDF.cshtml.js #224
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 warnings
build:
POSTerminal/Models/FileOnFileSystem.cs#L5
Non-nullable property 'FilePath' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
POSTerminal/Models/MuseumItemModel.cs#L4
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
POSTerminal/Models/FileOnDatabaseModel.cs#L5
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
POSTerminal/Models/FileModel.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
POSTerminal/Models/FileModel.cs#L7
Non-nullable property 'FileType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
POSTerminal/Models/FileModel.cs#L8
Non-nullable property 'Extension' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
POSTerminal/Models/FileModel.cs#L9
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
POSTerminal/Models/FileModel.cs#L10
Non-nullable property 'UploadedBy' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
POSTerminal/ViewModels/RegisterViewModel.cs#L11
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
POSTerminal/ViewModels/RegisterViewModel.cs#L16
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|