Wz
❔ Can't use .Net on Linux mint
The doc has a link to https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual
5 replies
✅ [JsonProprety] isn't being respected ASP.NET Core
Change all the JsonProperty to FromForm
https://learn.microsoft.com/en-us/aspnet/core/mvc/models/model-binding?view=aspnetcore-7.0#model-binding-simple-and-complex-types
10 replies
❔ FileNotFoundException for NuGet Pkg in Az Function App
v4 supports net6 unless you use isolated worker process https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide#supported-versions
6 replies
✅ DevOps .net core publish error
You can clear the cache with https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-nuget-locals
212 replies
✅ httpclient get download stream in blazor
You’re probably hitting https://github.com/dotnet/runtime/issues/79238
5 replies