If you’re developing Azure Functions, it may happen that you encounter this error : That often means that there’s an issue with your local.settings.json file. There are different ways that people might use to circumvent this error but I found for me that doing the following works everytime I have this error. That should do…
Category: Fixes
Error NETSDK1082 in Maui Blazor Hybrid App
If you ever encountered this error in your Maui Blazor hybrid App, this is probably due to authentication.It took me a while to find it out (more than I care to admit) mainly because I had serial issues with workload packages that I thought at first that it came from there. For me, it came…