.NET

Posts touching anything regarding dotnet, including .NET 5, dotnet core, and more.

Solution: Unable to find .deps.json when running .NET 5 tests in Azure DevOps Members Public

I recently upgraded some projects to .NET 5 from the previous .NET Core 3.x versions I had running. My projects utilize xUnit, and I run them from Azure DevOps. However, when I upgraded my projects, and modified the build definition accordingly with the latest NuGet installer, and the latest

Tobias Zimmergren
Tobias Zimmergren
AzureAzure DevOps.NET

Use Application Insights for Worker Service applications in .NET Core console apps, containers, and any non-HTTP apps Members Public

Relying on Application Insights [https://docs.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview] to provide great data has always been a core component of anything I create. Recently, I upgraded my projects to .NET Core 3.1 [https://dotnet.microsoft.com/download/dotnet-core/3.1], and in few cases I

Tobias Zimmergren
Tobias Zimmergren
AzureApplication Insights.NET

Solving ASP.NET Core running on Azure App Service causing 500.30 ANCM In-Process Start Failure Members Public

Recently I attempted to re-deploy and replicate some of the infrastructure I have running and deploy the same version of the source to a new Slot in an Azure App Service. I hit the error message below: Azure App Service presenting the 500.30 error message on ASP.NET Core

Tobias Zimmergren
Tobias Zimmergren
Azure.NETASP.NET

Running .NET 5 on Azure App Services Members Public

I recently had a few discussions about some heavily-loaded Blazor apps I've built. They are all running on .NET Core 3.1, but I am attempting to get them up to .NET 5 (Preview). In these discussions, it came up that it wasn't at the time

Tobias Zimmergren
Tobias Zimmergren
AzureApp Service.NET

Installing .NET 5 using winget, the Windows Package Manager Members Public

See how to use the Windows Package Manager, winget, to download and install .NET 5.

Tobias Zimmergren
Tobias Zimmergren
winget.NETWindows

ASP.NET Core Blazor with SignalR breaks when used with Cloudflare's HTML minification Members Public

If you are building web applications with ASP.NET Core Blazor, make sure you do not remove the HTML comments. Avoid HTML minification, otherwise the web sockets used for SignalR does not work.

Tobias Zimmergren
Tobias Zimmergren
Azure.NETSignalR

Code analysis tools for Azure developers coding in .NET Core Members Public

I love automation. Part of the glory of seeing a green build is to also know that it has passed some type of quality gates. In this post I'll talk a bit about some of my favorite Code Analysis tools for .NET Core. I use them in both

Tobias Zimmergren
Tobias Zimmergren
AzureSecuritycode analysis

Re-use service instances by Implementing Dependency Injection in Azure Functions Members Public

Imagine you have a Function App that has multiple Functions deployed. It's a common scenario, and depending on how you've built the architecture for the solution, it can come in handy to use Dependency Injection to instantiate a service once when the Function App (host) starts

Tobias Zimmergren
Tobias Zimmergren
AzureAzure Functions.NET
Page 1 of 4 Next

Hi, I'm Tobias 👋

Tobias Zimmergren profile picture

Find out more about me.

Recent comments

Mastodon