Youssef Victor
Youssef Victor
[Gallery][WASM]NavigationBar- 'Bell', 'Share', 'Search' Icon is missing on 'First and 'Second Page'.
I'm not able to reproduce this.  @sakshi173 Can you confirm if that's still an issue?
I think this is caused by the hard-coded "LightGray" backgrounds in https://github.com/unoplatform/Uno.Gallery/blob/1127c09904e889f2265934db3d03ca1e0cbc99e6/Uno.Gallery/Uno.Gallery.Shared/Views/NestedPages/MaterialTopBarSampleNestedPage.xaml
@Darsh0307 I think it should depend on the theme.
Thanks for the very fast reply @devlead. Are you referring to https://cakebuild.net/api/Cake.Common.Tools.DotNet/DotNetAliases/47CF9794 ? The `DotNetTestSettings` seems to be VSTest-oriented. So currently MTP users will likely need to construct all the...
@devlead Yes it's possible to manually write all arguments, but I think it would be nice if there is a built-in support similar to the level of support for VSTest....
This may need some work on a design. For example, `TestAdapterPath` is not supported in MTP, as it's not relevant to the way MTP works. `Loggers` as well. For example,...
Please note that in .NET 10 SDK, there is a new `dotnet test` implementation that's specifically made for MTP, which doesn't require the extra `--`. It will be opt-in via...
It's mentioned in `[dotnet test command - .NET CLI](https://learn.microsoft.com/dotnet/core/tools/dotnet-test) and [Testing with 'dotnet test'](https://learn.microsoft.com/dotnet/core/testing/unit-testing-with-dotnet-test)
Note: dotnet.config was replaced by global.json.
Where does it support stuff like TRX report etc similar to VSTest? I don't see any mentions of `--report-trx` in the codebase, but I do see `--logger trx`. I think...