Conversation
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
6537fab to
b900196
Compare
| /// <summary> | ||
| /// Entry point for styled console output. | ||
| /// </summary> | ||
| public static class TuiConsole |
Check notice
Code scanning / InspectCode
Type is never used: Non-private accessibility Note
| { | ||
| } |
Check notice
Code scanning / InspectCode
Redundant type declaration body Note
Project scaffold: - Solution with src/tests/samples structure - Wiry.Tui library (net8.0, net10.0) - xUnit test project - AOT-enabled sample application CI pipeline: - Package job: format, inspect, build, test, pack - Samples job: cross-platform matrix (Linux, Windows, macOS) - ReSharper InspectCode 2025.3 with Code Scanning integration Scripts for local development: - build.sh, test.sh, format.sh, inspect.sh, pack.sh, publish-samples.sh
b900196 to
d236aca
Compare
No description provided.