Stephen Woolhead

Results 7 comments of Stephen Woolhead

For my case where I'm just using the classes with EF, I can add the quotes to the JsonPropertName attributes as workaround and the queries execute fine. ```c# public class...

Thanks, I've spun up a 32bit version of Ubuntu and it seems to be compiling OK now. Was just hoping you could clarify the final part of my original post...

Thanks, that's a help. Just for context, I have a couple of TinyGv8 boards and have my own app that feeds gcode to it, and am looking to have a...

I've just updated my solution to 9.2 and have the same issue, VS17.13.6, Aspire.Hosting.Azure.Functions 9.2.0-preview.1.25209.2 ![Image](https://github.com/user-attachments/assets/4709e3a2-9e84-40f8-8b73-6553d36d328a) ![Image](https://github.com/user-attachments/assets/9aa61709-65c3-4028-a579-a871eaab02d9) ![Image](https://github.com/user-attachments/assets/19a42c6f-8d26-4880-a636-50b43ee0858a) ![Image](https://github.com/user-attachments/assets/1b33707e-8002-4577-a346-31076b55542b) If I roll the solution back to 9.1 it starts working...

Just to add, it's not enough to roll back Aspire.Hosting.Azure.Functions, All of Aspire has to go back to 9.1

And now it's working, I have no idea why! No changes showing in source control, but it now works fine, listening on the correct port 🤷‍♂️

Try using what-if rather than create, that still seems to show the deployment errors, allowing you to fix then and then deploy for real.