|
144 | 144 | <data name="Add_braces_to_0_statement" xml:space="preserve"> |
145 | 145 | <value>Add braces to '{0}' statement.</value> |
146 | 146 | </data> |
| 147 | + <data name="Misplaced_using_directive" xml:space="preserve"> |
| 148 | + <value>Misplaced using directive</value> |
| 149 | + <comment>{Locked="using"} "using" is a C# keyword and should not be localized.</comment> |
| 150 | + </data> |
| 151 | + <data name="Move_misplaced_using_directives" xml:space="preserve"> |
| 152 | + <value>Move misplaced using directives</value> |
| 153 | + <comment>{Locked="using"} "using" is a C# keyword and should not be localized.</comment> |
| 154 | + </data> |
| 155 | + <data name="Using_directives_must_be_placed_inside_of_a_namespace_declaration" xml:space="preserve"> |
| 156 | + <value>Using directives must be placed inside of a namespace declaration</value> |
| 157 | + <comment>{Locked="using"} "using" is a C# keyword and should not be localized. {Locked="namespace"} "namespace" is a C# keyword and should not be localized.</comment> |
| 158 | + </data> |
| 159 | + <data name="Using_directives_must_be_placed_outside_of_a_namespace_declaration" xml:space="preserve"> |
| 160 | + <value>Using directives must be placed outside of a namespace declaration</value> |
| 161 | + <comment>{Locked="using"} "using" is a C# keyword and should not be localized. {Locked="namespace"} "namespace" is a C# keyword and should not be localized.</comment> |
| 162 | + </data> |
| 163 | + <data name="Warning_colon_Moving_using_directives_may_change_code_meaning" xml:space="preserve"> |
| 164 | + <value>Warning: Moving using directives may change code meaning.</value> |
| 165 | + <comment>{Locked="using"} "using" is a C# keyword and should not be localized.</comment> |
| 166 | + </data> |
147 | 167 | <data name="Use_expression_body_for_methods" xml:space="preserve"> |
148 | 168 | <value>Use expression body for methods</value> |
149 | 169 | </data> |
|
195 | 215 | <data name="Use_is_null_check" xml:space="preserve"> |
196 | 216 | <value>Use 'is null' check</value> |
197 | 217 | </data> |
| 218 | + <data name="Use_simple_using_statement" xml:space="preserve"> |
| 219 | + <value>Use simple 'using' statement</value> |
| 220 | + </data> |
| 221 | + <data name="using_statement_can_be_simplified" xml:space="preserve"> |
| 222 | + <value>'using' statement can be simplified</value> |
| 223 | + </data> |
198 | 224 | <data name="if_statement_can_be_simplified" xml:space="preserve"> |
199 | 225 | <value>'if' statement can be simplified</value> |
200 | 226 | </data> |
|
204 | 230 | <data name="default_expression_can_be_simplified" xml:space="preserve"> |
205 | 231 | <value>'default' expression can be simplified</value> |
206 | 232 | </data> |
| 233 | + <data name="Make_readonly_fields_writable" xml:space="preserve"> |
| 234 | + <value>Make readonly fields writable</value> |
| 235 | + <comment>{Locked="readonly"} "readonly" is C# keyword and should not be localized.</comment> |
| 236 | + </data> |
| 237 | + <data name="Struct_contains_assignment_to_this_outside_of_constructor_Make_readonly_fields_writable" xml:space="preserve"> |
| 238 | + <value>Struct contains assignment to 'this' outside of constructor. Make readonly fields writable</value> |
| 239 | + <comment>{Locked="Struct"}{Locked="this"} these are C#/VB keywords and should not be localized.</comment> |
| 240 | + </data> |
207 | 241 | <data name="Deconstruct_variable_declaration" xml:space="preserve"> |
208 | 242 | <value>Deconstruct variable declaration</value> |
209 | 243 | </data> |
210 | 244 | <data name="Variable_declaration_can_be_deconstructed" xml:space="preserve"> |
211 | 245 | <value>Variable declaration can be deconstructed</value> |
212 | 246 | </data> |
| 247 | + <data name="Local_function_can_be_made_static" xml:space="preserve"> |
| 248 | + <value>Local function can be made static</value> |
| 249 | + </data> |
| 250 | + <data name="Make_local_function_static" xml:space="preserve"> |
| 251 | + <value>Make local function 'static'</value> |
| 252 | + </data> |
213 | 253 | <data name="_0_can_be_simplified" xml:space="preserve"> |
214 | 254 | <value>{0} can be simplified</value> |
215 | 255 | </data> |
|
0 commit comments