@@ -233,6 +233,9 @@ dotnet_diagnostic.IDE0055.severity = warning
233
233
# IDE0059: Unnecessary assignment to a value
234
234
dotnet_diagnostic.IDE0059.severity = warning
235
235
236
+ # IDE0062: Make local function static
237
+ dotnet_diagnostic.IDE0062.severity = warning
238
+
236
239
# IDE0073: File header
237
240
dotnet_diagnostic.IDE0073.severity = warning
238
241
file_header_template = Licensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the MIT license.
@@ -285,6 +288,8 @@ dotnet_diagnostic.IDE0044.severity = suggestion
285
288
dotnet_diagnostic.IDE0051.severity = suggestion
286
289
# IDE0059: Unnecessary assignment to a value
287
290
dotnet_diagnostic.IDE0059.severity = suggestion
291
+ # IDE0062: Make local function static
292
+ dotnet_diagnostic.IDE0062.severity = suggestion
288
293
289
294
# CA2016: Forward the 'CancellationToken' parameter to methods that take one
290
295
dotnet_diagnostic.CA2016.severity = suggestion
@@ -298,6 +303,8 @@ dotnet_diagnostic.CA1822.severity = silent
298
303
dotnet_diagnostic.IDE0011.severity = silent
299
304
# IDE0055: Fix formatting
300
305
dotnet_diagnostic.IDE0055.severity = silent
306
+ # IDE0062: Make local function static
307
+ dotnet_diagnostic.IDE0062.severity = silent
301
308
# IDE0161: Convert to file-scoped namespace
302
309
dotnet_diagnostic.IDE0161.severity = silent
303
310
0 commit comments