Adds godot symlink to OS' PATH, auto-detect default SHELL on UNIX systems #31
Annotations
1 error and 10 warnings
🧪 Run Unit Tests
Process completed with exit code 1.
|
🦺 Build Projects:
GodotEnv/src/common/clients/EnvironmentVariableClient.cs#L32
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/src/common/clients/EnvironmentVariableClient.cs#L57
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/src/common/clients/EnvironmentVariableClient.cs#L160
Unreachable code detected
|
🦺 Build Projects:
GodotEnv.Tests/src/features/godot/domain/GodotRepositoryTest.cs#L13
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#L76
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#L32
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/src/common/clients/EnvironmentVariableClient.cs#L57
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/src/common/clients/EnvironmentVariableClient.cs#L160
Unreachable code detected
|
🦺 Build Projects:
GodotEnv.Tests/src/features/godot/domain/GodotRepositoryTest.cs#L13
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#L76
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