Skip to content

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

@tranb3r

Description

@tranb3r

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions