Skip to content
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

Upload DLL in release part #1

Open
1mm0rt41PC opened this issue May 5, 2017 · 6 comments
Open

Upload DLL in release part #1

1mm0rt41PC opened this issue May 5, 2017 · 6 comments

Comments

@1mm0rt41PC
Copy link

Hello,
is it possible to upload the dll on https://github.com/david-risney/PoshWinRT/releases ?

@rkeithhill
Copy link
Owner

rkeithhill commented May 8, 2017 via email

@1mm0rt41PC
Copy link
Author

Hello,

I would like to avoid to install the full MS compilation tools.
Do you know if it's possible to convert that code into a full Powershellv5 script ?

@ORelio
Copy link

ORelio commented Feb 4, 2018

Hi,
I can't manage to install the required development environment. When setting up a VM with Windows 10 and Visual Studio 2017, compilation fails because the reference to "Windows" assembly cannot be resolved.
A pre-built dll would be very much appreciated as I already lost half a day trying to build it. Thanks 🙂

@martinisoft1
Copy link

martinisoft1 commented Jun 10, 2019

Dear Keith,

I am really interested in trying your DLL.
The thing is that I also have problems with building this DLL from my install of Visual Studio.
It keeps stating that the reference with the name "Windows" is missing. (the rest of the references are fine)
I already installed all the Windows related SDK's for Visual studio as well as the UWP Development but the "Windows" reference is still missing. Can you give me an hint on how to fix the missing reference, or could you share the compiled DLL with me?

many thanks in advance,

Martijn.

Never mind... I just was able to fix the broken reference by addin the following to the references: C:\Program Files (x86)\Windows Kits\10\UnionMetadata\windows.winmd

@mnivet
Copy link

mnivet commented Jan 9, 2020

It would be even better if it could be distributed as a package on https://www.powershellgallery.com

I've got a compiled version of the dll locally, but the PR integrated in July could be of great help for me.

If I succeed to rebuild the solution from last commit I may then try to add packaging capability to push to powershellgallery and make you a PR

@xdhmoore
Copy link
Contributor

As mentioned above, I was able to to solve the missing "Windows" assembly issue by installing the Windows 10 SDK and then adding the windows.winmd file from the proper place, as mentioned in this SO answer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants