Closed aurnoi1 closed 10 months ago
I modified the sorting modifiers logic to only run on specific nodes to hopefully prevent something like this in the future. Thanks for reporting the problem, it'll be fixed in the coming release!
I confirmed that the but is fixed on my side in the last version 0.27.1. Thanks!
Hi,
When running chsharpier,
readonly ref
is changed toref readonly
causing error CS9190.Version dotnet: net8.0 Version csharpier: 0.26.7
Input:
Output:
Expected behavior:
Thanks!