Add C# SDK#158
Draft
domenkozar wants to merge 1 commit into
Draft
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
secretspec | 984766f | Commit Preview URL Branch Preview URL |
Jul 17 2026, 05:56 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
secretspec-ffiJSON ABIprovenance, environment export, codegen fields, and
IDisposablecleanup foras_pathfilesconformance fixtures
Cachix.SecretSpecsyncing, release notes, and version-labeled 0.16 documentation
Why
SecretSpec has thin SDKs for the other supported application ecosystems, but
.NET applications currently need to launch through the CLI. This adds an
idiomatic C# surface while keeping all resolution behavior in the existing Rust
core.
User impact
Starting with SecretSpec 0.16, .NET 8 applications can install
Cachix.SecretSpecand resolve the same providers, profiles, fallback chains,references, generators, and file-shaped secrets as the CLI and other SDKs. The
current 0.15 fallback remains documented as
secretspec run -- dotnet run.Validation
dotnet buildcompleted with zero warningsdotnet format --verify-no-changespassed for client and testsdotnet packpassed; verified managed files and native runtime asset layoutcargo test -p secretspec-ffipassed (9 tests)cargo check -p secretspec-ffi --features vendored-dbuspassedactionlint, version sync, andgit diff --checkpassed