You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'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.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: