Hey folks...I asked this late yesterday (sorry for...
# help
g
Hey folks...I asked this late yesterday (sorry for the repost), hoping to get some direction: is there a development guide for working on sst itself? I'd like to help add .NET 6 lambda's supported (currently AFAIK only .NET 3.1 is supported right now) - I've pulled down the source, poked around a bit and made some changes that I think will work but I don't have a clue how to test it.
t
hey we don't have this yet but generally you can run
yarn build
at the root and then in your project call
/path/to/your/fork/packages/cli/bin/scripts.js start
but if you're making deeper changes you should probably just use
yarn link
g
I'm making changes to packages/core/src/runtime/handler/dotnet.ts (primarily)
thanks for pointing me in the right direction @thdxr!
t
yeah likely will need to do
yarn link
f
Leaving a note here, follow up with @Giorgio Galante in this thread https://serverless-stack.slack.com/archives/C01JG3B20RY/p1652997240515339