rkeithhill / PoshWinRT

Windows Runtime API Interop Utilities for Windows PowerShell
MIT License
28 stars 15 forks source link

Upload DLL in release part #1

Open 1mm0rt41PC opened 7 years ago

1mm0rt41PC commented 7 years ago

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

rkeithhill commented 7 years ago

Doesn’t the solution build?

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10

From: Immortal-PCmailto:notifications@github.com Sent: Friday, May 5, 2017 7:37 AM To: rkeithhill/PoshWinRTmailto:PoshWinRT@noreply.github.com Cc: Subscribedmailto:subscribed@noreply.github.com Subject: [rkeithhill/PoshWinRT] Upload DLL in release part (#1)

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

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/rkeithhill/PoshWinRT/issues/1, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AE8AqFhSBnTAcomJnZh0lZoCbwKMjUITks5r2yYogaJpZM4NR7Wm.

1mm0rt41PC commented 7 years ago

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 commented 6 years ago

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 :slightly_smiling_face:

martinisoft1 commented 5 years ago

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 commented 4 years ago

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 commented 3 years ago

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.