gluck/il-repack

Exceptions aren't renamed?

johnterickson opened this issue · 3 comments

It looks like exceptions aren't renamed. Is this expected or should I fork and PR?

repro:
git clone https://github.com/microsoft/MSBuildCache.git
git checkout 8bc8b88c216f3854c5c256c794e5fe912717f6e0
dotnet build MSBuildCache.sln --configuration Release /bl

Image

We don't rename types marked as serializable but there's a command line option to override that

It's @KirillOsenkov! Thank you, sir :)

Ah looks like this was fixed in 2.026. I was on 2.025. Keep up the great work!