Check for NuGet feed?
One common issue is that people don't have the nuget feed setup. Can we do that?
Met this problem
Because of the problem caused by nuget.config, modify maui-preview in nuget.config to solve
I know it is in the getting started guide, but a bit tricky to find https://github.com/dotnet/maui/wiki/Getting-Started
Instead of using the suggested CLI commands for each new MAUI project, woudn't be better to add the source directly to the Visual Studio? It would be really nice if maui-check could suggest it and do it on user approval. I did it by myself and (as expected) it works fine for every MAUI project I work with:

Alas, this not solve the issue if, like on maui samples, there is a NuGet.config file with a <clear /> comand 😢
Yeah, we should add it into the wiki now with VS support dropping, previously it was only only cli