Skip to content

Commit d828b44

Browse files
author
Anthony Simmon
authored
[IDP-3177] Manual dependency updates and automatic editorconfig updates (#78)
* [IDP-3177] Manual dependency updates and automatic editorconfig updates * Bump
1 parent 4082f21 commit d828b44

File tree

3 files changed

+24
-9
lines changed

3 files changed

+24
-9
lines changed

src/files/analyzers/Analyzer.Microsoft.CodeAnalysis.CSharp.CodeStyle.editorconfig

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,12 +207,12 @@ dotnet_diagnostic.IDE0048.severity = silent
207207

208208
# IDE0051: Remove unused private members
209209
# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0051
210-
# Enabled: True, Severity: suggestion
210+
# Enabled: True, Severity: silent
211211
dotnet_diagnostic.IDE0051.severity = suggestion
212212

213213
# IDE0052: Remove unread private members
214214
# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0052
215-
# Enabled: True, Severity: suggestion
215+
# Enabled: True, Severity: silent
216216
dotnet_diagnostic.IDE0052.severity = suggestion
217217

218218
# IDE0053: Use block body for lambda expression
@@ -380,6 +380,11 @@ dotnet_diagnostic.IDE0110.severity = warning
380380
# Enabled: True, Severity: silent
381381
dotnet_diagnostic.IDE0120.severity = silent
382382

383+
# IDE0121: Simplify LINQ expression
384+
# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0121
385+
# Enabled: True, Severity: silent
386+
dotnet_diagnostic.IDE0121.severity = silent
387+
383388
# IDE0130: Namespace does not match folder structure
384389
# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0130
385390
# Enabled: True, Severity: silent
@@ -505,6 +510,11 @@ dotnet_diagnostic.IDE0304.severity = suggestion
505510
# Enabled: True, Severity: silent
506511
dotnet_diagnostic.IDE0305.severity = suggestion
507512

513+
# IDE0306: Simplify collection initialization
514+
# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0306
515+
# Enabled: True, Severity: silent
516+
dotnet_diagnostic.IDE0306.severity = silent
517+
508518
# IDE0320: Make anonymous function static
509519
# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0320
510520
# Enabled: True, Severity: silent
@@ -515,6 +525,11 @@ dotnet_diagnostic.IDE0320.severity = silent
515525
# Enabled: True, Severity: silent
516526
dotnet_diagnostic.IDE0330.severity = suggestion
517527

528+
# IDE0340: Use unbound generic type
529+
# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide0340
530+
# Enabled: True, Severity: silent
531+
dotnet_diagnostic.IDE0340.severity = silent
532+
518533
# IDE1005: Delegate invocation can be simplified.
519534
# Help link: https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide1005
520535
# Enabled: True, Severity: silent

tests/Workleap.DotNet.CodingStandards.Tests/Workleap.DotNet.CodingStandards.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="CliWrap" Version="3.8.0" />
10+
<PackageReference Include="CliWrap" Version="3.8.2" />
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
1212
<PackageReference Include="xunit" Version="2.9.3" />
1313
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2">

tools/ConfigurationFilesGenerator/ConfigurationFilesGenerator.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Meziantou.Framework.FullPath" Version="1.0.15" />
11+
<PackageReference Include="Meziantou.Framework.FullPath" Version="1.0.16" />
1212
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.2" />
13-
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.12.0" />
14-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.12.0" />
15-
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" Version="4.12.0" />
16-
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.12.0" />
17-
<PackageReference Include="NuGet.Protocol" Version="6.13.1" />
13+
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.13.0" />
14+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.13.0" />
15+
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" Version="4.13.0" />
16+
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" Version="4.13.0" />
17+
<PackageReference Include="NuGet.Protocol" Version="6.13.2" />
1818
</ItemGroup>
1919

2020
</Project>

0 commit comments

Comments
 (0)