#.NET Core
4 posts tagged with “.NET Core”.
-
Using Azure Managed Identity with .Net Core on Azure DevOps Agents
During my last project I needed to run some integration test written in .Net Core 2.2 in an Azure Devops Pipeline. The code needed some secrets from an Azure KeyVault and doing some other stuff on
-
Solve “System.Threading.Tasks.TaskCanceledException : The operation was canceled. ” on Ubuntu 18.04 in .Net Core 2.2
I am running some .Net Core 2.2 (at the moment of writing version 2.2.301) integration test in Azure DevOps (ADO) running on my private Linux Ubuntu 18.04 agents.The tests are quiet simple, just call
-
Demystifying .NET Core SDK versions
Last night I was developing some code in .NET Core for the Dutch Azure Meetup and I was (again) encountering versioning problems and unexpected behavior. I found this blog post which describes in
-
Solve 401 (Unauthorized) error when restoring packages using VSTS Package Management and .NET Core
For the quick answer jump directly to the conclusion Yesterday I was setting up the build for an ASP .NET Core (Web API) application I wrote, this application was using a package from the VSTS