microsoft / xdp-for-windows

XDP speeds up networking on Windows
MIT License
364 stars 41 forks source link

consume the latest sdk + wdk via nuget #701

Closed mtfriesen closed 1 day ago

mtfriesen commented 1 day ago

Description

Describe the purpose of and changes within this Pull Request.

The latest SDK and WDK are now available via nuget packages, which gives extra control over WDK version and makes developer scenarios easier and more consistent.

Testing

Do any existing tests cover this change? Are new tests needed?

CI.

Documentation

Is there any documentation impact for this change?

Yes (TODO).

Installation

Is there any installer impact for this change?

No.

mtfriesen commented 1 day ago

Doesn't build cleanly (static analyzer seems to be the worst offender) so abandoning for now.

Edit: to be clear, the problem is loading the analyzer fails on x64, not any warnings it might generate.