Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Forms: Bump to latest stable (2.5.0). #125

Merged
merged 3 commits into from
Dec 7, 2017
Merged

Forms: Bump to latest stable (2.5.0). #125

merged 3 commits into from
Dec 7, 2017

Conversation

bojanrajkovic
Copy link
Contributor

@bojanrajkovic bojanrajkovic commented Dec 6, 2017

Bump our enforced Xamarin.Forms version to the latest stable version, and fix inspection of Xamarin.Forms apps.

Read each commit individually for maximum clarity.

Bojan Rajkovic added 2 commits December 6, 2017 15:32
There was some sort of dependency snafu with Xamarin.Forms and the
Android support packages. The easiest approach is to compile against
7.0/7.1, but retain our older target SDK version.
When inspecting a Forms app, we load the Xamarin.Forms agent extensions
while we're creating the compilation workspace. We need to pass the
current session's evaluation context ID, but we can't access it via
`clientSession.CompilationWorkspace`, as that's what we're building now
(the compilation workspace), and the property is null. It's available to
both callers of this method, so pass it in as a parameter instead of
trying to get it via the client session.
Copy link
Member

@sandyarmstrong sandyarmstrong left a comment

Choose a reason for hiding this comment

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

🤖

@abock abock merged commit 4012b4e into microsoft:master Dec 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants