Youssef Victor
Youssef Victor
I tried a fix that didn't seem to work. https://github.com/unoplatform/uno/pull/13204
There is this curious behavior for DoubleCollection (and few others): 
The ContentDialog test change done in #17633 is caused by this issue. It may be best to revert the test change when this issue is resolved.
I think that's more the "hover" state, which happens because of the missing pointer exit event. The repro in the issue probably makes it more clear? In the first screenshot,...
ContentPresenter's code in WinUI actually pulls such properties from the parent, with one gotcha. If the parent is a PopupRoot, the logical parent is used. Otherwise, the visual parent is...
The assumption here isn't always true. It's possibly true for all SparseGroup DPs though. See findings in https://github.com/unoplatform/uno/pull/17766#issuecomment-2294936199
You should be able to do it when sending a request with `NavigateWithHttpRequestMessage`. You add UserAgent as a request header
It should be working in 17.13.5. The issue you are hitting seems to be https://github.com/nunit/nunit3-vs-adapter/issues/1241. The documentation looks misleading to me.
@DamianEdwards As this applies for normal projects, we should probably consider similar level of support for `dotnet test` for MTP?
@KirillOsenkov @baronfel Is this wanted for .NET 10? As current main is .NET 11, this needs a backport if it's needed for .NET 10.