SharpCoreDB.Identity
2.0.0.1
dotnet add package SharpCoreDB.Identity --version 2.0.0.1
NuGet\Install-Package SharpCoreDB.Identity -Version 2.0.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SharpCoreDB.Identity" Version="2.0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SharpCoreDB.Identity" Version="2.0.0.1" />
<PackageReference Include="SharpCoreDB.Identity" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SharpCoreDB.Identity --version 2.0.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SharpCoreDB.Identity, 2.0.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SharpCoreDB.Identity@2.0.0.1
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SharpCoreDB.Identity&version=2.0.0.1
#tool nuget:?package=SharpCoreDB.Identity&version=2.0.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SharpCoreDB.Identity
Lightweight identity services for SharpCoreDB encrypted single-file databases.
Patch updates in v1.9.8
- ✅ Parameterized query binding fixed (Issue #336): named-parameter binding is token-aware, so parameter names that are prefixes of others (e.g.
@tvs@tid) no longer corrupt the SQL. - ✅ Server parameter pass-through fixed (Issue #337):
request.Parametersare forwarded on gRPC, the binary (PostgreSQL) protocol and WebSocket. - ✅ ULID encoding is now standards-compliant: ULIDs follow the official Crockford Base32 spec and are interchangeable with Python/Java/Go implementations.
- ✅ NuGet dependencies updated to their latest stable versions.
- ✅ Version bump and documentation alignment to the synchronized 1.9.5 release line.
- ✅ Current test count and backwards compatibility status published in release documentation.
Backwards Compatibility (Identity package)
SharpCoreDB.Identity 1.9.8 is fully backwards compatible with the 1.9.x line when used with the matching SharpCoreDB core package version.
- This 1.9.8 release was a version synchronization + documentation preparation release only. No public API, behavior, or data model changes were introduced in the Identity package.
- Public surface (SharpCoreDbIdentityService, SharpCoreUser/Role/Claim/Login entities, SharpCoreDbPasswordHasher, SharpCoreDbTokenProvider, SharpCoreIdentityOptions, SharpCoreSignInResult) remains stable and unchanged from 1.9.1.
- The package declares a conditional NuGet dependency on SharpCoreDB at the exact matching version (1.9.8). When consumed as a NuGet package, always pair with the same-version core (recommended for all optional packages such as Identity, EventSourcing, Projections, CQRS, etc.).
- All Identity tests pass (ConcurrencyTests, LockoutTests, PasswordHasherTests, PersistenceTests, SharpCoreDbIdentityServiceTests).
- No [Obsolete] or removal of previously public members in this release.
- Users on 1.9.1 can safely upgrade both core + Identity to 1.9.8 with no code 8changes required.
See tests/SharpCoreDB.Identity.Tests/STABILITY_REPORT.md and the service implementation for the full stable surface.
Patch updates in v1.9.1 (historical)
- ✅ Aligned package metadata and version references to the synchronized 1.9.1 release line.
- ✅ Release automation now publishes all packable SharpCoreDB packages in CI/CD.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Microsoft.Extensions.DependencyInjection (>= 10.0.11)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.11)
- Microsoft.Extensions.Logging (>= 10.0.11)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.11)
- Microsoft.Extensions.ObjectPool (>= 10.0.11)
- SharpCoreDB (>= 2.0.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0.1 | 0 | 9/1/2026 |
| 2.0.0 | 33 | 9/1/2026 |
| 2.0.0-preview.3 | 42 | 8/30/2026 |
| 1.9.9 | 53 | 8/30/2026 |
| 1.9.8 | 66 | 8/29/2026 |