Brady Kelly
Explore posts from servers✅ Troubleshooting MAUI build errors
I asked on StackOverflow and someone more observant than me pointed out that the build error referred to a
clr-namespace
with assembly=DevExpress.Maui.DataGrid:dxg:AdvancedColumnLayout.RowDefinitions
. Note the erroneously included xmlns
prefix :dxg:
in the assembly name.2 replies
Project skipped on Solution Build
Oh, sorry, I forgot to include them in the copy-paste. I moved the library classes back into the main project to work around that, and now if I add the library project back it builds this time, for Android and iOS targets.
Although I think the main problem is that the errors were caused by the class library not building and that output being missing to the main project build. There was an error for Android and for iOS about the metadata file not being found. The classic error when a missing assembly is referenced.
My question here was why was the library not building. That was what seemed to be cause of the errors.
3 replies
✅ Add NuGet packages to Git
I was kind of hoping I could let Git look after my packages locally, without pushing, but that won't happen this year. Restoring from git remote or from nuget both need a connection anyway, so I might as well give up on this one.
3 replies
✅ DataGrid Equivalent for MAUI
I'm not affiliate and normally find their products overly complex, but I found DevExpress is offering MAUI and Xamrin suites free of charge to anyone who registers for free on their site. Until end of May. It's not FOSS, but it's F.
2 replies
✅ Architecture in a MAUI project
I think this might prove useful to me, or anyone else with this question. https://raw.githubusercontent.com/dotnet-architecture/eBooks/main/current/maui/Enterprise-Application-Patterns-Using-.NET-MAUI.pdf
2 replies