Skip to content

Commit 45facc8

Browse files
committed
refs or cleanup
1 parent c0d3784 commit 45facc8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

src/.editorconfig

Lines changed: 1 addition & 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

src/Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<PackageVersion Include="NUnit3TestAdapter" Version="4.6.0" />
1111
<PackageVersion Include="ProjectDefaults" Version="1.0.141" />
1212
<PackageVersion Include="SixLabors.ImageSharp" Version="3.1.5" />
13-
<PackageVersion Include="Verify" Version="28.0.0" />
13+
<PackageVersion Include="Verify" Version="28.1.1" />
1414
<PackageVersion Include="Verify.DiffPlex" Version="3.1.2" />
15-
<PackageVersion Include="Verify.Nunit" Version="28.0.0" />
15+
<PackageVersion Include="Verify.Nunit" Version="28.1.1" />
1616
</ItemGroup>
1717
</Project>

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)