Skip to content

Release v21.14.3

Choose a tag to compare

@github-actions github-actions released this 14 Aug 12:56
bf3f5e8

Fixed

  • Fixed the TypeScript proxy generator producing a different module layout for the same C# source depending on whether the project was built Debug or Release — an enum declared in its own file could end up as its own module in one configuration and folded into a neighbouring module in the other, with whichever configuration was built last deleting the other's output from disk (#2547)