How to identify the correct .sln or .csproj file to build?
it looks like the actual error when building what i believe to be the correct project file is:
error EXTEXP0001: 'Microsoft.Extensions.Http.Resilience.ResilienceHandler' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
error EXTEXP0001: 'Microsoft.Extensions.Http.Resilience.ResilienceHandler' is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
How to identify the correct .sln or .csproj file to build?
i can't post the code unfortunately, but i think the issue is i dont know what to target with dotnet build/dotnet run
the error i get is something related to msbuild and there being too many project files to run?