File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Tests/CSharpCore/Unit/Messaging Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "husky" : {
6- "version" : " 0.4 .2" ,
6+ "version" : " 0.7 .2" ,
77 "commands" : [
88 " husky"
9- ]
9+ ],
10+ "rollForward" : false
1011 },
1112 "dotnet-format" : {
1213 "version" : " 5.1.250801" ,
1314 "commands" : [
1415 " dotnet-format"
15- ]
16+ ],
17+ "rollForward" : false
1618 }
1719 }
1820}
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ public void TestGetV3()
151151 }
152152
153153 [ Fact ]
154- public void TestGetRequestV3AuthPriv ( )
154+ public void TestGetRequestV3AuthPriv_MD5_DES ( )
155155 {
156156 if ( ! DESPrivacyProvider . IsSupported )
157157 {
@@ -194,7 +194,7 @@ public void TestGetRequestV3AuthPriv()
194194 }
195195
196196 [ Fact ]
197- public void TestGetRequestV3AuthPrivAES ( )
197+ public void TestGetRequestV3AuthPriv_SHA1_AES ( )
198198 {
199199 if ( ! AESPrivacyProviderBase . IsSupported )
200200 {
Original file line number Diff line number Diff line change 1+ {
2+ "sdk" : {
3+ "version" : " 9.0.100" ,
4+ "rollForward" : " latestMinor"
5+ }
6+ }
You can’t perform that action at this time.
0 commit comments