You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(build): enhance test task with improved console output and refined platform checks
- Replace basic context.Warning calls with rich Spectre.Console output via ConsoleHelper
- Use ConsoleHelper.WriteRule() for elegant test section headers
- Use ConsoleHelper.WriteInfo/Warning/Processing/Success for better visual feedback
- Refine net462 platform check to only skip tests on Linux (not macOS)
- Improve messaging for docker container cleanup operations
The changes provide better visual feedback during test execution and allow net462
tests to run on macOS while still preventing issues on Linux where external Mono
installation would be required.
0 commit comments