![]() |
VOOZH | about |
dotnet add package SeliseBlocks.DeploymentDriver --version 10.0.0-preview.3
NuGet\Install-Package SeliseBlocks.DeploymentDriver -Version 10.0.0-preview.3
<PackageReference Include="SeliseBlocks.DeploymentDriver" Version="10.0.0-preview.3" />
<PackageVersion Include="SeliseBlocks.DeploymentDriver" Version="10.0.0-preview.3" />Directory.Packages.props
<PackageReference Include="SeliseBlocks.DeploymentDriver" />Project file
paket add SeliseBlocks.DeploymentDriver --version 10.0.0-preview.3
#r "nuget: SeliseBlocks.DeploymentDriver, 10.0.0-preview.3"
#:package SeliseBlocks.DeploymentDriver@10.0.0-preview.3
#addin nuget:?package=SeliseBlocks.DeploymentDriver&version=10.0.0-preview.3&prereleaseInstall as a Cake Addin
#tool nuget:?package=SeliseBlocks.DeploymentDriver&version=10.0.0-preview.3&prereleaseInstall as a Cake Tool
A NuGet package that exposes deployment and repository management operations for Blocks-based applications.
dotnet add package SeliseBlocks.DeploymentDriver
// Option 1: provide your own ICloudBuildSecret
builder.Services.RegisterBlocksDeploymentServices(cloudBuildSecret);
// Option 2: load secrets from vault automatically
await builder.Services.RegisterBlocksDeploymentServicesAsync();
Inject IDeploymentDriverService and call any of the available methods:
public class MyService
{
private readonly IDeploymentDriverService _deployment;
public MyService(IDeploymentDriverService deployment)
{
_deployment = deployment;
}
}
| Method | Description |
|---|---|
IsAuthorizeAsync() |
Checks whether the current user has a valid access token |
GetAccessTokenAsync(code) |
Exchanges an OAuth authorization code for an access token |
RemoveAuthorizationAsync() |
Revokes the current user's OAuth access from the provider |
DeleteAuthorizationAsync() |
Deletes the stored access token for the current user |
GetReposListAsync(projectKey) |
Retrieves the list of repositories for the given project key |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0-preview.3 | 43 | 6/11/2026 |
| 10.0.0-preview.2 | 168 | 5/20/2026 |
| 10.0.0-preview.1 | 72 | 5/11/2026 |