Convention for auto-discovering internal nuget server(s)
I'm deploying a tool to (technical) end users that uses linqpad as the UI. Before they can user it, we first have to tell them how to configure our internal nuget server.
I'd be great if there was a simple convention for discovering local nuget server(s), so this didn't have to be done manually.
I'm thinking of something a simple as - for domain-joined PCs - a probe to a server called 'nuget' (ie using the same DNS suffix), that just checks if it's responds validly using the nuget API. This could be a 'prompt on first install' action (or even a menu option), if user-consent was required.