Youssef Victor

Results 913 comments of Youssef Victor

@xperiandri Yes. For now, the two workarounds are: - Add `[ForceUpdateAttribute(false)]` to the page. - Delete the commented out code (you still have 0 `x:Bind`s). The bug is the fact...

This needs to be re-evaluated after https://github.com/unoplatform/uno/pull/18261/

https://github.com/unoplatform/uno/pull/18261/ should be the killer for this epic, hopefully.

This may be fixed in https://github.com/unoplatform/uno/pull/18261/

The issue here is likely to be that we invalidate the drawing in `OnInvalidateMeasure`. But it's unclear then which can happen first. The measure or the drawing. If Android did...

> Guessing this is added to the service provider later? Correct. The banner is displayed during `TestApplicationBuilder.BuildAsync` while the `IClientInfo` is added during `ITestApplication.RunAsync`. For console, `IClientInfo` is static and...

@thomhurst Can I have more insights for the motivation to need this as part of the banner?

It depends exactly on what kind of capability and "when" `MySpecificFeatureCapability.IsSupported` is getting called. Note that if the capability is created early, but `IsSupported` is called later, you can pass...

@nohwnd Aside from the failures in CI caused by MissingMethodException for the removed API (because we use last MSTest from test-tools but we use MTP from the current build), are...

@RobSwDev If we took the breaking change, it should still be easy enough to create your custom STATestMethod, but inherit directly from TestMethodAttribute instead of STATestMethodAttribute. But I would like...