happyspider
happyspider
CC#
Created by Robin Lindner on 1/10/2023 in #help
❔ Docker + .NET [open / unresolved]
You could also try RUN curl https://myFeed/.../nuget/v3/index.json in your container
10 replies
CC#
Created by Robin Lindner on 1/10/2023 in #help
❔ 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
CC#
Created by Leonardo on 1/9/2023 in #help
❔ 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