Skip to content

Bootstrap .NET SDK solution structure#15

Merged
teesofttech merged 1 commit into
mainfrom
feature/1-bootstrap-sdk
Jun 12, 2026
Merged

Bootstrap .NET SDK solution structure#15
teesofttech merged 1 commit into
mainfrom
feature/1-bootstrap-sdk

Conversation

@teesofttech

Copy link
Copy Markdown
Owner

Summary

Bootstraps the Termii .NET SDK repository so future API work can proceed through focused feature PRs.

What changed

  • Added the Termii.SDK.sln solution.
  • Added the src/Termii SDK project targeting netstandard2.0 and net8.0.
  • Added xUnit unit tests and an opt-in integration test project.
  • Added an examples console project.
  • Added CI for restore, build, and test.
  • Added an initial README and API coverage matrix.

Developer experience

The repository now has the basic commands developers expect:

dotnet restore Termii.SDK.sln
dotnet build Termii.SDK.sln --configuration Release --no-restore
dotnet test Termii.SDK.sln --configuration Release --no-build

Validation

  • dotnet restore Termii.SDK.sln
  • dotnet build Termii.SDK.sln --configuration Release --no-restore
  • dotnet test Termii.SDK.sln --configuration Release --no-build

Closes #1

@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 759eb90f-d924-4be6-b21a-a4280cdbb088

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/1-bootstrap-sdk

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@teesofttech
teesofttech marked this pull request as ready for review June 12, 2026 07:15
Copilot AI review requested due to automatic review settings June 12, 2026 07:15
@teesofttech
teesofttech merged commit 278436b into main Jun 12, 2026
3 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

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