bytecodealliance / bytecodealliance/componentize-dotnet
Error when running in Visual Studio
- Lenguaje dominante
- C#
- Estrellas
- 147
- Forks
- 18
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
With the following csproj file:
```
```
I can build using dotnet build at the command line (or terminal in VS Code), but in Visual Studio, I get the following error:
```
Failed to restore C:\repo\componentize-dotnet-demo\componentize-dotnet-demo\Ais.Net.Receiver.Host.Wasi\Ais.Net.Receiver.Host.Wasi.csproj (in 781 ms).
NuGet package restore failed. Please see Error List window for detailed warnings and errors.
1>C:\Program Files\dotnet\sdk\9.0.200\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(237,5): error NETSDK1067: Self-contained applications are required to use the application host. Either set SelfContained to false or set UseAppHost to true.
1>Done building project "Ais.Net.Receiver.Host.Wasi.csproj" -- FAILED.
```
But if I add the following package in, it builds fine in Visual Studio:
Guía de contribución
Línea de trabajo
Start with the shown .csproj package references and compare command-line versus Visual Studio restore, then inspect Microsoft.NET.RuntimeIdentifierInference.targets at the reported line and the SDK package's restore/build integration. Done means Visual Studio restores and builds with the original references, without the additional Microsoft.DotNet.ILCompiler.LLVM update.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- csharp, wasm
- Área
- build-system
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100