About 151,000 results
Open links in new tab
  1. c# - How to set ASPNETCORE_ENVIRONMENT to be ... - Stack …

    Jan 9, 2017 · 260 When I publish my ASP.NET Core web application to my local file system, it always takes the production-config and the ASPNETCORE_ENVIRONMENT variable with the …

  2. asp.net core - dotnet run OR dotnet watch with development …

    May 19, 2016 · I am using dotnet watch command to run asp.net core project. However, by default, it is picking up the Production as an environment. I have tried both options using: 1) …

  3. Visual Studio Code for .NET Framework - Stack Overflow

    Dec 8, 2017 · First thing, the more recent updates for Visual Studio Code do support building and debugging projects for the .NET Framework, but it is very limited. The GitHub page for …

  4. .net - dotnet dev-certs certificate not trusted - Stack Overflow

    Sep 22, 2020 · What do I have to do to get the certificate to work? For some reason, dotnet CLI might throw exception while we use dotnet dev-certs https --trust command to trust the HTTPS …

  5. Can you install and run apps built on the .NET framework on a Mac?

    I need to use/continue developing a desktop app developed using .NET on my Mac. Is there a .NET framework 4.0 available for Mac? Would this allow running and developing of .NET …

  6. asp.net - How to run 'dotnet dev-certs https --trust'? - Stack …

    Apr 3, 2019 · 4 Looks like this is a known issue with dotnet global tools and that specific command is only available for MacOS and Windows. See this issue on github: Issue 6066. It …

  7. c# - Can I disable ASP.NET (Core) authentication in a development ...

    You can bypass authorization in development environment by applying AllowAnonymousAttribute to your endpoints. .NET 6 (ASP.NET Core 6) and newer, dotnet new webapi template Use …

  8. How to get the Development/Staging/production Hosting …

    Sep 13, 2015 · Full explanation The .NET Core docs describe how to accomplish this. Use an environment variable called ASPNETCORE_ENVIRONMENT that's set to the environment …

  9. Dynamics 365 Solution which .NET version is used?

    Jul 20, 2023 · When installing .NET Framework 4.6.2 on your development computer, be sure to install the developer pack and not just the run-time. This will enable the 4.6.2 Framework to be …

  10. c# - Automatically set appsettings.json for dev and release ...

    Sep 22, 2017 · I've defined some values in my appsettings.json for things like database connection strings, webapi locations and the like which are different for development, staging …