-
Notifications
You must be signed in to change notification settings - Fork 178
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
Get machine.specification working on "Metro"/AppStore apps #120
Comments
I don't have Windows 8 (and don't plan to upgrade, yet). VS 2012 doesn't have any entries for WinRT/Metro -- I don't even where to start. Can you try to convert Machine.Specifications.dll to such a "NetCore" project and see if it compiles? |
Sure, I'll give it a shot, but it's very unlikely to, because they've changed the reflection APIs completely. |
Is any progress with this? can I help somehow? |
For me, this meant that I switched testing framework for Win8 apps. |
haf: You switched to use the Visual Studio testing framework? |
@agross the metro projects don't even show up unless you're on Win 8. I have a Win 8 machine lying around, I'll try to convert it soon. |
Thanks! |
I assume we're talking about converting The difficulty of replacing it with |
We need serializability mostly for cross-AppDomain communication reasons. I am okay with an |
I am going to close this issue:
|
Unfortunately it doesn't work, and I'm going slowly insane with withdrawal symptoms from not using Machine Specifications; excessive salivation, yelling at co-workers, bitter tweets about WinRT, you name it.
I belive it's mostly a matter of compiling it for ".Net" (Windows Runtime) 4.5 and avoiding things that are dangerous according to WinRT propaganda, such as
ThreadPool
and the like.The text was updated successfully, but these errors were encountered: