Gerald Versluis

Results 640 comments of Gerald Versluis

@mattleibow this is something you requested in #9361 would you maybe have a look?

Definitely there is some caching going on with this sometimes. Would you be able to confirm if you do a clean, rebuild, maybe delete your bin & obj folders and...

It would be _really_ helpful to get a reproduction project together with some screenshots or a screen recording of what you're seeing. Without it, this is going to be really...

MessagingCenter is mostly still here for compatibility reasons. Also see #3880 and #8765. You will probably want to use a replacement. The one in the .NET Community Toolkit is very...

Absolutely agree. As you can see in the linked PRs we were working on that, but somehow we didn't get to it yet. But I agree that it should be...

I think it might still be a tooling issue? Probably, maybe the loading of all this is different because it's a workload and not an actual NuGet?

@javiercn as mentioned in the [Docs](https://docs.microsoft.com/dotnet/maui/windows/deployment/overview#publish) for this > Attempting to publish a .NET MAUI solution will result in the dotnet publish command attempting to publish each project in the...

@javiercn the command you stated above does not reflect specifying the csproj. If you do not specify that explicitly it will try to publish the sln (or maybe each project...

Let's put it this way: I have never seen it work if you don't specify the csproj explicitly :) This might be a good test case and if it appears...

Hm that's strange then. In that case I need to dive into it again for a bit! Thanks for the investigation on your part!