2023-01-19 22:44:03 +00:00

1.5 KiB
Raw Permalink Blame History

title, authors, tags, meta_desc, date, meta_image
title authors tags meta_desc date meta_image
Preview of .NET resource providers
fraser-waters
pulumi-news
.net
c#
packages
features
native-providers
Today we are releasing preview support for writing Pulumi providers in any .NET language, including C#, F#, and VB.NET. 2023-01-18 meta.png

Today we are pleased to announce the Preview of .NET support for custom resource providers. This means you can build custom providers using your favorite .NET language, including C#, F#, and VB.NET.

This is a first look preview release of the provider interface for .NET. It has minimal documentation but is feature complete. We hope to gather early feedback to refine the API and quickly bring this to a production quality release.

You will need to use version 3.52.0 to access the new APIs. You can install this in your project with:

dotnet add package Pulumi --version 3.52.0

You can see an example of using the new provider interface in the dotnet integration tests directory. This has replaced the old test provider that was written in Go.

Please view the provider interface and raise issues and discussions on GitHub or our Community Slack in the #dotnet channel — we cant wait to hear what you think!