![]() |
VOOZH | about |
dotnet add package popilot --version 1.0.34
NuGet\Install-Package popilot -Version 1.0.34
<PackageReference Include="popilot" Version="1.0.34" />
<PackageVersion Include="popilot" Version="1.0.34" />Directory.Packages.props
<PackageReference Include="popilot" />Project file
paket add popilot --version 1.0.34
#r "nuget: popilot, 1.0.34"
#:package popilot@1.0.34
#addin nuget:?package=popilot&version=1.0.34Install as a Cake Addin
#tool nuget:?package=popilot&version=1.0.34Install as a Cake Tool
Enabling your app to navigate the PO experience on Azure DevOps.
dotnet add package popilot
Register it easily in your service collection:
services.Configure<AzureDevOpsOptions>(o =>
{
o.BaseUrl = new Uri(config["AzureDevOps"]!);
o.ClientId = config["AzureDevOpsClientId"]!;
o.TenantId = config["MicrosoftTenantId"];
o.Username = config["AzureDevOpsUser2"];
o.Password = config["AzureDevOpsPassword"];
o.DefaultProject = config["DefaultProject"];
o.DefaultTeam = config["DefaultTeam"];
});
services.AddScoped<AzureDevOps>();
If you leave username and password null, popilot will attempt to acquire a user based access token via the device flow. This is perfect for CLI applications.
You can now interact with Azure DevOps through method calls via your injected instance of AzureDevOps.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. 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 |
|---|---|---|
| 1.0.34 | 239 | 8/10/2025 |
| 1.0.33 | 302 | 8/7/2025 |
| 1.0.32 | 255 | 6/2/2025 |
| 1.0.31 | 247 | 5/25/2025 |
| 1.0.30 | 159 | 5/10/2025 |
| 1.0.29 | 291 | 4/15/2025 |
| 1.0.28 | 220 | 3/9/2025 |
| 1.0.27 | 218 | 2/24/2025 |
| 1.0.26 | 209 | 2/24/2025 |
| 1.0.25 | 175 | 1/23/2025 |
| 1.0.24 | 181 | 1/20/2025 |
| 1.0.23 | 192 | 12/2/2024 |
| 1.0.22 | 221 | 11/5/2024 |
| 1.0.21 | 223 | 10/7/2024 |
| 1.0.20 | 201 | 10/5/2024 |
| 1.0.19 | 138 | 9/26/2024 |
| 1.0.18 | 128 | 8/6/2024 |
| 1.0.17 | 131 | 8/5/2024 |
| 1.0.16 | 150 | 8/2/2024 |
| 0.1.0 | 203 | 2/24/2025 |