Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

673
Views
dotnet run no funciona después de la actualización a dotnet 6

Actualicé ayer de .Net 5 a .Net 6 y ahora mis proyectos no pueden comenzar con dotnet run . Entonces me sale el error:

 Building... warn: Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer[5] The ASP.NET Core developer certificate is in an invalid state. To fix this issue, run the following commands 'dotnet dev-certs https --clean' and 'dotnet dev-certs https' to remove all existing ASP.NET Core development certificates and create a new untrusted developer certificate. On macOS or Windows, use 'dotnet dev-certs https --trust' to trust the new certificate. fail: Microsoft.AspNetCore.Server.Kestrel.Core.KestrelServer[4] The ASP.NET Core developer certificate is in an invalid state. To fix this issue, run the following commands 'dotnet dev-certs https --clean' and 'dotnet dev-certs https' to remove all existing ASP.NET Core development certificates and create a new untrusted developer certificate. On macOS or Windows, use 'dotnet dev-certs https --trust' to trust the new certificate.

Intenté todos los pasos para eliminar/limpiar y volver a crear, pero eso no ayuda. El servidor se inicia pero no es posible la conexión desde un navegador.

Yo uso Mac OS 11

¿Alguien tiene una idea?

over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Agregue <UseAppHost>false</UseAppHost> debajo del elemento <PropertyGroup> de su archivo de proyecto. Para obtener más información sobre este (con suerte) problema temporal, consulte aquí

over 4 years ago · Santiago Trujillo Report

0

Tuve que eliminar todos los SDK anteriores a 3.1.4xx ya que estoy trabajando en 3.1.x Solo después de eso funcionó el certificado de desarrollo recién generado.

Instalaré los SDK más adelante cuando trabaje en una versión más nueva de dotnet core.

Ubicación de MacOS = /usr/local/share/dotnet/sdk

MacOS versión 12.3 Monterrey

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!