#.NET Core
4 posts tagged with “.NET Core”.
-
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.
-
Demystifying .NET Core SDK versions
How to pin a specific .NET Core SDK version with global.json, plus an overview mapping confusing SDK folder names to the .NET Core versions they install.
-
Solve 401 (Unauthorized) error when restoring packages using VSTS Package Management and .NET Core
Fix the 401 Unauthorized error when restoring VSTS Package Management feeds in a .NET Core build by switching to the NuGet Restore task on version 3.5.0.