Search fix #26
Annotations
6 warnings
build:
GameLibrary/Pages/Games/Details.cshtml.cs#L32
Non-nullable property 'Game' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GameLibrary/Pages/Games/Details.cshtml.cs#L32
Non-nullable property 'Reviews' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GameLibrary/Pages/Games/Details.cshtml.cs#L60
Possible null reference assignment.
|
build:
GameLibrary/Pages/Games/Details.cshtml.cs#L32
Non-nullable property 'Game' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GameLibrary/Pages/Games/Details.cshtml.cs#L32
Non-nullable property 'Reviews' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
GameLibrary/Pages/Games/Details.cshtml.cs#L60
Possible null reference assignment.
|