Bryan Roth

Results 34 comments of Bryan Roth

@matteobortolazzo So I've put together some code that effectively removes the Kludge/Fix and it no longer freezes for me on iOS. I dug around in here and X.Forms trying to...

> @bakerhillpins can you target `dev` instead of `master` please? Done.

Ok, I've added a simple demo project. It's actually highlighted another problem with the Code generator for this error: All you have to have is the text `.UseMauiCommunityToolkit()` somewhere in...

@pictos This issue is not resolved. It would appear that you didn't read the issue description as the problem reported has to do with transient references to the library and...

Please don't let this die on the vine, The fact that I am forced to register the toolkit at the top level of my application breaks my decoupled application framework...

@bijington My source generator knowledge is limited, though I have authored some for our development chain, and I do believe that this will be a difficult problem to solve. I...

@pictos My understanding is that Source Generators are based in the [ Roslyn Analyzer arch](https://docs.microsoft.com/en-us/dotnet/csharp/roslyn-sdk/source-generators-overview). So same basic premise behind both.

> if the user is doing something fancy he/she can disable our analyzer easily, as you can see in the screenshot below: @pictos If I understand you correctly you're suggesting...

> @bakerhillpins if in your lib, you don't call the `UseMauiCommunityToolkit` and the application developer call that method on the `MauiProgram` class, will the lib work? Or is it required...

> I can't speak for all of the maintainers but I believe there is still value in keeping this feature especially as we have not had an issue raised where...