2.32.0
What's Changed
- Remove @disabled tests in
ReplaceStackWithDequeTestby @greg-at-moderne in #840 - A couple of test cases in
RemoveExtraSemicolonsTestare no longer expected to fail by @greg-at-moderne in #841 - Fix compilation after new args added to Cs.CompilationUnit by @greg-at-moderne in #842
- Improve AnnotateNullableParameters to avoid duplicate annotations and annotation placement issues by @stefanodallapalma in #843
- Inline JavaTemplate fields at call sites by @timtebeek in #844
- Use
JavaTemplate.apply()static method by @timtebeek in #846 - Improve AnnotateNullableMethods to avoid duplicate annotations and annotation placement issues by @stefanodallapalma in #845
- Skip
InstanceOfPatternMatchfor try-with-resources casts by @timtebeek in #847
Full Changelog: v2.31.0...v2.32.0