fermyon / spin-dotnet-sdk

Apache License 2.0
43 stars 11 forks source link

update template to use NuGet package for SDK #32

Closed mikkelhegn closed 2 years ago

mikkelhegn commented 2 years ago

Signed-off-by: Mikkel Mørk Hegnhøj mikkel@fermyon.com

Fixes: #31

Testes locally with the template to be able to do:

spin new http-csharp
spin build && spin-up
curl http://localhost:3000
itowlson commented 2 years ago

We might also want to snek_case the ID instead of kebab-casing it because the latter currently breaks with config. .NET projects are more likely to hit this because of the Vendor.Product naming convention.

itowlson commented 2 years ago

Superseded by #35, or feel free to reopen if you specifically want this to be the one that gets merged!