Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

PublishReadyToRun (AOT) compilation causes icons table to be shifted. #3

Open
OsaPL opened this issue Mar 16, 2022 · 2 comments
Open
Assignees
Labels
bug Something isn't working needs repro A reproducible example is needed

Comments

@OsaPL
Copy link

OsaPL commented Mar 16, 2022

Expected:
image

After publishing with <PublishReadyToRun>true</PublishReadyToRun>
image

@SKProCH SKProCH added the bug Something isn't working label Apr 17, 2022
@SKProCH
Copy link
Member

SKProCH commented Apr 17, 2022

Hello, @OsaPL
Sorry for long answer, I was not aware of the existence of this issue.
I will try to reproduce this problem and fix it in the next week as I have time off from work

@SKProCH SKProCH self-assigned this Aug 9, 2022
@SKProCH
Copy link
Member

SKProCH commented Aug 9, 2022

Greetings again, @OsaPL @KrzysztofDusko.
Finally got my hands on this issue, and I can't reproduce it. I tried to play it by compiling Demo - dotnet publish -c Release -r win-x64 -p:PublishReadyToRun=true
TargetFramework - netcoreapp3.0
image

And created a separate project, net6.0, also everything is fine:
image
image

Also, i try to replace -p:PublishReadyToRun=true in publish command with <PublishReadyToRun>true</PublishReadyToRun> in .csproj, but nothing changed.

Please, provide a reproduceable example.

@SKProCH SKProCH added the needs repro A reproducible example is needed label Aug 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working needs repro A reproducible example is needed
Projects
None yet
Development

No branches or pull requests

2 participants