Skip to content

Merge pull request #14 from Ali-YousefiTelori/develop #28

Merge pull request #14 from Ali-YousefiTelori/develop

Merge pull request #14 from Ali-YousefiTelori/develop #28

Triggered via push January 5, 2024 20:09
Status Success
Total duration 59s
Artifacts

dotnet-macos.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/FormItems/AddOrUpdateFormItemViewModel.cs#L164
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#L10
Missing XML comment for publicly visible type or member 'AddOrUpdateFormItemViewModel'
os-tests: src/CSharp/Cores/EasyMicroservices.UI.TemplateGenerator.ViewModels/ViewModels/FormItems/AddOrUpdateFormItemViewModel.cs#L12
Missing XML comment for publicly visible type or member 'AddOrUpdateFormItemViewModel.AddOrUpdateFormItemViewModel(NoParentFormItemClient)'
os-tests: src/CSharp/Cores/EasyMicroservices.UI.TemplateGenerator.ViewModels/ViewModels/FormItems/AddOrUpdateFormItemViewModel.cs#L20
Missing XML comment for publicly visible type or member 'AddOrUpdateFormItemViewModel.SaveCommand'
os-tests: src/CSharp/Cores/EasyMicroservices.UI.TemplateGenerator.ViewModels/ViewModels/FormItems/AddOrUpdateFormItemViewModel.cs#L21
Missing XML comment for publicly visible type or member 'AddOrUpdateFormItemViewModel.DeleteCommand'
os-tests: src/CSharp/Cores/EasyMicroservices.UI.TemplateGenerator.ViewModels/ViewModels/FormItems/AddOrUpdateFormItemViewModel.cs#L25
Missing XML comment for publicly visible type or member 'AddOrUpdateFormItemViewModel.OnDelete'
os-tests: src/CSharp/Cores/EasyMicroservices.UI.TemplateGenerator.ViewModels/ViewModels/FormItems/AddOrUpdateFormItemViewModel.cs#L26
Missing XML comment for publicly visible type or member 'AddOrUpdateFormItemViewModel.OnSuccess'