IngvarX/Camelot

ReadyToRun broke app

Closed this issue · 5 comments

dotnet publish -r win-x64 -c Release /p:PublishSingleFile=true /p:PublishTrimmed=true /p:PublishReadyToRun=true

if use this command in netcore 3.1 build fail
if use with 5.0 build sucsess but app not run at all with no messages

if u wanna may be assing for me

What build error do you have?

изображение
Failed to optimize assemblies for performance. You can exclude failed assemblies from optimization or set the property to false ...

Could you please retry using latest master? Also it looks like NET 5 SDK was used for building, it might not work at all

Closing this as not relevant anymore because Camelot uses .NET 6 now