dotnet-maui-check icon indicating copy to clipboard operation
dotnet-maui-check copied to clipboard

Check for NuGet feed?

Open jamesmontemagno opened this issue 4 years ago • 5 comments

One common issue is that people don't have the nuget feed setup. Can we do that?

jamesmontemagno avatar May 27 '21 03:05 jamesmontemagno

Met this problem

HenJigg avatar May 27 '21 16:05 HenJigg

Because of the problem caused by nuget.config, modify maui-preview in nuget.config to solve

HenJigg avatar May 27 '21 16:05 HenJigg

I know it is in the getting started guide, but a bit tricky to find https://github.com/dotnet/maui/wiki/Getting-Started

jamesmontemagno avatar May 27 '21 22:05 jamesmontemagno

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:

image

Alas, this not solve the issue if, like on maui samples, there is a NuGet.config file with a <clear /> comand 😢

ncarandini avatar May 30 '21 10:05 ncarandini

Yeah, we should add it into the wiki now with VS support dropping, previously it was only only cli

jamesmontemagno avatar May 31 '21 23:05 jamesmontemagno