JetBrains / JetBrains.Annotations

Annotations to increase the accuracy of JetBrains ReSharper/Rider code inspections
https://www.jetbrains.com/help/resharper/Code_Analysis__Code_Annotations.html
MIT License
34 stars 18 forks source link

Allow NoReorderAttribute to be used for partial classes to indicate w… #24

Closed estrizhok closed 1 year ago

estrizhok commented 1 year ago

Allow NoReorderAttribute to be used for partial classes to indicate which part (or parts) file layout should not be applied to. See also: RSRP-494304 NoReorder attribute cannot be used with partial classes.