Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'System.Linq.Dynamic.Core.pdb' is using a deprecated debug information level #544

Closed
tranb3r opened this issue Sep 29, 2021 · 1 comment
Closed
Assignees
Labels

Comments

@tranb3r
Copy link

tranb3r commented Sep 29, 2021

1. Description

'System.Linq.Dynamic.Core.pdb' is using a deprecated debug information level.
The 'DebugType' MSBuild property should be set to 'portable' (newer and cross-platform) instead of 'full'.

2. Warning

Here is the warning I get when compiling a xamarin.android application:

C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Xamarin\Android\Xamarin.Android.Legacy.targets(402,5): 
warning XA0125: 'System.Linq.Dynamic.Core.pdb' is using a deprecated debug information level.
warning XA0125: Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level.
warning XA0125: If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author.
@StefH StefH self-assigned this Sep 29, 2021
@StefH
Copy link
Collaborator

StefH commented Oct 6, 2021

Good afternoon @tranb3r,

Thank you for this remark. This will be fixed in next version.
#547

@StefH StefH closed this as completed Oct 6, 2021
@StefH StefH added the feature label Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants