#C#
2 posts tagged with “C#”.
-
Using Azure Managed Identity with .Net Core on Azure DevOps Agents
Run .NET Core code that uses Azure Managed Identity and the AppAuthentication library on Azure DevOps hosted and private agents, with MSI workarounds.
-
Solve “System.Threading.Tasks.TaskCanceledException : The operation was canceled. ” on Ubuntu 18.04 in .Net Core 2.2
Fix TaskCanceledException 'The operation was canceled' in .NET Core 2.2 HttpClient on Ubuntu 18.04 by installing the self-signed root certificate.