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 fb6569d commit 66cdbc8Copy full SHA for 66cdbc8
dsc/src/main.rs
@@ -137,6 +137,8 @@ fn check_debug() {
137
// Check if the dsc binary parent process is WinStore.App or Exploerer.exe
138
#[cfg(windows)]
139
fn check_store() {
140
+ use std::io::Read;
141
+
142
let message = r"
143
DSC.exe is a command-line tool and cannot be run directly from the Windows Store or Explorer.
144
Visit https://aka.ms/dscv3-docs for more information on how to use DSC.exe.
0 commit comments