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

Abstractions netstandard project using portable PDBs which don't work with UWP #101

Closed
wes-goulet opened this issue Sep 18, 2017 · 4 comments
Assignees

Comments

@wes-goulet
Copy link
Contributor

Bug Information

When I add ConnectivityPlugin to my UWP project I lose symbol generation due to this bug. I know it says closed but it's not actually fixed. The workaround is to have netstandard projects generate full pdb symbols. Would be great to update the abstractions project to use full symbols so UWP apps don't lose symbol info when consuming ConnectivityPlugin.

Version Number of Plugin: 3.0.2
Device Tested On: Windows 10 desktop
Simulator Tested On:
Version of VS: 15.3.4
Version of Xamarin:
Versions of other things you are using:
UWP project targeting creators update, min version anniversary update

Steps to reproduce the Behavior

  • Create a uwp app (mine targets Creators Update but not sure that part matters)
  • Reference ConnectivityPlugin nuget
  • Build from VS2017 Developer Command prompt msbuild myapp.sln

Expected Behavior

It builds and my uwp app generates symbols

Actual Behavior

Build fails because it can't generate UWP appx package symbols.

Code snippet

Screenshots

image

@prashantvc
Copy link
Collaborator

Merged the pull request #102 for this issue

@wes-goulet
Copy link
Contributor Author

@prashantvc When will this change make it out to the nuget package?

@prashantvc
Copy link
Collaborator

@wes566 I will talk to James, and get it published as soon as possible

@prashantvc
Copy link
Collaborator

@wes566 meantime you can download the package from CI server here
https://ci.appveyor.com/project/JamesMontemagno/connectivityplugin/build/artifacts

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants