dotnet --info:
SDK de .NET Core (reflejando cualquier global.json):
Version: 2.2.105
Commit: 7cecb35b92
Entorno de tiempo de ejecución:
OS Name: ubuntu
OS Version: 18.04
OS Platform: Linux
RID: ubuntu.18.04-x64
Base Path: /usr/share/dotnet/sdk/2.2.105/
Host (useful for support):
Version: 2.2.3
Commit: 6b8ad509b6
.NET Core SDKs installed:
2.2.105 [/usr/share/dotnet/sdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.All 2.2.3 [/usr/share/dotnet/shared/Microsoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.2.3 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 2.2.3 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
To install additional .NET Core runtimes or SDKs:
https://aka.ms/dotnet-download
我像站点Install .NET Core SDK on Linux Ubuntu 18.04 x64一样安装了dotnet sdk。
然后,我在/ home中创建了一个文件夹,并且:
dotnet新控制台:
La plantilla "Console Application" se creó correctamente.
Procesando acciones posteriores...
Ejecutando "dotnet restore" en /home/andysierra/programacion/c#/dotnet/dotnet.csproj...
Restaurando paquetes para /home/andysierra/programacion/c#/dotnet/dotnet.csproj...
/usr/share/dotnet/sdk/2.2.105/NuGet.targets(114,5): error : Central Directory corrupt. [/home/andysierra/programacion/c#/dotnet/dotnet.csproj]
/usr/share/dotnet/sdk/2.2.105/NuGet.targets(114,5): error : Invalid argument [/home/andysierra/programacion/c#/dotnet/dotnet.csproj]
No se pudo llevar a cabo la restauración.
No se pudo ejecutar la acción posterior.
Descripción: Restore NuGet packages required by this project.
Instrucciones manuales: Run 'dotnet restore'
出现中央目录损坏错误(和其他一些错误)。
然后当我写:
dotnet运行:
/usr/share/dotnet/sdk/2.2.105/NuGet.targets(114,5): error : Central Directory corrupt. [/home/andysierra/programacion/c#/dotnet/dotnet.csproj]
/usr/share/dotnet/sdk/2.2.105/NuGet.targets(114,5): error : Invalid argument [/home/andysierra/programacion/c#/dotnet/dotnet.csproj]
No se pudo llevar a cabo la compilación. Corrija los errores de compilación y vuelva a ejecutar el proyecto.
它什么也没运行,什么.NET东西需要修复?