![]() |
VOOZH | about |
Requires NuGet 5.9 or higher.
dotnet add package PulumiSharp --version 1.0.1
NuGet\Install-Package PulumiSharp -Version 1.0.1
<PackageReference Include="PulumiSharp" Version="1.0.1" />
<PackageVersion Include="PulumiSharp" Version="1.0.1" />Directory.Packages.props
<PackageReference Include="PulumiSharp" />Project file
paket add PulumiSharp --version 1.0.1
#r "nuget: PulumiSharp, 1.0.1"
#:package PulumiSharp@1.0.1
#addin nuget:?package=PulumiSharp&version=1.0.1Install as a Cake Addin
#tool nuget:?package=PulumiSharp&version=1.0.1Install as a Cake Tool
👁 Build status
👁 NuGet version (PulumiSharp)
PulumiSharp helps .Net Developers create C# Pulumi projects with types output contracts
Platform support: .NET 8.0 and later.
Sample and add a reference to PulumiSharp.Program.cs with:using Pulumi;
using PulumiSharp;
return await new PulumiRunner().RunAsync(() =>
{
return new SampleOutput("Hello world");
}, args);
[PulumiProject("PulumiSharp.Sample")]
public record SampleOutput(Output<string> Value);
Create a Pulumi.yaml in the project with the content
name: PulumiSharp.Sample
runtime: dotnet
description: PulumiSharp Sample
backend:
url: file://~
Create a launchSettings.json in the project with the content
{
"profiles": {
"Default": {
"commandName": "Project"
},
"Pulumi": {
"commandName": "Project",
"commandLineArgs": "up",
"workingDirectory": "."
}
}
}
Run pulumi stack init from the project folder and type in your stack name
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. 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. |
Showing the top 1 NuGet packages that depend on PulumiSharp:
| Package | Downloads |
|---|---|
|
PulumiSharp.Azure
PulumiSharp Azure integration |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.2-alpha.0.3 | 191 | 2/17/2026 |
| 1.0.2-alpha.0.2 | 75 | 2/17/2026 |
| 1.0.2-alpha.0.1 | 133 | 2/4/2026 |
| 1.0.1 | 835 | 7/19/2025 |
| 1.0.1-alpha.0.2 | 260 | 7/19/2025 |
| 1.0.0 | 432 | 7/17/2025 |
| 0.0.0-alpha.0.21 | 154 | 7/4/2025 |
| 0.0.0-alpha.0.20 | 155 | 5/23/2025 |
| 0.0.0-alpha.0.19 | 137 | 5/23/2025 |
| 0.0.0-alpha.0.18 | 564 | 4/22/2025 |