Tag: dotnet
-
Failed to authenticate HTTPS connection. Conflicting certificates for localhost when using Visual Studio for Mac
Lately, I have been trying Visual Studio for Mac as this version of Visual Studio has evolved significantly. However, something I noticed is that since I don’t use it often, the local SSL certificates created by dotnet in the Mac get a bit screwy. There is a possibility that you might end up with a…
-
Create and Deploy a React App to Azure using .NET Core and Azure CLI on Mac
Prerequisites Install the .NET Core SDK. The .NET Core SDK includes the latest release of the .NET Core framework and runtime. Install Visual Studio Code for Mac. Install the Azure Command Line Interface (CLI) Getting Started In this tutorial, you’ll set up your Mac to do development using .NET Core and Azure. The tutorial also…