Type or namespace missing in DiaSdk.proj
#1468
-
I'm getting a failure when I try and run Running on Windows 10 build 22H2 (19045.2546), PowerShell 7.3.2, and .NET 6.0.406. Thanks in advance for any smart ideas!
```
Installed Microsoft.Windows.WinmdGenerator 0.42.21-preview from C:\src\win32metadata\bin\Packages\Release\NuGet with co
ntent hash KYOkQzkWrHfLN6Nu3MHw3YsM/HJ5jksGg/+3xwNwNC6Rl1CPo3um9uCKRkjpHj5Ngcn1bxcZ6w7dsDp5qHCqvg==.
1>Project "C:\src\win32metadata\sources\GeneratorSdk\samples\diasdk\DiaSdk.proj" on node 1 (Clean target(s)).
1>BeforeClean:
Removing directory "obj".
CoreClean:
Creating directory "C:\src\win32metadata\obj\DiaSdk\Release\netstandard2.0\".
1>Done Building Project "C:\src\win32metadata\sources\GeneratorSdk\samples\diasdk\DiaSdk.proj" (Clean target(s)).
Build succeeded. Time Elapsed 00:00:01.50
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You've got an extra |
Beta Was this translation helpful? Give feedback.
You've got an extra
-
in the clean parameter. Maybe try.\DoAll.ps1 -Clean
?