Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
bdb9962
re-enable Clipboard cmdlets for Windows
SteveL-MSFT Aug 10, 2019
8f6e23c
make it work on Unix and added tests
SteveL-MSFT Aug 10, 2019
dbfe78d
fixes after running on macOS
SteveL-MSFT Aug 10, 2019
b1cc6ee
CodeFactor fixes
SteveL-MSFT Aug 10, 2019
22ab390
add clipboard cmdlets to default commands tests
SteveL-MSFT Aug 10, 2019
abc3c29
add tracing to TypeGen
SteveL-MSFT Aug 10, 2019
429e467
update TypeGen to skip assemblies that don't have hash for strongname
SteveL-MSFT Aug 10, 2019
1a87cbc
Update src/Microsoft.PowerShell.Commands.Management/commands/manageme…
SteveL-MSFT Aug 10, 2019
ae8c84d
Update src/Microsoft.PowerShell.Commands.Management/commands/manageme…
SteveL-MSFT Aug 10, 2019
f7a1bd4
address Ilya's comments and fix DefaultCommand tests
SteveL-MSFT Aug 10, 2019
188723a
fix build for win-arm
SteveL-MSFT Aug 10, 2019
2f71ba2
fix CodeFactor issues
SteveL-MSFT Aug 10, 2019
1d81385
fix csproj so psxunit tests build it correctly as it doesn't define S…
SteveL-MSFT Aug 11, 2019
a1fc42e
update files.wxs and skip tests if Linux and xclip isn't available
SteveL-MSFT Aug 11, 2019
c5a2bf6
fix logic to skip tests on Linux if xclip isn't available
SteveL-MSFT Aug 11, 2019
b223d28
specify if reading from stdout as it hangs on Linux waiting for output
SteveL-MSFT Aug 11, 2019
b025ca1
change typegen to use span
SteveL-MSFT Aug 12, 2019
9800d9b
add Paul's feedback
SteveL-MSFT Aug 16, 2019
82c23f1
update FQEID for set-clipboard
SteveL-MSFT Aug 20, 2019
0e008ff
fix tests for updated FQEID
SteveL-MSFT Aug 20, 2019
27630ba
remove dependency on WinForms and focus only on text
SteveL-MSFT Oct 31, 2019
35739a0
Merge branch 'master' of github.com:PowerShell/PowerShell into clipbo…
SteveL-MSFT Oct 31, 2019
c9dbe62
fix unncessary usings
SteveL-MSFT Oct 31, 2019
3c7bfa7
fix Codacy issues
SteveL-MSFT Nov 2, 2019
7d57a71
revert some changes that were for winforms version
SteveL-MSFT Nov 2, 2019
8fc519f
Merge branch 'master' of github.com:PowerShell/PowerShell into clipbo…
SteveL-MSFT Nov 2, 2019
444e403
fix files.wxs
SteveL-MSFT Nov 2, 2019
106dcb0
address CodeFactor issues
SteveL-MSFT Nov 3, 2019
8f75f9e
address Ilya's feedback and one more CodeFactor issue
SteveL-MSFT Nov 4, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions assets/files.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -1331,9 +1331,6 @@
<Component Id="cmpB2DC1821DBE648078AEA75AC0AB62408" Guid="{4242bbb5-81dd-481d-a46a-6397d5bce4a5}">
<File Id="filA7C18F70F1814A08A63620BC16B1C4DC" KeyPath="yes" Source="$(env.ProductSourcePath)\ref\System.IO.FileSystem.DriveInfo.dll" />
</Component>
<Component Id="cmpD63D95DCAE9747E3A170CDD082EE4432" Guid="{8fb8d745-02e0-4ca3-b570-06981423b367}">
<File Id="filC57EEBC7B79642DF81737183462ABBE4" KeyPath="yes" Source="$(env.ProductSourcePath)\ref\System.Drawing.dll" />
</Component>
<Component Id="cmp9C1983722FB842AEAAE7FE004439F7F5" Guid="{28fac38a-2d64-4651-b17d-822f689ad00f}">
<File Id="fil3E3F9C4BC1D5493798264C5592B2D26B" KeyPath="yes" Source="$(env.ProductSourcePath)\ref\System.Security.Principal.dll" />
</Component>
Expand Down Expand Up @@ -1643,6 +1640,9 @@
<Component Id="cmpF1B0E6DCC3BD4797B206C879EF270062" Guid="{af38a3e7-6bc2-47c8-a83e-ee8bfd0cc8be}">
<File Id="fil2694AE6F8EB8473CBDF0F73A4E55164B" KeyPath="yes" Source="$(env.ProductSourcePath)\ref\System.Text.Encoding.CodePages.dll" />
</Component>
<Component Id="cmp25A144CC34E545378735B06794A02F90" Guid="{35a3c141-1309-4277-9325-a97e177a9f09}">
<File Id="filFCE4A935DE1D4DD08E9A1D32A07E0266" KeyPath="yes" Source="$(env.ProductSourcePath)\ref\System.Drawing.dll" />
</Component>
</Directory>
<Directory Id="dirC72EEAF9434D4AD066E0F4D20D8E816C" Name="en-US">
<Component Id="cmpDC2EF4541FA5A2E63F36A8CD6C5FA51B" Guid="{CE8DDB7C-A16E-4A1E-80D5-9937D07A1723}">
Expand Down Expand Up @@ -3919,6 +3919,7 @@
<ComponentRef Id="cmp73A4CC8E2C9E4594A3D8258C9E00D7E6" />
<ComponentRef Id="cmpAC984FA3A67247BC996F60290C87D0A1" />
<ComponentRef Id="cmp2E32A6E773F543F0A150B972F8D3E23A" />
<ComponentRef Id="cmp25A144CC34E545378735B06794A02F90" />
</ComponentGroup>
</Fragment>
</Wix>
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,12 @@
<Compile Remove="commands\management\ControlPanelItemCommand.cs" />
<Compile Remove="commands\management\CommitTransactionCommand.cs" />
<Compile Remove="commands\management\Eventlog.cs" />
<Compile Remove="commands\management\GetClipboardCommand.cs" />
<Compile Remove="commands\management\GetTransactionCommand.cs" />
<Compile Remove="commands\management\GetWMIObjectCommand.cs" />
<Compile Remove="commands\management\InvokeWMIMethodCommand.cs" />
<Compile Remove="commands\management\RegisterWMIEventCommand.cs" />
<Compile Remove="commands\management\RemoveWMIObjectCommand.cs" />
<Compile Remove="commands\management\RollbackTransactionCommand.cs" />
<Compile Remove="commands\management\SetClipboardCommand.cs" />
<Compile Remove="commands\management\SetWMIInstanceCommand.cs" />
<Compile Remove="commands\management\StartTransactionCommand.cs" />
<Compile Remove="commands\management\UseTransactionCommand.cs" />
Expand All @@ -38,15 +36,13 @@
<Compile Remove="gen\ControlPanelResources.cs" />
<Compile Remove="gen\WmiResources.cs" />
<Compile Remove="gen\ManagementMshSnapInResources.cs" />
<Compile Remove="gen\ClipboardResources.cs" />

<EmbeddedResource Remove="resources\EventlogResources.resx" />
<EmbeddedResource Remove="resources\TransactionResources.resx" />
<EmbeddedResource Remove="resources\WebServiceResources.resx" />
<EmbeddedResource Remove="resources\ControlPanelResources.resx" />
<EmbeddedResource Remove="resources\WmiResources.resx" />
<EmbeddedResource Remove="resources\ManagementMshSnapInResources.resx" />
<EmbeddedResource Remove="resources\ClipboardResources.resx" />
</ItemGroup>

<ItemGroup>
Expand Down
Loading