Skip to content

Add project structure with CI#1

Merged
dmitry-ra merged 1 commit intomainfrom
feature/project-scaffold
Dec 7, 2025
Merged

Add project structure with CI#1
dmitry-ra merged 1 commit intomainfrom
feature/project-scaffold

Conversation

@dmitry-ra
Copy link
Copy Markdown
Member

No description provided.

@github-advanced-security
Copy link
Copy Markdown

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.

@dmitry-ra dmitry-ra force-pushed the feature/project-scaffold branch from 6537fab to b900196 Compare December 7, 2025 18:36
/// <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

Class 'TuiConsole' is never used
Comment on lines +7 to +8
{
}

Check notice

Code scanning / InspectCode

Redundant type declaration body Note

Redundant empty class declaration body
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
@dmitry-ra dmitry-ra force-pushed the feature/project-scaffold branch from b900196 to d236aca Compare December 7, 2025 23:08
@dmitry-ra dmitry-ra merged commit 4ade7b2 into main Dec 7, 2025
10 checks passed
@dmitry-ra dmitry-ra deleted the feature/project-scaffold branch December 7, 2025 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants