Gerald Versluis

Results 640 comments of Gerald Versluis

I'm a bit confused. First you said it did work, then it didn't? 😄 Do you still need help with something here?

Hello there! Thanks for the report! I don't think the archiving UI is already completely done for .NET MAUI. I'm asking around about that so I will get back to...

Would you be able to post a little project that shows this behavior please? It seems a lot like #6717 does any of the info in there help you at...

Oh yes that's interesting, thank you @duraz0rz! @Dokug would you be able to confirm if you point to the csproj if it works then? I think somewhere in the linked...

This probably happens because we build against potentially internal versions that haven't been published to a public feed. Should go away when all the versions are released when we go...

Does this also happen whenever you don't involve the code for that StateContainer? And could you provide the repro as a GitHub repository, thanks!

I think this should be about it. Want to double-check with @davidbritch that we have everything we need like this

@HobDev no need, I think it's the same cause. @drasticactions it's a bit of a long shot, but I see Hot Reload, any idea how that ends up in the...

Could anywhere here that is experiencing this issue add the `-bl` switch to your command? For example `dotnet publish -f:net6.0-ios -c:Release /p:ServerAddress=192.168.1.43 /p:ServerUser=anupam /p:TcpPort=58181 /p:ArchiveOnBuild=true /p:_DotNetRootRemoteDirectory=/Users/anupam/Library/Caches/Xamarin/XMA/SDKs/dotnet/ /p:EnableAssemblyILStripping=true -bl` This will...