Start Debugging
2023-06-14 Actualizado 2023-11-05 dotnet Edit on GitHub

dotnet new api -aot: '-aot' is not a valid option

Soluciona el error '-aot is not a valid option' usando la sintaxis correcta con doble guion: dotnet new api --aot.

La sintaxis correcta para generar un proyecto con AOT es --aot (con 2 guiones). En este caso particular, el comando correcto sería:

dotnet new api --aot

Comments

Sign in with GitHub to comment. Reactions and replies thread back to the comments repo.

< Volver