ed #124
Annotations
10 warnings
Build and Publish:
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 and Publish:
LaunchApp/Shared/MainLayout.razor#L33
Found markup element with unexpected name 'MTransition'. If this is intended to be a component, add a @using directive for its namespace.
|
Build and Publish:
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 and Publish:
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 and Publish:
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 and Publish:
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 and Publish:
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.
|
Build and Publish:
LaunchApp/Pages/Index.razor#L133
Non-nullable property 'Tags' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build and Publish:
LaunchApp/Pages/Counter.razor#L235
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build and Publish:
LaunchApp/Pages/Counter.razor#L223
The field 'Counter.md5Hash' is assigned but its value is never used
|
Loading