-
Notifications
You must be signed in to change notification settings - Fork 171
CB-12189: Add support for WinMD and DLL combination #219
CB-12189: Add support for WinMD and DLL combination #219
Conversation
Current coverage is 77.00% (diff: 100%)@@ master #219 diff @@
==========================================
Files 16 16
Lines 2204 2222 +18
Methods 412 415 +3
Messages 0 0
Branches 433 438 +5
==========================================
+ Hits 1680 1711 +31
+ Misses 524 511 -13
Partials 0 0
|
Documentation update: apache/cordova-docs#671 Note - this PR has own override for |
@daserge could you take a look please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments, otherwise LGTM 👍
@@ -115,6 +115,33 @@ function PluginInfo(dirname) { | |||
var configFiles = parentGetConfigFiles(platform); | |||
return processChanges(configFiles); | |||
}; | |||
|
|||
this.getFrameworks = function(platform) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: outdated comment
@@ -304,6 +309,47 @@ describe('windows project handler', function () { | |||
xpath = 'Reference[@Include="dummy6"]/HintPath'; | |||
validateInstalledProjects('framework', frameworks[5], xpath, ['windows', 'windows10', 'phone']); | |||
}); | |||
|
|||
it('with .winmd and .dll files', function() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this spec check that dll files have been actually copied? (according to this)
8671717
to
98a8ec2
Compare
@vladimir-kotikov, @daserge, updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
98a8ec2
to
110bf79
Compare
Rebased on top of master and force-pushed, will merge once tests pass |
Platforms affected
self
What does this PR do?
This PR adds support for .winmd and .dll combination.
What testing has been done on this change?
Auto-test
Checklist