JsonSerializerOptions global setting in .NET 8
Before .NET 8 setting global settings in an Azure Function used to work just fine. Now this same code doesn’t work in .NET 8 and Azure Functions v4:
Before .NET 8 setting global settings in an Azure Function used to work just fine. Now this same code doesn’t work in .NET 8 and Azure Functions v4: