Glen Stone
Glen Stone
@jberezanski Speaking of packages for MAUI, I noticed that in the Visual Studio Installer the "Mobile development with .NET" workload seems to have been renamed/replaced with ".NET Multi-platform App UI...
@timunie I added `https://nuget-feed-nightly.avaloniaui.net/v3/index.json` to package sources, changed my "AvaloniaVersion" property to `11.1.999-cibuild0042556-beta`, deleted "bin" and "obj" folders and rebuilt. Unfortunately, I see the same results.
Based on my observation that using DevTools to change the TextAlignment, then change it back again fixes the issue, I've added the following workaround to `MainView.axaml.cs`: ```csharp protected override void...
@timunie thanks for the suggestion. `InvalidateArrange()` didn't work but `InvaidateMeasure()` did! Debugging Avalonia will have to wait until I can allocate some time for that. It seems like grid length...
This issue seems to be resolved for me with 11.2.0-rc2 and 11.2.0 final.
Hi @tpodolak, thanks for the answer! I did not think to look for the InternalsVisibleTo attribute, but that makes total sense. > I will take a look if thats a...
I'm not that familiar with Roslyn or writing analyzers, but I think what you are saying is that NSubstitute can see this constructor in Avalonia.Base.dll at runtime, but NSubstitute.Analyzers can't...