为什么我在使用 xamarin forms 和 tizen 时会收到此问题?

Why I receive this problem with xamarin forms and tizen?

我对 VS Community 19 和 Tizen 有疑问。 我已经创建了 hello world 应用程序,但是当我开始调试时它给我:

Error while trying to enter break state. Debugging will now stop. Failed to find thread SomeNumber for break event.

我没有设置任何断点! 在输出控制台中我有这个:

Loaded '/usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.4/System.Private.CoreLib.dll'. Cannot find or open the symbol file.

Loaded '/usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.4/SOS.NETCore.dll'. Cannot find or open the symbol file. Loaded '/usr/share/dotnet/shared/Microsoft.NETCore.App/2.1.4/System.Runtime.dll'. Cannot find or open the symbol file. Loaded '/proc/4415/fd/17/bin/STVXamarinApplication1.Tizen.TV.dll'. Symbols loaded.

我不知道是什么问题!

你能试试这个吗?

  1. 解决方案资源管理器 - Neget 包管理 (?)

    • 更新选项卡 -> 更新旧库以使用最新的
  2. 更改 Main() 方法中的代码

全球::Xamarin.Forms.Platform.Tizen.Forms.Init(应用程序);

=> Forms.Init(应用程序);

使用 Xamarin.Forms 添加 ;