Commit 481f954 1 parent ddc594c commit 481f954 Copy full SHA for 481f954
File tree 4 files changed +11
-4
lines changed
4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 12
12
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.7.2" />
13
13
<PackageReference Include =" NUnit" Version =" 3.13.3" />
14
14
<PackageReference Include =" NUnit3TestAdapter" Version =" 4.5.0" />
15
- <PackageReference Include =" coverlet.collector" Version =" 6.0.0 " >
15
+ <PackageReference Include =" coverlet.collector" Version =" 6.0.4 " >
16
16
<PrivateAssets >all</PrivateAssets >
17
17
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
18
18
</PackageReference >
Original file line number Diff line number Diff line change 1
1
<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 : String x : Key =" /Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateConstants/@EntryIndexedValue" >< Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> </s : String ></wpf : ResourceDictionary >
2
+ <s : String x : Key =" /Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateConstants/@EntryIndexedValue" >< Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> </s : String >
3
+ <s : String x : Key =" /Default/CodeStyle/Naming/CSharpNaming/UserRules/=236f7aa5_002D7b06_002D43ca_002Dbf2a_002D9b31bfcff09a/@EntryIndexedValue" >< Policy>< Descriptor Staticness="Any" AccessRightKinds="Private" Description="Constant fields (private)">< ElementKinds>< Kind Name="CONSTANT_FIELD" />< /ElementKinds>< /Descriptor>< Policy Inspect="True" WarnAboutPrefixesAndSuffixes="False" Prefix="" Suffix="" Style="aaBb" />< /Policy> </s : String >
4
+ <s : Boolean x : Key =" /Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ESettingsUpgrade_002EPredefinedNamingRulesToUserRulesUpgrade/@EntryIndexedValue" >True</s : Boolean ></wpf : ResourceDictionary >
Original file line number Diff line number Diff line change 1
1
<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:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003AAttributes_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003F_002E_002E_003Fhome_003Fgene_003F_002Econfig_003FJetBrains_003FRider2024_002E3_003Fresharper_002Dhost_003FSourcesCache_003F25b7a8e363cf4f9521afbcde038b888809e22255c8a1e06c5ba0d0b8aa7b2_003FAttributes_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
2
3
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/AutoDetectedNamingRules/=Parameters/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
3
4
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/AutoDetectedNamingRules/=Locals/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /></s:String>
4
5
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/AutoDetectedNamingRules/=Method/@EntryIndexedValue"><Policy Inspect="True" Prefix="" Suffix="" Style="AaBb" /></s:String>
Original file line number Diff line number Diff line change 19
19
</None >
20
20
</ItemGroup >
21
21
22
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net472' " >
23
+ <PackageReference Include =" System.Text.Encoding.CodePages" Version =" 4.7.1" />
24
+ </ItemGroup >
25
+
22
26
<ItemGroup >
23
27
<PackageReference Include =" System.Text.Encoding.CodePages" Version =" 6.0.0" />
24
28
<PackageReference Include =" WebsocketSharp.Standard2" Version =" 2022.4.16.1520" />
25
- <PackageReference Include =" MessagePack" Version =" 2.5.140 " />
26
- <PackageReference Include =" MessagePack.Annotations" Version =" 2.5.140 " />
29
+ <PackageReference Include =" MessagePack" Version =" 2.5.192 " />
30
+ <PackageReference Include =" MessagePack.Annotations" Version =" 2.5.192 " />
27
31
<PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
28
32
<PackageReference Include =" Newtonsoft.Json" Version =" 13.0.3" />
29
33
<PackageReference Include =" NLog.Extensions.Logging" Version =" 5.2.3" />
You can’t perform that action at this time.
0 commit comments