Fehler beim Veröffentlichen auf aws lambda: NETSDK1096: Die Optimierung von Assemblys für die Leistung ist fehlgeschlageC#

Ein Treffpunkt für C#-Programmierer
Anonymous
 Fehler beim Veröffentlichen auf aws lambda: NETSDK1096: Die Optimierung von Assemblys für die Leistung ist fehlgeschlage

Post by Anonymous »

Ich habe den folgenden Fehler:

Code: Select all

API.Usuario -> C:\Users\Guilherme Campos\Meus Projetos\BlackJack\Back-end\API.Usuario\bin\Release\net6.0\linux-x64\API.Usuario.dll
(x86)\dotnet\sdk\6.0.412\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets(464,5): error :    at ILCompiler.Program.RunSingleCompilation(Dictionary`2 inFilePaths, InstructionSetSupport instructionSetSupport, String compositeRootPath, Dictionary`2 unrootedInputFilePaths, HashSet`1 versionBubbleModulesHash, CompilerTypeSystemContext typeSystemContext) [C:\Users\Guilherme Campos\Meus Projetos\BlackJack\Back-end\API.Usuario\API.Usuario.csproj]
... publish: C:\Program Files (x86)\dotnet\sdk\6.0.412\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets(464,5): error :    at ILCompiler.Program.Run(String[] args) [C:\Users\Guilherme Campos\Meus Projetos\BlackJack\Back-end\API.Usuario\API.Usuario.csproj]
... publish: C:\Program Files (x86)\dotnet\sdk\6.0.412\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets(464,5): error :    at ILCompiler.Program.Main(String[] args) [C:\Users\Guilherme Campos\Meus Projetos\BlackJack\Back-end\API.Usuario\API.Usuario.csproj]
... publish: C:\Program Files (x86)\dotnet\sdk\6.0.412\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.CrossGen.targets(352,5): error NETSDK1096: Optimizing assemblies for performance failed. You can either exclude the failing assemblies from being optimized, or set the PublishReadyToRun property to false. [C:\Users\Guilherme Campos\Meus Projetos\BlackJack\Back-end\API.Usuario\API.Usuario.csproj]
ERROR: The dotnet publish command return unsuccessful error code
Error packaging up project in C:\Users\Guilherme Campos\Meus Projetos\BlackJack\Back-end\API.Usuario\. for CloudFormation resource AspNetCoreFunction: ERROR: The dotnet publish command return unsuccessful error code
Was soll ich in diesem Fall tun?
Ich hatte gehofft, dass ich die Version ändern müsste, ich habe die Änderung vorgenommen und nichts

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post