Martin Costello
Martin Costello
When you are the instigator of the action, then it acts with the permissions you have, not dependabot's.  vs. 
Thanks for taking a look. Let me know when you've either pushed something to NuGet or pushed a bunch of changes worth re-review and I can take another look at...
Hey folks - I've taken another look at things using the Octokit.NET.SDK NuGet package, and had another go at migrating one of my apps over to use it. Here's some...
Thanks - with an earlier preview I had a either (or both) of: - net8.0 project can't depend on a net9.0 project - Aspire package doesn't support targeting net9.0 I'll...
In the case where I have the AppHost targeting net8.0 I get this error restoring the workloads: ```console alexa-london-travel-site on stable-aspire [$] via .NET v9.0.100-preview.4.24267.66 ❯ dotnet workload restore...
If I do the rollback file steps too, then I get this on F5: ``` fail: Microsoft.Extensions.Hosting.Internal.Host[11] Hosting failed to start System.IO.FileNotFoundException: The Aspire orchestration component is not installed at...
This is the commit where I rolled back to 8.0.1: https://github.com/martincostello/alexa-london-travel-site/pull/2177/commits/9779aba3d902dc732408e0c48e9f02c35e3724da I didn't try with the command line I was just using VS, but I can try it out tomorrow.
Ok, thanks for looking. I'll try flushing stuff out again tomorrow, but I imagine it's probably working fine and you can close this out 👍
Yep, that was it - I nuked my `artifacts` folder and rebuilt and it worked. Unrelated, but am I correct in thinking that in Visual Studio, if Docker isn't running...
@costellobot rebase