Add support for selected formitems #68
Annotations
6 errors and 10 warnings
os-tests:
src/CSharp/Blazor/EasyMicroservices.UI.TemplateGenerator.Blazor/Pages/Actions/EventActionsList.razor#L97
'AddOrUpdateEventAction' does not contain a definition for 'ActionsView' and no accessible extension method 'ActionsView' accepting a first argument of type 'AddOrUpdateEventAction' could be found (are you missing a using directive or an assembly reference?)
|
os-tests:
src/CSharp/Blazor/EasyMicroservices.UI.TemplateGenerator.Blazor/Pages/Actions/EventActionsList.razor#L97
'AddOrUpdateEventAction' does not contain a definition for 'ActionsView' and no accessible extension method 'ActionsView' accepting a first argument of type 'AddOrUpdateEventAction' could be found (are you missing a using directive or an assembly reference?)
|
os-tests:
src/CSharp/Blazor/EasyMicroservices.UI.TemplateGenerator.Blazor/Pages/Actions/EventActionsList.razor#L97
'AddOrUpdateEventAction' does not contain a definition for 'ActionsView' and no accessible extension method 'ActionsView' accepting a first argument of type 'AddOrUpdateEventAction' could be found (are you missing a using directive or an assembly reference?)
|
os-tests:
src/CSharp/Blazor/EasyMicroservices.UI.TemplateGenerator.Blazor/Pages/Actions/EventActionsList.razor#L97
'AddOrUpdateEventAction' does not contain a definition for 'ActionsView' and no accessible extension method 'ActionsView' accepting a first argument of type 'AddOrUpdateEventAction' could be found (are you missing a using directive or an assembly reference?)
|
os-tests:
src/CSharp/Blazor/EasyMicroservices.UI.TemplateGenerator.Blazor/Pages/Actions/EventActionsList.razor#L97
'AddOrUpdateEventAction' does not contain a definition for 'ActionsView' and no accessible extension method 'ActionsView' accepting a first argument of type 'AddOrUpdateEventAction' could be found (are you missing a using directive or an assembly reference?)
|
os-tests:
src/CSharp/Blazor/EasyMicroservices.UI.TemplateGenerator.Blazor/Pages/Actions/EventActionsList.razor#L97
'AddOrUpdateEventAction' does not contain a definition for 'ActionsView' and no accessible extension method 'ActionsView' accepting a first argument of type 'AddOrUpdateEventAction' could be found (are you missing a using directive or an assembly reference?)
|
os-tests:
src/CSharp/Cores/EasyMicroservices.UI.TemplateGenerator.ViewModels/ViewModels/Actions/EventActionsListViewModel.cs#L23
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.
|
os-tests:
src/CSharp/Cores/EasyMicroservices.UI.TemplateGenerator.ViewModels/ViewModels/Generators/FormItemSingleItemGeneratorViewModel.cs#L12
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.
|
os-tests:
src/CSharp/Cores/EasyMicroservices.UI.TemplateGenerator.ViewModels/ViewModels/Generators/FormItemSingleItemGeneratorViewModel.cs#L12
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.
|
os-tests:
src/CSharp/Cores/EasyMicroservices.UI.TemplateGenerator.ViewModels/ViewModels/Generators/FormItemListGeneratorViewModel.cs#L15
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.
|
os-tests:
src/CSharp/Cores/EasyMicroservices.UI.TemplateGenerator.ViewModels/ViewModels/Generators/FormItemListGeneratorViewModel.cs#L15
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.
|
os-tests:
src/CSharp/Cores/EasyMicroservices.UI.TemplateGenerator.ViewModels/ViewModels/Forms/AddOrUpdateFormViewModel.cs#L113
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.
|
os-tests:
src/CSharp/Cores/EasyMicroservices.UI.TemplateGenerator.ViewModels/ViewModels/FormItems/AddOrUpdateFormItemViewModel.cs#L196
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.
|
os-tests:
src/CSharp/Cores/EasyMicroservices.UI.TemplateGenerator.ViewModels/ViewModels/Events/FormItemEventsListViewModel.cs#L41
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.
|
os-tests:
src/CSharp/Cores/EasyMicroservices.UI.TemplateGenerator.ViewModels/ViewModels/Actions/EventActionsListViewModel.cs#L23
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.
|
os-tests:
src/CSharp/Cores/EasyMicroservices.UI.TemplateGenerator.ViewModels/ViewModels/Actions/AddOrUpdateEventActionViewModel.cs#L48
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.
|