File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919- Fix analyzer [ RCS1248] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1248 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1677 ) )
2020- Fix analyzer [ RCS1203] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1203 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1683 ) )
2121- Fix analyzer [ RCS1043] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1043 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1684 ) )
22+ - Fix analyzer [ RCS1213] ( https://josefpihrt.github.io/docs/roslynator/analyzers/RCS1213 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1686 ) )
23+ - Add unity method ` OnRectTransformDimensionsChange `
2224- Fix refactoring [ Check expression for null] ( https://josefpihrt.github.io/docs/roslynator/refactorings/RR0024 ) ([ PR] ( https://github.com/dotnet/roslynator/pull/1682 ) )
2325
2426## [ 4.14.0] - 2025-07-26
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ private static ImmutableHashSet<string> LoadMethodNames()
7373 "OnPostRender" ,
7474 "OnPreCull" ,
7575 "OnPreRender" ,
76+ "OnRectTransformDimensionsChange" ,
7677 "OnRenderImage" ,
7778 "OnRenderObject" ,
7879 "OnSerializeNetworkView" ,
You can’t perform that action at this time.
0 commit comments