hey hey, wait a minute. I really dont want the MVC stuff in here. Pls think again, look at how minimal APIs works and reconsider that old skool "FromBody" shit
hey hey, wait a minute. I really dont want the MVC stuff in here. Pls think again, look at how minimal APIs works and reconsider that old skool "FromBody" shit
This should onle disable the metrics, like http request duration. If it fails I think it will be logged.
So here we go. Bobby Tables in a modern version. Actually really cool, and a bit scary
www.youtube.com/watch?v=rAEq...
Love it ๐
Has anyone tried devtoys.app? It bundles a bunch of tiny tools for developers. I made this app with a good friend of mine (not on Blue Sky) on Windows Mac and Linux!
Hvergang!
Found the main issue, thanks to synth. I had given name of the statestore with dashes and that was used as the symbolic name in bicep. Bicep doesn't like those to have dashes
Yeah read about the infra synth, maybe thats a good way of examining this. Thanks ๐
when i do "azd up" i get a massive response of bicep issues (theres a lot more). Tried examining the /tmp/ bicep but cant find it
Tryng to get a .NET 9 #aspire (web api, no frontend) project with #dapr actors and a cosmos statestore deployed to azure using #azd. And also the github workflow constructed. Stuck on strange bicep errors. Anyone got any links/tips regarding this process?
For my latest project I am going all in with Aspire. Its great for the local dev experience. But getting the stuff up in azure (via github workflow) is a mess :( I am used to bicep and "full" CI/CD pipes. Now i am struggling a lot with awkward errors. Guess its a learning trip