Jaliya Udagedara

GitHub Activity

Jaliya Udagedara

Jaliya Udagedara

A Developer.

Recent Blog Posts

Azure DevOps: Azure Functions Core Tools Can't Find .NET 10 Installed by UseDotNet@2 Task on Windows Agents

November 13, 2025 11:28 AM

I was upgrading an Azure Durable Function Application from .NET 9 to .NET 10. Our Azure DevOps pipeline have a job that executes set of integration te...

Uri.TryCreate Cross-Platform Quirk: Windows vs. Linux

November 12, 2025 2:49 AM

Hope everyone’s having fun with .NET 10, C# 14 and Visual Studio 2026 from the .NET Conf 2025 announcements. I was upgrading a project to .NET 10 and ...

Running ASP.NET Core 3.1 Application Inside .NET 9 Container

November 10, 2025 7:46 AM

Recently, I needed to run a set of applications targeting ASP.NET Core 3.1 inside .NET 9 containers. I know, it’s just a couple of days before .NET Co...

EF Core 10.0: Global Query Filter Improvements

October 30, 2025 10:15 AM

In this post, let's have a look at some nice improvements in Global Query Filters in EF Core 10.0. We can use Global Query Filters at an entity level ...

EF Core 10.0: Support for Partially Updating JSON Columns with ExecuteUpdate/ExecuteUpdateAsync

October 29, 2025 9:01 AM

In this post, let’s explore a great new enhancement available in EF Core 10.0. EF Core 10.0 now supports partially updating JSON columns with ExecuteU...

.NET Isolated Azure Functions: Missing Worker Logs

October 28, 2025 6:29 AM

I recently seen this issue in a .NET Isolated Azure Function App, it was writing custom logs at Information level to Application Insights, but the log...