edits #148
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#L112
Found markup element with unexpected name 'MTransition'. If this is intended to be a component, add a @using directive for its namespace.
|
build:
LaunchApp/Models/models.cs#L5
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/Models/models.cs#L6
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/Models/models.cs#L7
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/Shared/MainLayout.razor#L229
Nullability of reference types in type of parameter 'sender' of 'void MainLayout.HandleLocationChanged(object sender, LocationChangedEventArgs e)' doesn't match the target delegate 'EventHandler<LocationChangedEventArgs>' (possibly because of nullability attributes).
|
build:
LaunchApp/Pages/Index.razor#L134
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#L135
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#L136
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#L137
Non-nullable property 'Route' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|