added windows app sdk fetching and bundling into the installer #112
Annotations
6 warnings
dotnet test:
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 test:
App/Services/MutagenController.cs#L267
The variable 'sessions' is assigned but its value is never used
|
dotnet test:
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 test:
App/Services/MutagenController.cs#L267
The variable 'sessions' is assigned but its value is never used
|
dotnet test:
Tests.App/Converters/FriendlyByteConverterTest.cs#L32
Cannot convert null literal to non-nullable reference type.
|
dotnet test:
Tests.App/Converters/FriendlyByteConverterTest.cs#L32
Cannot convert null literal to non-nullable reference type.
|
Loading