wip redesign #127
Annotations
10 warnings
build:
LaunchApp/Pages/Index.razor#L7
Found markup element with unexpected name 'MTransition'. If this is intended to be a component, add a @using directive for its namespace.
|
build:
LaunchApp/Shared/MainLayout.razor#L65
Found markup element with unexpected name 'MTransition'. If this is intended to be a component, add a @using directive for its namespace.
|
build:
LaunchApp/Shared/GameSubHeader.razor#L71
Non-nullable property 'Text' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
LaunchApp/Shared/GameSubHeader.razor#L72
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
LaunchApp/Shared/GameSubHeader.razor#L73
Non-nullable property 'Icon' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
LaunchApp/Pages/Index.razor#L128
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
LaunchApp/Pages/Index.razor#L129
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:
LaunchApp/Pages/Index.razor#L130
Non-nullable property 'ShortInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
LaunchApp/Pages/Index.razor#L131
Non-nullable property 'Route' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
LaunchApp/Pages/Index.razor#L132
Non-nullable property 'CoverImage' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|