Windows SDK dependency as NuGet packages#109
Conversation
|
We could probably remove build/Install-WindowsSdkISO.ps1 and build/Install-WindowsSdk.ps1 |
michael-hawker
left a comment
There was a problem hiding this comment.
Quick question, otherwise looks good. Did you want me to also validate on another machine? As I realized my laptop isn't on insider.
| [STAThread] | ||
| public static void Main() | ||
| { | ||
| var startupKind = StartupKind.Normal; |
There was a problem hiding this comment.
Was this the part you said wasn't supported anymore? Should we have a comment here calling that this must be set this way and throw an exception in the else case below?
There was a problem hiding this comment.
We should remove the else clause. It doesn't work. There will be a future PR with a more complex scenario covered.
|
Let's validate it all on Monday. |
|
Nugets from PR worked like a charm on my Insider machine. No large hassle with your instructions, just had one extra thing to do. So, it's now:
|

Issue: #66
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Very hard to reference WinMDs.
What is the new behavior?
No work needed to reference WinMDs, but to reference the NuGet Package.
PR Checklist
Please check if your PR fulfills the following requirements: