johnazariah / orleans-contrib-universalsilo

An opinionated, batteries-included, pattern for building Orleans applications
MIT License
33 stars 2 forks source link

Update Makefile for webapi direct client #68

Open mika76 opened 3 years ago

mika76 commented 3 years ago

Changed powershell start-process to dotnet exec so that it works on a mac Changed some echo text

mika76 commented 3 years ago

I was just playing with this so I don't know what else I will run into yet - but trying to run this on a mac hit the hurdle of powershell start-process not working (even though I have powershell for mac) - one thing I'm not sure about is the working directory argument - it seems dotnet exec does not have that. Oh and I haven't checked the other templates yet.

johnazariah commented 3 years ago

Hi Mika

Sorry - I've been busy with an international house move so I wasn't able to monitor this project.

I'm happy to accept your PR but I can't see the logs any more...can you please help me with that?

Also it looks like the F# webapi template is broken by your fix - can you do the same change for F# as you did for C#?

Thank you!