Using the latest dotnet tool x, 6.0.2
x new blazor-wasm BlazorLoading
The blazor client project generated has a few compilation errors out of the box:
1>BlazorLoading.Client\Pages\Admin\Users\Create.razor(23,68,23,71): error CS1061: 'InputInfo' does not contain a definition for 'Css' and no accessible extension method 'Css' accepting a first argument of type 'InputInfo' could be found (are you missing a using directive or an assembly reference?)
1>blazor-loading\BlazorLoading.Client\Pages\Admin\Users\Create.razor(136,42,136,53): error CS1061: 'AdminUsersInfo' does not contain a definition for 'FormLayout' and no accessible extension method 'FormLayout' accepting a first argument of type 'AdminUsersInfo' could be found (are you missing a using directive or an assembly reference?)
1>blazor-loading\BlazorLoading.Client\Pages\Admin\Users\Edit.razor(183,42,183,53): error CS1061: 'AdminUsersInfo' does not contain a definition for 'FormLayout' and no accessible extension method 'FormLayout' accepting a first argument of type 'AdminUsersInfo' could be found (are you missing a using directive or an assembly reference?)
'AdminUsersInfo' does not contain a definition for 'FormLayout' and no accessible extension method 'FormLayout' accepting a first argument of type 'AdminUsersInfo' could be found (are you missing a using directive or an assembly reference?) BlazorLoading.Client blazor-loading\BlazorLoading.Client\Pages\Admin\Users\Create.razor 136
'AdminUsersInfo' does not contain a definition for 'FormLayout' and no accessible extension method 'FormLayout' accepting a first argument of type 'AdminUsersInfo' could be found (are you missing a using directive or an assembly reference?) BlazorLoading.Client blazor-loading\BlazorLoading.Client\Pages\Admin\Users\Edit.razor 183