Skip to content

Conversation

@codito
Copy link
Contributor

@codito codito commented Oct 27, 2017

Port fixes for following issues:
#1231 Add back LocalExtensionData API for adapters (fix regression reported by Debugger team)
#1230 Do not crash data collector if extension fails to initialize or set environment variables (allow test runs with coverage in non Enterprise SKU)
#1226 Fix XPathNavigator for netcoreapp2.0 (enable dotnet test --collect scenario)
#1232 Use TPv2 as default for .NET 3.5 test projects
#1234 Loading native dll's correctly for UWP release mode.
#1238 HardCoded version of CLI to 2.1.0-preview1-007372.

singhsarab and others added 5 commits October 27, 2017 14:07
* Adding the missing property LocalExtensionData in TestCase

* Fixed the test.
…ft#1230)

* Do not crash data collector if a extension initialize fails.

* Add unit tests for the scenario.
* Fix for changes in XPathNavigator in netcoreapp2.0
* Removed IXPathNavigable.
* Loading native dll's correctly for UWP release mode

* nit's

* decouple process bitness with OS Architecture
Copy link
Contributor

@mayankbansal018 mayankbansal018 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified for loading native dll fixe

HardCoded version of CLI to 2.1.0-preview1-007372 as the latest version has some issues.

Reverted to old version of CLI because of dotnet/cli#7921
Copy link

@sudiptadmsft sudiptadmsft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

scan for null in all xml function calls.

childNodeNavigator = childElement.CreateNavigator();
parentNavigator.AppendChild(childNodeNavigator);
var parentNode = xmlDocument.SelectSingleNode(nodeXPath.Substring(0, nodeXPath.LastIndexOf('/')));
parentNode.AppendChild(childElement);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

null check?

Harsh Jain and others added 3 commits October 30, 2017 16:01
@smadala smadala merged commit dd361e4 into microsoft:rel/15.5 Oct 30, 2017
smadala added a commit that referenced this pull request Oct 31, 2017
This reverts commit dd361e4.
@smadala smadala mentioned this pull request Oct 31, 2017
smadala added a commit that referenced this pull request Oct 31, 2017
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

Successfully merging this pull request may close these issues.

6 participants