We have created a dll in VS and published it to nuget feed in Azure Devops. We are able to consume it in VS since it is in the same machine with the config file. However we were unable to find a way to use it in Synapse Spark C# notebooks. We tried following commands to use it in our notebook but it gives us authentication error.#i URL to json file#r "nuget:Tbss.Util.Log"
↧