happyspider
❔ Docker + .NET [open / unresolved]
Have you tried to run
dotnet nuget add source -n wisfeed -u unused -p ${AZURE_DEVOPS_ACCESS_TOKEN} --valid-authentication-types basic --store-password-in-clear-text "https://myFeed/.../nuget/v3/index.json" \
&& dotnet nuget enable source wisfeed
dotnet restore "src/WIS.WebAPI.SharedServices/WIS.WebAPI.SharedServices.csproj"
on your machine with your proxy disabled?10 replies
❔ Timeout Issue - (SQL Server & CSharp)
A common cause for "I changed something and now everything is fast again" I saw is that query plans got regenareted. Sometimes a query plan is not optimal . If your performance is bad again just drop the query plans and check if performance is better. If thats the case you can investigate further.
4 replies