Yunus Efendi

Results 3 issues of Yunus Efendi

I am trying to understand the generated code and found out that there is `List? _disposables;` which keeps the `IDisposable` object from the service, but I think that also causes...

### Description setting `MauiXamlCValidateOnly` to false not working on Debug configuration, log: ``` Set Property: _MauiXamlCValidateOnly=False Set Property: _MauiXamlCValidateOnly=True other logs ValidateOnly=True. Skipping writing assembly. ``` Looking at the [source](https://github.com/dotnet/maui/blob/a2947dfcce1e2629fe1946b120070f3c38ce0bb0/.nuspec/Microsoft.Maui.Controls.targets#L145-L147),...

t/bug
area/Xaml </>

### Android application type Android for .NET (net6.0-android, etc.) ### Affected platform version .NET 6.0.100, net6.0-android31 (31.0.101-preview.11.117) ### Description I am trying to use google ad [Xamarin.GooglePlayServices.Ads.Lite](https://www.nuget.org/packages/Xamarin.GooglePlayServices.Ads.Lite/) but having an...