Exceptions aren't renamed?
johnterickson opened this issue · 3 comments
johnterickson commented
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
KirillOsenkov commented
We don't rename types marked as serializable but there's a command line option to override that
johnterickson commented
It's @KirillOsenkov! Thank you, sir :)
johnterickson commented
Ah looks like this was fixed in 2.026. I was on 2.025. Keep up the great work!