Skip to content

EDITS

EDITS #117

Triggered via push November 6, 2024 15:30
Status Success
Total duration 1m 55s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

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#L33
Found markup element with unexpected name 'MTransition'. If this is intended to be a component, add a @using directive for its namespace.
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.
build: 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: 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: LaunchApp/Pages/Counter.razor#L223
The field 'Counter.md5Hash' is assigned but its value is never used