Soenneker.Managers.HashSaving
4.0.1256
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Soenneker.Managers.HashSaving --version 4.0.1256
NuGet\Install-Package Soenneker.Managers.HashSaving -Version 4.0.1256
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="Soenneker.Managers.HashSaving" Version="4.0.1256" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Managers.HashSaving" Version="4.0.1256" />
<PackageReference Include="Soenneker.Managers.HashSaving" />
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 Soenneker.Managers.HashSaving --version 4.0.1256
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Managers.HashSaving, 4.0.1256"
#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 Soenneker.Managers.HashSaving@4.0.1256
#: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=Soenneker.Managers.HashSaving&version=4.0.1256
#tool nuget:?package=Soenneker.Managers.HashSaving&version=4.0.1256
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.Managers.HashSaving
Handles hashing and saving.
Install
dotnet add package Soenneker.Managers.HashSaving
Quick start
using Soenneker.Managers.HashSaving.Registrars;
using Microsoft.Extensions.DependencyInjection;
var services = new ServiceCollection();
var result = services.AddHashSavingManagerAsSingleton();
Adds IHashSavingManager as a singleton service.
What you get
IHashSavingManager— Handles hashing and saving.HashSavingManagerRegistrar— Handles hashing and saving.
API at a glance
| API | What it does | Result / important behavior |
|---|---|---|
IHashSavingManager.SaveHashToGitRepoWithoutClearingResources(gitDirectory, newHash, hashFileName, name, email, token, cancellationToken) |
Saves hash To Git Repo Without Clearing Resources. | A task that completes when the hash to git repo without clearing resources has been saved. |
IHashSavingManager.SaveHashToGitRepoAsFile(gitDirectory, libraryName, newHash, fileName, hashFileName, name, email, username, token, cancellationToken) |
Saves hash To Git Repo As File. | A task that completes when the hash to git repo as file has been saved. |
IHashSavingManager.SaveHashToGitRepoAsDirectory(gitDirectory, newHash, targetDir, hashFileName, name, email, username, token, cancellationToken) |
Saves hash To Git Repo As Directory. | A task that completes when the hash to git repo as directory has been saved. |
HashSavingManagerRegistrar.AddHashSavingManagerAsSingleton(services) |
Adds IHashSavingManager as a singleton service. |
The same service collection, so additional registrations can be chained. |
HashSavingManagerRegistrar.AddHashSavingManagerAsScoped(services) |
Adds IHashSavingManager as a scoped service. |
The same service collection, so additional registrations can be chained. |
Practical notes
- Cancellation stops pending work; it does not undo work that has already completed.
| 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
- Soenneker.Git.Util (>= 4.0.3679)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Soenneker.Managers.HashSaving:
| Package | Downloads |
|---|---|
|
Soenneker.Managers.Runners
Handles Runner operations and coordination |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.1314 | 1,114 | 9/13/2026 |
| 4.0.1313 | 79 | 9/13/2026 |
| 4.0.1312 | 189 | 9/13/2026 |
| 4.0.1311 | 78 | 9/13/2026 |
| 4.0.1310 | 957 | 9/13/2026 |
| 4.0.1309 | 572 | 9/13/2026 |
| 4.0.1308 | 2,496 | 9/12/2026 |
| 4.0.1307 | 874 | 9/12/2026 |
| 4.0.1306 | 470 | 9/12/2026 |
| 4.0.1305 | 80 | 9/12/2026 |
| 4.0.1303 | 2,929 | 9/10/2026 |
| 4.0.1301 | 310 | 9/9/2026 |
| 4.0.1300 | 1,408 | 9/9/2026 |
| 4.0.1299 | 779 | 9/9/2026 |
| 4.0.1298 | 270 | 9/9/2026 |
| 4.0.1297 | 1,669 | 9/8/2026 |
| 4.0.1296 | 443 | 9/8/2026 |
| 4.0.1295 | 1,475 | 9/8/2026 |
| 4.0.1256 | 96 | 8/29/2026 |
Loading failed
Update dependency Soenneker.Git.Util to 4.0.3679 (#1788)