Skip to content

Instantly share code, notes, and snippets.

@ganorkargaurav
Created May 24, 2017 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ganorkargaurav/3a02281fad0176ce8840202eb22aec72 to your computer and use it in GitHub Desktop.
Save ganorkargaurav/3a02281fad0176ce8840202eb22aec72 to your computer and use it in GitHub Desktop.
Severity Code Description Project File Line Suppression State
Warning Found conflicts between different versions of the same dependent assembly. In Visual Studio, double-click this warning (or select it and press Enter) to fix the conflicts; otherwise, add the following binding redirects to the "runtime" node in the application configuration file: <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.Runtime" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-4.1.0.0" newVersion="4.1.0.0" /></dependentAssembly></assemblyBinding><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.Net.Primitives" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /></dependentAssembly></assemblyBinding><assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"><dependentAssembly><assemblyIdentity name="System.Net.Http" culture="neutral" publicKeyToken="b03f5f7f11d50a3a" /><bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" /></dependentAssembly></assemblyBinding> XamarinEvolve.Android
Error CS0246 The type or namespace name 'Gcm' could not be found (are you missing a using directive or an assembly reference?) XamarinEvolve.Android C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Android\MainActivity.cs 28 Active
Error CS0246 The type or namespace name 'Gcm' could not be found (are you missing a using directive or an assembly reference?) XamarinEvolve.Android C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Android\Notifications\GcmBroadcastReceiver.cs 4 Active
Error CS0103 The name 'Constants' does not exist in the current context XamarinEvolve.Android C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Android\Notifications\GcmBroadcastReceiver.cs 9 Active
Error CS0103 The name 'Constants' does not exist in the current context XamarinEvolve.Android C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Android\Notifications\GcmBroadcastReceiver.cs 11 Active
Error CS0103 The name 'Constants' does not exist in the current context XamarinEvolve.Android C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Android\Notifications\GcmBroadcastReceiver.cs 12 Active
Error CS0103 The name 'Constants' does not exist in the current context XamarinEvolve.Android C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Android\Notifications\GcmBroadcastReceiver.cs 13 Active
Error CS0246 The type or namespace name 'GcmBroadcastReceiverBase<>' could not be found (are you missing a using directive or an assembly reference?) XamarinEvolve.Android C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Android\Notifications\GcmBroadcastReceiver.cs 14 Active
Error CS0246 The type or namespace name 'Gcm' could not be found (are you missing a using directive or an assembly reference?) XamarinEvolve.Android C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Android\Notifications\GcmService.cs 6 Active
Error CS0246 The type or namespace name 'WindowsAzure' could not be found (are you missing a using directive or an assembly reference?) XamarinEvolve.Android C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Android\Notifications\GcmService.cs 7 Active
Error CS0246 The type or namespace name 'GcmServiceBase' could not be found (are you missing a using directive or an assembly reference?) XamarinEvolve.Android C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Android\Notifications\GcmService.cs 17 Active
Error CS0246 The type or namespace name 'NotificationHub' could not be found (are you missing a using directive or an assembly reference?) XamarinEvolve.Android C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Android\Notifications\GcmService.cs 19 Active
Error CS0115 'GcmService.OnRegistered(Context, string)': no suitable method found to override XamarinEvolve.Android C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Android\Notifications\GcmService.cs 64 Active
Error CS0115 'GcmService.OnUnRegistered(Context, string)': no suitable method found to override XamarinEvolve.Android C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Android\Notifications\GcmService.cs 82 Active
Error CS0115 'GcmService.OnMessage(Context, Intent)': no suitable method found to override XamarinEvolve.Android C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Android\Notifications\GcmService.cs 98 Active
Error CS0115 'GcmService.OnRecoverableError(Context, string)': no suitable method found to override XamarinEvolve.Android C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Android\Notifications\GcmService.cs 169 Active
Error CS0115 'GcmService.OnError(Context, string)': no suitable method found to override XamarinEvolve.Android C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Android\Notifications\GcmService.cs 175 Active
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.Portable C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.Portable\sampletweets.txt 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\App.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Cells\CategoryCellView.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Cells\EvolveGroupHeaderView.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Cells\FloorMapCell.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Cells\MiniHackCell.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Cells\NotificationCell.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Cells\SessionCell.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Cells\SpeakerCell.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Cells\SponsorCell.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Cells\TweetCell.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Controls\FooterDivider.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Controls\HeaderDivider.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Controls\LabelSection.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Controls\SectionDivider.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Images\error.png 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Images\star_outline.png 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Images\star_selected.png 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Images\success.png 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Android\MenuPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Events\EventDetailsPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Events\EventsPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Home\FeedPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Home\NotificationsPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Home\TweetImagePage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Info\CodeOfConductPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Info\ConferenceInformationPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Info\FloorMap.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Info\FloorMapsPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Info\LoginPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Info\SettingsPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Info\VenuePage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Info\WiFiInformationPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\iOS\AboutPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\MiniHacks\MiniHacksDetailsPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\MiniHacks\MiniHacksPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Sessions\EvaluationsPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Sessions\FeedbackPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Sessions\FilterSessionsPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Sessions\SessionDetailsPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Sessions\SessionsPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Speakers\SpeakerDetailsPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Sponsors\SponsorDetailsPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Sponsors\SponsorsPage.xaml 0
Error Build action 'EmbeddedResource' is not supported by one or more of the project's targets. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Windows\MenuPageUWP.xaml 0
Error File not found: /Users/globallogic/Library/Caches/Xamarin/mtbs/builds/XamarinEvolve.iOS/f3ecc540e81f97d7789269fcefaf601a/Resources/Images.xcassets/AppIcons.appiconset/Icon-58.png XamarinEvolve.iOS
Error Unable to resolve dependencies. 'Xamarin.Android.Support.Design 25.3.1' is not compatible with 'Xamarin.Forms 2.3.4.247 constraint: Xamarin.Android.Support.Design (= 23.3.0)'. 0
Warning CS0105 The using directive for 'Xamarin.Forms' appeared previously in this namespace XamarinEvolve.Clients.Portable C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.Portable\ViewModel\FeedbackViewModel.cs 5 Active
Warning CS1998 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. XamarinEvolve.Clients.Portable C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.Portable\ViewModel\FeedViewModel.cs 190 Active
Warning CS4014 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. XamarinEvolve.Clients.Portable C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.Portable\ViewModel\SessionsViewModel.cs 50 Active
Warning CS4014 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. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Controls\FavoriteImage.cs 25 Active
Warning CS0162 Unreachable code detected XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Converters\RatingConverter.cs 52 Active
Warning CS4014 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. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Sessions\SessionDetailsPage.xaml.cs 21 Active
Warning CS4014 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. XamarinEvolve.Clients.UI C:\Users\User\Downloads\app-evolve-master\app-evolve-master\src\XamarinEvolve.Clients.UI\Pages\Sessions\SessionDetailsPage.xaml.cs 24 Active
Warning Could not resolve this reference. Could not locate the assembly "Plugin.Settings". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. XamarinEvolve.DataStore.Azure
Warning The referenced component 'Plugin.Settings.Abstractions' could not be found. XamarinEvolve.DataStore.Azure
Warning The referenced component 'Plugin.Settings' could not be found. XamarinEvolve.DataStore.Azure
Warning Could not resolve this reference. Could not locate the assembly "Plugin.Settings.Abstractions". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. XamarinEvolve.DataStore.Azure
Warning All projects referencing XamarinEvolve.DataStore.Abstractions.csproj must install nuget package Microsoft.Bcl.Build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317569. XamarinEvolve.DataStore.Mock
Warning Could not resolve this reference. Could not locate the assembly "Plugin.Settings". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. XamarinEvolve.Clients.Portable
Warning Could not resolve this reference. Could not locate the assembly "Plugin.Settings.Abstractions". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. XamarinEvolve.Clients.Portable
Warning Could not resolve this reference. Could not locate the assembly "Lotz.Xam.Messaging.Abstractions". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. XamarinEvolve.Clients.Portable
Warning The referenced component 'Lotz.Xam.Messaging' could not be found. XamarinEvolve.Clients.Portable
Warning Could not resolve this reference. Could not locate the assembly "Plugin.Settings". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. XamarinEvolve.Clients.Portable
Warning Could not resolve this reference. Could not locate the assembly "Plugin.Settings.Abstractions". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. XamarinEvolve.Clients.Portable
Warning The referenced component 'Plugin.Settings.Abstractions' could not be found. XamarinEvolve.Clients.Portable
Warning The referenced component 'Lotz.Xam.Messaging.Abstractions' could not be found. XamarinEvolve.Clients.Portable
Warning Could not resolve this reference. Could not locate the assembly "Lotz.Xam.Messaging". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. XamarinEvolve.Clients.Portable
Warning The referenced component 'Plugin.Settings' could not be found. XamarinEvolve.Clients.Portable
Warning All projects referencing XamarinEvolve.DataStore.Azure.csproj must install nuget package Microsoft.Bcl.Build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317569. XamarinEvolve.Clients.UI
Warning All projects referencing XamarinEvolve.Clients.Portable.csproj must install nuget package Microsoft.Bcl.Build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317569. XamarinEvolve.Clients.UI
Warning IDE0006 Error encountered while loading the project. Some project features, such as full solution analysis for the failed project and projects that depend on it, have been disabled. XamarinEvolve.Android 1 Active
Warning The referenced component 'UrlImageViewHelper' could not be found. XamarinEvolve.Android
Warning Could not resolve this reference. Could not locate the assembly "UrlImageViewHelper". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. XamarinEvolve.Android
Warning Could not resolve this reference. Could not locate the assembly "Microsoft.WindowsAzure.Messaging.Android". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. XamarinEvolve.Android
Warning The referenced component 'Microsoft.WindowsAzure.Messaging.Android' could not be found. XamarinEvolve.Android
Warning The referenced component 'ToastIOS' could not be found. XamarinEvolve.iOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment