-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request to move LUID
#710
Comments
Yes, I moved that and made a bunch of other changes that should help with dependencies. There's still a lot more to do, but I think things are looking better. Would publishing a new version help? |
Thanks Steve, a new version would be great. |
I published 13.0.2 which has the fix. |
Thanks! |
This was referenced Oct 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any chance
LUID
can be moved toWindows.Win32.Foundation
? This is type is used by quite a few different namespaces but its presencence in theWindows.Win32.System.SystemServices
namespace implies a big hit on apps that just needLUID
.For example,
LUID
is the only dependency thatWindows.Win32.Graphics.Dxgi
has onWindows.Win32.System.SystemServices
, more than doublingDxgi
's build time.@MarijnS95
The text was updated successfully, but these errors were encountered: