Skip to content

Commit 18b4db8

Browse files
committed
refs or cleanup
1 parent 508e83e commit 18b4db8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

src/.editorconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ resharper_field_can_be_made_read_only_local_highlighting = none
200200
resharper_merge_into_logical_pattern_highlighting = warning
201201
resharper_merge_into_pattern_highlighting = error
202202
resharper_method_has_async_overload_highlighting = warning
203-
resharper_partial_type_with_single_part_highlighting = error
203+
resharper_partial_type_with_single_part_highlighting = warning
204204
resharper_redundant_base_qualifier_highlighting = warning
205205
resharper_redundant_cast_highlighting = error
206206
resharper_redundant_empty_object_creation_argument_list_highlighting = error
@@ -302,6 +302,8 @@ resharper_braces_for_for = required
302302

303303
resharper_return_value_of_pure_method_is_not_used_highlighting = error
304304

305+
resharper_all_underscore_local_parameter_name_highlighting = none
306+
305307
# Xml files
306308
[*.{xml,config,nuspec,resx,vsixmanifest,csproj,targets,props,fsproj}]
307309
indent_size = 2

src/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<PackageVersion Include="Polyfill" Version="7.2.0" />
2121
<PackageVersion Include="ProjectDefaults" Version="1.0.141" />
2222
<PackageVersion Include="System.Data.SqlClient" Version="4.8.6" />
23-
<PackageVersion Include="Verify" Version="28.0.0" />
23+
<PackageVersion Include="Verify" Version="28.1.1" />
2424
<PackageVersion Include="Verify.DiffPlex" Version="3.1.2" />
25-
<PackageVersion Include="Verify.NUnit" Version="28.0.0" />
25+
<PackageVersion Include="Verify.NUnit" Version="28.1.1" />
2626
<PackageVersion Include="Verify.SqlServer" Version="10.1.0" />
2727
<!-- explicit to avoid CVE -->
2828
<PackageVersion Include="System.Text.Json" Version="8.0.5" />

src/Shared.sln.DotSettings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
2+
<s:Boolean x:Key="/Default/Environment/Hierarchy/Build/SolutionBuilderNext/LogToFile/@EntryValue">False</s:Boolean>
3+
<s:String x:Key="/Default/Environment/Hierarchy/Build/SolutionBuilderNext/OutputVerbosityLevel/@EntryValue">Quiet</s:String>
24
<s:Boolean x:Key="/Default/CodeEditing/ContextActionTable/DisabledContextActions/=JetBrains_002EReSharper_002EIntentions_002ECSharp_002EContextActions_002EUseConfigureAwaitFalseAction/@EntryIndexedValue">True</s:Boolean>
35
<s:Boolean x:Key="/Default/CodeInspection/ExcludedFiles/FileMasksToSkip/=_002AMigrations_002A/@EntryIndexedValue">True</s:Boolean>
46
<s:Boolean x:Key="/Default/CodeInspection/ExcludedFiles/FileMasksToSkip/=_002A_002EDesigner_002Ecs/@EntryIndexedValue">True</s:Boolean>

0 commit comments

Comments
 (0)