FoggyFinder
FoggyFinder
> I think the issue is there is a bug: xamarin/Xamarin.Forms#8497 @mattleibow I see. Almost 3 weeks past without any responses and I have feeling that it won't be changed...
> But for our requirement, we need to create a typeface for every looping Why do you need it though?
any updates? logs shows "Error loading EGL entry points: libGLESv2.dll" message
One could try to use `` until it's properly fixed
it works for me without forking with reference to `` but alas with aot enabled I get > ILCompiler.NativeAotFatalErrorException: ILC: error IL1013: Error processing '...\Roots.xml'. > ---> Internal.TypeSystem.TypeSystemException+FileNotFoundException: Failed to...
> Internal.TypeSystem.TypeSystemException+FileNotFoundException: Failed to load assembly 'Microsoft.Web.WebView2.Core.Projection' I had to remove `` from `TrimmerRootDescriptor` to get rid of this error
and now I get runtime exception when aot is enabled: > System.NotSupportedException: COM Interop requires ComWrapper instance registered for marshalling. > at System.Runtime.InteropServices.ComWrappers.ComInterfaceForObject(Object instance) + 0x73 > at System.Runtime.InteropServices.ComWrappers.ComInterfaceForObject(Object instance,...
any updates? without a fix it's impossible to use ICustomDrawOperation
> @FoggyFinder please ask this in the linked dependency issue. @timunie not confident issue you've mentioned is related. TS wrote - "If i make the method synchronous by taking out...
Q: how to execute something on render thread ? ```csharp public void Render(ImmediateDrawingContext context) { var leaseFeature = context.TryGetFeature(); if (leaseFeature is not null) { using var lease = leaseFeature.Lease();...