#Hello. I discoverd Dagger at KubeCon. I'
1 messages · Page 1 of 1 (latest)
Welcome!
Is this for a .NET "core" application, or a more traditional Windows Only app?
We do not have a .NET or C# SDK (yet) but you should be able to build a .NET project without any issues (unless its a windows desktop app) using either Go, Typescript, or Python to write modules as wrappers around the .NET tooling.
We also have a #dotnet channel 🙂
I was kinda hoping to be able to showcase to our engineers "look you can express your pipeline in C# and run it locally". Unfortunately Go, Typescript or Python wont be appealing options! Well maybe some would engage on TypeScript...
We have both .NET Framework codebases and modern .NET (core) code bases
Yeah I hear you, C# is a high priority SDK for us to develop next but right now there is no great option.
We have this experimental SDK that was started https://github.com/dagger/dagger/tree/main/sdk/dotnet --> this uses the "classic" dagger approach and does not support the new module system at all, but perhaps would be find for a proof of concept.
We are likely many months away from having a C# experience that is similar to Python, Go, or Typescript