Hi,
Ready to Run is a feature in .NET Core 3.0 and later where assemblies are precompiled for faster loading (see https://docs.microsoft.com/en-us/Dotnet/core/deploying/ready-to-run). However, when we compile with Ready…...com/en-us/dotnet/core/deploying/ready-to-run...command we run (on Windows): dotnet publish -r win-x64 -p:PublishReadyToRun=true...