Add PowerShell error handling to artifact deletion in pipeline (#371) #125
build-and-release.yml
on: push
Annotations
6 warnings
|
Build app (osx-arm64):
app/MindWork AI Studio/Tools/PluginSystem/PluginFactory.cs#L88
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 app (osx-x64):
app/MindWork AI Studio/Tools/PluginSystem/PluginFactory.cs#L88
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 app (linux-arm64):
app/MindWork AI Studio/Tools/PluginSystem/PluginFactory.cs#L88
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 app (linux-x64):
app/MindWork AI Studio/Tools/PluginSystem/PluginFactory.cs#L88
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 app (win-arm64):
app/MindWork AI Studio/Tools/PluginSystem/PluginFactory.cs#L88
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 app (win-x64):
app/MindWork AI Studio/Tools/PluginSystem/PluginFactory.cs#L88
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.
|