Skip to content

Commit 75e2d79

Browse files
v8.0.1
1 parent ff67d63 commit 75e2d79

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

.editorconfig

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ csharp_style_expression_bodied_operators = false:silent
9191
csharp_style_expression_bodied_properties = true:silent
9292

9393
# Pattern matching preferences
94-
csharp_style_pattern_matching_over_as_with_null_check = true
95-
csharp_style_pattern_matching_over_is_with_cast_check = true
96-
csharp_style_prefer_extended_property_pattern = true
97-
csharp_style_prefer_not_pattern = true
98-
csharp_style_prefer_pattern_matching = true
99-
csharp_style_prefer_switch_expression = true
94+
csharp_style_pattern_matching_over_as_with_null_check = true:suggestion
95+
csharp_style_pattern_matching_over_is_with_cast_check = true:suggestion
96+
csharp_style_prefer_extended_property_pattern = true:suggestion
97+
csharp_style_prefer_not_pattern = true:suggestion
98+
csharp_style_prefer_pattern_matching = true:silent
99+
csharp_style_prefer_switch_expression = true:suggestion
100100

101101
# Null-checking preferences
102102
csharp_style_conditional_delegate_call = true
@@ -274,6 +274,8 @@ dotnet_diagnostic.SA1108.severity = silent
274274
dotnet_diagnostic.SA1012.severity = error
275275
dotnet_diagnostic.SA1500.severity = error
276276
dotnet_diagnostic.SA1316.severity = error
277+
csharp_prefer_system_threading_lock = true:suggestion
278+
dotnet_diagnostic.MA0132.severity = error
277279

278280
[*.{cs,vb}]
279281
dotnet_style_operator_placement_when_wrapping = beginning_of_line
@@ -297,4 +299,5 @@ dotnet_style_predefined_type_for_locals_parameters_members = true:silent
297299
dotnet_style_require_accessibility_modifiers = for_non_interface_members:silent
298300
dotnet_code_quality_unused_parameters = all:suggestion
299301
dotnet_diagnostic.CA2200.severity = error
300-
dotnet_diagnostic.CA1012.severity = error
302+
dotnet_diagnostic.CA1012.severity = error
303+
dotnet_style_namespace_match_folder = true:suggestion

Analogy.LogViewer.NLog.Targets/Analogy.LogViewer.NLog.Targets.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<RepositoryUrl>https://github.com/Analogy-LogViewer/Analogy.LogViewer.NLog.Targets</RepositoryUrl>
88
<PackageProjectUrl>https://github.com/Analogy-LogViewer/Analogy.LogViewer.NLog.Targets</PackageProjectUrl>
99
<PackageIcon>AnalogyNlog.png</PackageIcon>
10-
<VersionPrefix>8.0.0.0</VersionPrefix>
10+
<VersionPrefix>8.0.1.0</VersionPrefix>
1111
<VersionSuffix></VersionSuffix>
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Analogy.LogServer.Clients" Version="8.0.0" />
15+
<PackageReference Include="Analogy.LogServer.Clients" Version="8.0.1" />
1616
<PackageReference Include="Analogy.LogViewer.Interfaces" Version="8.0.0" />
1717
<PackageReference Include="NLog" Version="5.3.4" />
1818
</ItemGroup>

0 commit comments

Comments
 (0)