File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
PlatformInterop/Desktop/SCard Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,8 +76,8 @@ private void ResolveIdsFromInstancePath(string instancePath)
76
76
// 012345678901234567890123456789
77
77
// ^--- ^---
78
78
79
- // Disable string comparison warning for this method as it needs to compile for both net47, netstandard 2.0 and 2.1
80
- #pragma warning disable CA1862
79
+ // Disable string comparison warning for this method as it needs to compile for both net47, netstandard 2.0 and 2.1
80
+ #pragma warning disable CA1862
81
81
if ( instancePath . ToUpperInvariant ( ) . Contains ( "VID" ) && instancePath . ToUpperInvariant ( ) . Contains ( "HID" ) )
82
82
#pragma warning restore CA1862
83
83
{
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ internal struct SCARD_READER_STATE
32
32
private uint _currentState ;
33
33
private uint _eventState ;
34
34
private uint _atrLength ;
35
-
35
+
36
36
[ MarshalAs ( UnmanagedType . ByValArray , SizeConst = 36 ) ]
37
37
private byte [ ] _answerToReset ;
38
38
You can’t perform that action at this time.
0 commit comments