我将我的Samsung Galaxy S8与Xamarin Live播放器配对,但是当我开始运行我的应用程序时,我始终会遇到27个错误。如果没有Live Player,则不会出现这些错误。
这是整个输出(我在中间删除了一些东西,因为它太长了):
Start TimeToSport.Android, Samsung SM-G950F Player, .
Attempting connection to debug address: 192.168.2.41:37847.
Connected to: 192.168.2.41:37847.
Deploying E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport.Android\TimeToSport.Android.csproj...
Got device info: Samsung SM-G950F Player (Android) @ 192.168.2.41:37847
Synchronizing files...
Building and running...
Built with 55 messages.
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: The variable 'lineSize2' is assigned but its value is never used
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: The variable 'lineHeight3' is assigned but its value is never used
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: The variable 'lineHeight3U' is assigned but its value is never used
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\GegevensInvullen\GegevensPersoonlijk.xaml.cs(1,1): warning: The field 'GegevensPersoonlijk.gegevensSportDoel' is assigned but its value is never used
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: The field 'ItemsPage.etenVoorTijdText2' is assigned but its value is never used
(1,1): error: Position 37:160. No property, bindable property, or event found for 'FontSize', or mismatching type between value and property.
(1,1): error: Position 31:14. No property, bindable property, or event found for 'TitleView', or mismatching type between value and property.
(1,1): error: Failed to load assembly from stream: System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.IO.FileNotFoundException: Could not find file "/data/user/0/com.xamarin.live/files/.nuget/packages/xforms.plugin.animationnavigationpage/1.0.5/lib/MonoAndroid10/FormsViewGroup.dll"
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x001b7] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at <StartupCode$Continuous-Core-Droid>.$LocalFileSystem+Upsight-IFileSystem-OpenReadAsync@49-1.Invoke () [0x00011] in <5b4cad9611b47c3aa745038396ad4c5b>:0
at System.Threading.Tasks.Task`1[TResult].InnerInvoke () [0x0000f] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.Threading.Tasks.Task.Execute () [0x00010] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.AggregateException: One or more errors occurred. ---> System.IO.FileNotFoundException: Could not find file "/data/user/0/com.xamarin.live/files/.nuget/packages/xforms.plugin.animationnavigationpage/1.0.5/lib/MonoAndroid10/FormsViewGroup.dll"
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x001b7] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at <StartupCode$Continuous-Core-Droid>.$LocalFileSystem+Upsight-IFileSystem-OpenReadAsync@49-1.Invoke () [0x00011] in <5b4cad9611b47c3aa745038396ad4c5b>:0
at System.Threading.Tasks.Task`1[TResult].InnerInvoke () [0x0000f] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.Threading.Tasks.Task.Execute () [0x00010] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.IO.FileNotFoundException: Could not find file "/data/user/0/com.xamarin.live/files/.nuget/packages/xforms.plugin.animationnavigationpage/1.0.5/lib/MonoAndroid10/FormsViewGroup.dll"
File name: '/data/user/0/com.xamarin.live/files/.nuget/packages/xforms.plugin.animationnavigationpage/1.0.5/lib/MonoAndroid10/FormsViewGroup.dll'
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x001b7] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at <StartupCode$Continuous-Core-Droid>.$LocalFileSystem+Upsight-IFileSystem-OpenReadAsync@49-1.Invoke () [0x00011] in <5b4cad9611b47c3aa745038396ad4c5b>:0
at System.Threading.Tasks.Task`1[TResult].InnerInvoke () [0x0000f] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.Threading.Tasks.Task.Execute () [0x00010] in <f32579baafc1404fa37ba3ec1abdc0bd>:0 <---
<---
(1,1): error: Failed to load assembly from stream: System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.IO.FileNotFoundException: Could not find file "/data/user/0/com.xamarin.live/files/.nuget/packages/xforms.plugin.animationnavigationpage/1.0.5/lib/MonoAndroid10/Xamarin.Android.Support.Animated.Vector.Drawable.dll"
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x001b7] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at <StartupCode$Continuous-Core-Droid>.$LocalFileSystem+Upsight-IFileSystem-OpenReadAsync@49-1.Invoke () [0x00011] in <5b4cad9611b47c3aa745038396ad4c5b>:0
at System.Threading.Tasks.Task`1[TResult].InnerInvoke () [0x0000f] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.Threading.Tasks.Task.Execute () [0x00010] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.AggregateException: One or more errors occurred. ---> System.IO.FileNotFoundException: Could not find file "/data/user/0/com.xamarin.live/files/.nuget/packages/xforms.plugin.animationnavigationpage/1.0.5/lib/MonoAndroid10/Xamarin.Android.Support.Animated.Vector.Drawable.dll"
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x001b7] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at <StartupCode$Continuous-Core-Droid>.$LocalFileSystem+Upsight-IFileSystem-OpenReadAsync@49-1.Invoke () [0x00011] in <5b4cad9611b47c3aa745038396ad4c5b>:0
at System.Threading.Tasks.Task`1[TResult].InnerInvoke () [0x0000f] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.Threading.Tasks.Task.Execute () [0x00010] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.IO.FileNotFoundException: Could not find file "/data/user/0/com.xamarin.live/files/.nuget/packages/xforms.plugin.animationnavigationpage/1.0.5/lib/MonoAndroid10/Xamarin.Android.Support.Animated.Vector.Drawable.dll"
File name: '/data/user/0/com.xamarin.live/files/.nuget/packages/xforms.plugin.animationnavigationpage/1.0.5/lib/MonoAndroid10/Xamarin.Android.Support.Animated.Vector.Drawable.dll'
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x001b7] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at <StartupCode$Continuous-Core-Droid>.$LocalFileSystem+Upsight-IFileSystem-OpenReadAsync@49-1.Invoke () [0x00011] in <5b4cad9611b47c3aa745038396ad4c5b>:0
at System.Threading.Tasks.Task`1[TResult].InnerInvoke () [0x0000f] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.Threading.Tasks.Task.Execute () [0x00010] in <f32579baafc1404fa37ba3ec1abdc0bd>:0 <---
<---
(1,1): error: Failed to load assembly from stream: System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.IO.FileNotFoundException: Could not find file "/data/user/0/com.xamarin.live/files/.nuget/packages/xforms.plugin.animationnavigationpage/1.0.5/lib/MonoAndroid10/Xamarin.Android.Support.Annotations.dll"
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x001b7] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at <StartupCode$Continuous-Core-Droid>.$LocalFileSystem+Upsight-IFileSystem-OpenReadAsync@49-1.Invoke () [0x00011] in <5b4cad9611b47c3aa745038396ad4c5b>:0
at System.Threading.Tasks.Task`1[TResult].InnerInvoke () [0x0000f] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.Threading.Tasks.Task.Execute () [0x00010] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.AggregateException: One or more errors occurred. ---> System.IO.FileNotFoundException: Could not find file "/data/user/0/com.xamarin.live/files/.nuget/packages/xforms.plugin.animationnavigationpage/1.0.5/lib/MonoAndroid10/Xamarin.Android.Support.Annotations.dll"
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x001b7] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at <StartupCode$Continuous-Core-Droid>.$LocalFileSystem+Upsight-IFileSystem-OpenReadAsync@49-1.Invoke () [0x00011] in <5b4cad9611b47c3aa745038396ad4c5b>:0
at System.Threading.Tasks.Task`1[TResult].InnerInvoke () [0x0000f] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.Threading.Tasks.Task.Execute () [0x00010] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.IO.FileNotFoundException: Could not find file "/data/user/0/com.xamarin.live/files/.nuget/packages/xforms.plugin.animationnavigationpage/1.0.5/lib/MonoAndroid10/Xamarin.Android.Support.Annotations.dll"
File name: '/data/user/0/com.xamarin.live/files/.nuget/packages/xforms.plugin.animationnavigationpage/1.0.5/lib/MonoAndroid10/Xamarin.Android.Support.Annotations.dll'
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x001b7] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at <StartupCode$Continuous-Core-Droid>.$LocalFileSystem+Upsight-IFileSystem-OpenReadAsync@49-1.Invoke () [0x00011] in <5b4cad9611b47c3aa745038396ad4c5b>:0
at System.Threading.Tasks.Task`1[TResult].InnerInvoke () [0x0000f] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.Threading.Tasks.Task.Execute () [0x00010] in <f32579baafc1404fa37ba3ec1abdc0bd>:0 <---
<---
(1,1): error: Failed to load assembly from stream: System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.IO.FileNotFoundException: Could not find file "/data/user/0/com.xamarin.live/files/.nuget/packages/xforms.plugin.animationnavigationpage/1.0.5/lib/MonoAndroid10/Xamarin.Forms.Xaml.dll"
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x001b7] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at <StartupCode$Continuous-Core-Droid>.$LocalFileSystem+Upsight-IFileSystem-OpenReadAsync@49-1.Invoke () [0x00011] in <5b4cad9611b47c3aa745038396ad4c5b>:0
at System.Threading.Tasks.Task`1[TResult].InnerInvoke () [0x0000f] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.Threading.Tasks.Task.Execute () [0x00010] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.AggregateException: One or more errors occurred. ---> System.IO.FileNotFoundException: Could not find file "/data/user/0/com.xamarin.live/files/.nuget/packages/xforms.plugin.animationnavigationpage/1.0.5/lib/MonoAndroid10/Xamarin.Forms.Xaml.dll"
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x001b7] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at <StartupCode$Continuous-Core-Droid>.$LocalFileSystem+Upsight-IFileSystem-OpenReadAsync@49-1.Invoke () [0x00011] in <5b4cad9611b47c3aa745038396ad4c5b>:0
at System.Threading.Tasks.Task`1[TResult].InnerInvoke () [0x0000f] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.Threading.Tasks.Task.Execute () [0x00010] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
--- End of inner exception stack trace ---
---> (Inner Exception #0) System.IO.FileNotFoundException: Could not find file "/data/user/0/com.xamarin.live/files/.nuget/packages/xforms.plugin.animationnavigationpage/1.0.5/lib/MonoAndroid10/Xamarin.Forms.Xaml.dll"
File name: '/data/user/0/com.xamarin.live/files/.nuget/packages/xforms.plugin.animationnavigationpage/1.0.5/lib/MonoAndroid10/Xamarin.Forms.Xaml.dll'
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x001b7] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
at System.IO.File.OpenRead (System.String path) [0x00000] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at <StartupCode$Continuous-Core-Droid>.$LocalFileSystem+Upsight-IFileSystem-OpenReadAsync@49-1.Invoke () [0x00011] in <5b4cad9611b47c3aa745038396ad4c5b>:0
at System.Threading.Tasks.Task`1[TResult].InnerInvoke () [0x0000f] in <f32579baafc1404fa37ba3ec1abdc0bd>:0
at System.Threading.Tasks.Task.Execute () [0x00010] in <f32579baafc1404fa37ba3ec1abdc0bd>:0 <---
<---
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: The variable 'lineSize2' is assigned but its value is never used
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: The variable 'lineHeight3' is assigned but its value is never used
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: The variable 'lineHeight3U' is assigned but its value is never used
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\GegevensInvullen\GegevensPersoonlijk.xaml.cs(1,1): warning: The field 'GegevensPersoonlijk.gegevensSportDoel' is assigned but its value is never used
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport\Views\Main\ItemsPage.xaml.cs(1,1): warning: The field 'ItemsPage.etenVoorTijdText2' is assigned but its value is never used
(1,1): error: Position 37:160. No property, bindable property, or event found for 'FontSize', or mismatching type between value and property.
(1,1): error: Position 31:14. No property, bindable property, or event found for 'TitleView', or mismatching type between value and property.
(1,1): error: Dependent project TimeToSport.csproj failed to build, using old version.
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport.Android\Renderers\DatePickerCtrlRenderer.cs(1,1): error: The type or namespace name 'DatePickerCtrl' could not be found (are you missing a using directive or an assembly reference?)
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport.Android\Renderers\DatePickerCtrlRenderer.cs(1,1): error: The type or namespace name 'CustomControls' does not exist in the namespace 'DatePickerDefaultTextDemo' (are you missing an assembly reference?)
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport.Android\MainActivity.cs(1,1): error: The type or namespace name 'App' could not be found (are you missing a using directive or an assembly reference?)
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport.Android\Renderers\DatePickerCtrlRenderer.cs(1,1): error: The type or namespace name 'DatePickerCtrl' could not be found (are you missing a using directive or an assembly reference?)
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport.Android\Renderers\DatePickerCtrlRenderer.cs(1,1): error: The type or namespace name 'DatePickerCtrl' could not be found (are you missing a using directive or an assembly reference?)
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport.Android\Renderers\DatePickerCtrlRenderer.cs(1,1): warning: 'DatePickerRenderer.DatePickerRenderer()' is obsolete: 'This constructor is obsolete as of version 2.5. Please use DatePickerRenderer(Context) instead.'
E:\Xamarin Projects\TimeToSport_master\TimeToSport\TimeToSport.Android\MainActivity.cs(1,1): warning: The field 'MainActivity._navigationView' is never used
Failed to debug your app.
有人知道如何解决此问题吗?