Skip to main content
Version: 1.7

C#

Currently .NET Core has experimental support for the WebAssembly WASI platform. This is delivered via the dotnet-wasi-sdk project.

note

You don't need a Windows machine to write or run .NET Core code. Everything can be done also on a Linux or on an Apple machine.

Current State​

Policy authors can leverage the following resources:

No limitations has been found. The SDK allows both validating and mutating policies to be written.

It's possible to use the KubernetesClient.Models library to deal with the Kubernetes objects.

Project template​

Currently we do not have a project template that can be used to quickly scaffold a C# policy.

Please, open an issue if you are interested.