Jared Goodwin
Jared Goodwin
@baronfel Hah! I figured I was just missing something. :) That solution file wasn't supposed to be there. It was a copy/paste mistake. Thanks for your loaning me your eyes,...
TIL! Thanks for the tip! That will definitely be useful in the future.
I'm also experiencing this in a new MAUI Blazor app. I want to style an element with "crosshair" cursor, or load one from base64 (e.g. `cursor: url('data:image/png;base64, {base64-encoded-image}')`), but neither...
@baronfel Thanks for the quick reply. Here you go! [msbuild.zip](https://github.com/user-attachments/files/17046808/msbuild.zip)
> Ok, this is a bug in both our parsing and our error reporting. If you set the `Type="tcp"` metadata on the `ContainerPort` then things should work. > > What's...
Perhaps I spoke too soon. It's working for the API template project. For my actual project at work, I'm getting:  The end goal is to get `azd up` to...
> this error is a bug in .NET 8.0.400 and .NET 9 preview 7 that you should be able to resolve by updating to 8.0.401 and/or .NET 9.0.100-rc.1 Awesome. Thanks...
@javiercn I've been trying to find answers to this issue that appeared in .NET 10, and I saw a couple GitHub issues that were closed without resolution. With all due...