Tag: dotnet core
-
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…
-
Creating a new .NET Core application using the dotnet command line
.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS, and Linux, and can be used in device, cloud, and embedded/IoT scenarios. This is a simple guide to get you started with .NET Core by creating a simple Web API template using…