Adds godot symlink to OS' PATH, auto-detect default SHELL on UNIX systems #145
Annotations
4 warnings
🦺 Build Projects:
GodotEnv/src/common/clients/EnvironmentVariableClient.cs#L55
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 Projects:
GodotEnv.Tests/src/common/clients/EnvironmentVariableClientTest.cs#L139
Member 'GetDefaultShellUnixRoutine' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
🦺 Build Projects:
GodotEnv/src/common/clients/EnvironmentVariableClient.cs#L55
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 Projects:
GodotEnv.Tests/src/common/clients/EnvironmentVariableClientTest.cs#L139
Member 'GetDefaultShellUnixRoutine' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
The logs for this run have expired and are no longer available.
Loading