We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50f3f2 commit ce4233bCopy full SHA for ce4233b
Yubico.Core/src/Yubico/PlatformInterop/Libraries.Net47.cs
@@ -78,7 +78,7 @@ private static class Net47Implementation
78
Architecture.X86 => "x86",
79
Architecture.X64 => "x64",
80
Architecture.Arm64 => "arm64",
81
- var badArch => throw new ArgumentOutOfRangeException($"Architecture {badArch} is not supported!")
+ var unsupportedArch => throw new ArgumentOutOfRangeException($"Architecture {unsupportedArch } is not supported!")
82
},
83
NativeShims);
84
0 commit comments