added windows app sdk fetching and bundling into the installer #112
Annotations
5 warnings
dotnet publish Coder.Desktop.App:
App/Services/MutagenController.cs#L130
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.
|
dotnet publish Coder.Desktop.App:
App/Services/MutagenController.cs#L267
The variable 'sessions' is assigned but its value is never used
|
dotnet publish Coder.Desktop.App:
App/Services/MutagenController.cs#L130
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.
|
dotnet publish Coder.Desktop.App:
App/Services/MutagenController.cs#L267
The variable 'sessions' is assigned but its value is never used
|
dotnet publish Coder.Desktop.App
A publish profile with the name 'Properties\PublishProfiles\win-AnyCPU.pubxml' was not found in the project. Set the PublishProfile property to a valid file name.
|
Loading