Skip to content

Instantly share code, notes, and snippets.

@jimmgarrido
Created June 6, 2017 17:44
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 jimmgarrido/fd54fdbacc207e06395acf981f4b27bf to your computer and use it in GitHub Desktop.
Save jimmgarrido/fd54fdbacc207e06395acf981f4b27bf to your computer and use it in GitHub Desktop.
b57081 call stacks
DBTestApp.ViewModels.Cars.CarsViewModel..ctor(DBTestApp.Service.Services.CarsService carsService) in /Users/jimmygarrido/Xamarin Work/Bugs/57081 viewmodel/AsyncDbApp/DBTestApp/ViewModels/Cars/CarsViewModel.cs:58
object.lambda_method( arg0, arg1) in
Microsoft.Practices.ObjectBuilder2.DynamicBuildPlanGenerationContext.(Microsoft.Practices.ObjectBuilder2.BuilderContext context) in
Microsoft.Practices.ObjectBuilder2.DynamicMethodBuildPlan.BuildUp(Microsoft.Practices.ObjectBuilder2.BuilderContext context) in
Microsoft.Practices.ObjectBuilder2.BuildPlanStrategy.PreBuildUp(Microsoft.Practices.ObjectBuilder2.BuilderContext context) in
Microsoft.Practices.ObjectBuilder2.StrategyChain.ExecuteBuildUp(Microsoft.Practices.ObjectBuilder2.BuilderContext context) in
Microsoft.Practices.Unity.UnityContainer.DoBuildUp(System.RuntimeType t, object existing, string name, Microsoft.Practices.Unity.ResolverOverride[] resolverOverrides) in
Microsoft.Practices.Unity.UnityContainer.DoBuildUp(System.RuntimeType t, string name, Microsoft.Practices.Unity.ResolverOverride[] resolverOverrides) in
Microsoft.Practices.Unity.UnityContainer.Resolve(System.RuntimeType t, string name, Microsoft.Practices.Unity.ResolverOverride[] resolverOverrides) in
Microsoft.Practices.Unity.UnityContainerExtensions.Resolve<DBTestApp.ViewModels.Cars.CarsViewModel>(Microsoft.Practices.Unity.UnityContainer container, Microsoft.Practices.Unity.ResolverOverride[] overrides) in
DBTestApp.Core.DependencyContainer.Resolve<DBTestApp.ViewModels.Cars.CarsViewModel>() in /Users/jimmygarrido/Xamarin Work/Bugs/57081 viewmodel/AsyncDbApp/DBTestApp/Core/DependencyContainer.cs:64
DBTestApp.Core.VMLocator.get_CarsViewModel() in /Users/jimmygarrido/Xamarin Work/Bugs/57081 viewmodel/AsyncDbApp/DBTestApp/Core/VMLocator.cs:43
System.Reflection.MonoMethod.InternalInvoke() in
Xamarin.Forms.BindingExpression.BindingExpressionPart.TryGetValue(DBTestApp.Core.VMLocator source, DBTestApp.Core.VMLocator value) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\BindingExpression.cs:562
Xamarin.Forms.BindingExpression.ApplyCore(DBTestApp.Core.VMLocator sourceObject, DBTestApp.Views.CarsPage target, Xamarin.Forms.BindableProperty property, bool fromTarget) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\BindingExpression.cs:160
Xamarin.Forms.BindingExpression.Apply(DBTestApp.Core.VMLocator sourceObject, DBTestApp.Views.CarsPage target, Xamarin.Forms.BindableProperty property) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\BindingExpression.cs:76
Xamarin.Forms.Binding.Apply(object newContext, DBTestApp.Views.CarsPage bindObj, Xamarin.Forms.BindableProperty targetProperty) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\Binding.cs:123
Xamarin.Forms.BindableObject.SetBinding(Xamarin.Forms.BindableProperty targetProperty, Xamarin.Forms.Binding binding, bool fromStyle) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\BindableObject.cs:288
Xamarin.Forms.BindableObject.SetBinding(Xamarin.Forms.BindableProperty targetProperty, Xamarin.Forms.Binding binding) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\BindableObject.cs:78
Xamarin.Forms.Xaml.ApplyPropertiesVisitor.TrySetBinding(DBTestApp.Views.CarsPage element, Xamarin.Forms.BindableProperty property, string localName, Xamarin.Forms.Binding value, Xamarin.Forms.Xaml.ElementNode lineInfo, System.Exception exception) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Xaml\ApplyPropertiesVisitor.cs:372
Xamarin.Forms.Xaml.ApplyPropertiesVisitor.SetPropertyValue(DBTestApp.Views.CarsPage xamlelement, Xamarin.Forms.Xaml.XmlName propertyName, Xamarin.Forms.Binding value, DBTestApp.Views.CarsPage rootElement, Xamarin.Forms.Xaml.ElementNode node, Xamarin.Forms.Xaml.HydratationContext context, Xamarin.Forms.Xaml.ElementNode lineInfo) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Xaml\ApplyPropertiesVisitor.cs:291
Xamarin.Forms.Xaml.ApplyPropertiesVisitor.Visit(Xamarin.Forms.Xaml.ElementNode node, Xamarin.Forms.Xaml.XamlLoader.RuntimeRootNode parentNode) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Xaml\ApplyPropertiesVisitor.cs:120
Xamarin.Forms.Xaml.ElementNode.Accept(Xamarin.Forms.Xaml.ApplyPropertiesVisitor visitor, Xamarin.Forms.Xaml.XamlLoader.RuntimeRootNode parentNode) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Xaml\XamlNode.cs:175
Xamarin.Forms.Xaml.RootNode.Accept(Xamarin.Forms.Xaml.ApplyPropertiesVisitor visitor, Xamarin.Forms.Xaml.INode parentNode) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Xaml\XamlNode.cs:223
Xamarin.Forms.Xaml.XamlLoader.Visit(Xamarin.Forms.Xaml.XamlLoader.RuntimeRootNode rootnode, Xamarin.Forms.Xaml.HydratationContext visitorContext) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Xaml\XamlLoader.cs:125
Xamarin.Forms.Xaml.XamlLoader.Load(DBTestApp.Views.CarsPage view, string xaml) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Xaml\XamlLoader.cs:76
Xamarin.Forms.Xaml.XamlLoader.Load(DBTestApp.Views.CarsPage view, System.RuntimeType callingType) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Xaml\XamlLoader.cs:56
Xamarin.Forms.Xaml.Extensions.LoadFromXaml<DBTestApp.Views.CarsPage>(DBTestApp.Views.CarsPage view, System.RuntimeType callingType) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Xaml\ViewExtensions.cs:36
DBTestApp.Views.CarsPage.InitializeComponent() in /Users/jimmygarrido/Xamarin Work/Bugs/57081 viewmodel/AsyncDbApp/DBTestApp/obj/Debug/DBTestApp.Views.CarsPage.xaml.g.cs:20
DBTestApp.Views.CarsPage..ctor() in /Users/jimmygarrido/Xamarin Work/Bugs/57081 viewmodel/AsyncDbApp/DBTestApp/Views/CarsPage.cs:9
System.Reflection.MonoCMethod.InternalInvoke() in
System.Reflection.MonoCMethod.InternalInvoke(object obj, object[] parameters) in
System.RuntimeType.CreateInstanceMono(bool nonPublic) in
System.RuntimeType.CreateInstanceSlow(bool publicOnly, bool skipCheckThis, bool fillCache, System.Threading.StackCrawlMark stackMark) in
System.Activator.CreateInstance(System.RuntimeType type, bool nonPublic) in
System.Activator.CreateInstance(System.RuntimeType type) in
DBTestApp.Services.NavigationService.NavigatoToPage() in /Users/jimmygarrido/Xamarin Work/Bugs/57081 viewmodel/AsyncDbApp/DBTestApp/Services/NavigationService.cs:41
System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<DBTestApp.Services.NavigationService.<NavigatoToPage>d__3>(DBTestApp.Services.NavigationService stateMachine) in
DBTestApp.Services.NavigationService.NavigatoToPage(string key, object parameter) in
DBTestApp.ViewModels.LoginViewModel.LoginAsync() in /Users/jimmygarrido/Xamarin Work/Bugs/57081 viewmodel/AsyncDbApp/DBTestApp/ViewModels/LoginViewModel.cs:47
System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(DBTestApp.ViewModels.LoginViewModel stateMachine) in
System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, DBTestApp.ViewModels.LoginViewModel state, bool preserveSyncCtx) in
System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, DBTestApp.ViewModels.LoginViewModel state, bool preserveSyncCtx) in
System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run() in
System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation.<>c.<.cctor>b__7_0(System.Action state) in
Android.App.SyncContext.() in
Java.Lang.Thread.RunnableImplementor.Run() in
Java.Lang.IRunnableInvoker.n_Run(System.IntPtr jnienv, System.IntPtr native__this) in
object.93a11bc9-e2e5-4dd9-ab6f-e023624fd4c5( arg0, arg1) in
DBTestApp.ViewModels.Cars.CarsViewModel..ctor(DBTestApp.Service.Services.CarsService carsService) in /Users/jimmygarrido/Xamarin Work/Bugs/57081 viewmodel/AsyncDbApp/DBTestApp/ViewModels/Cars/CarsViewModel.cs:58
object.lambda_method( arg0, arg1) in
Microsoft.Practices.ObjectBuilder2.DynamicBuildPlanGenerationContext.(Microsoft.Practices.ObjectBuilder2.BuilderContext context) in
Microsoft.Practices.ObjectBuilder2.DynamicMethodBuildPlan.BuildUp(Microsoft.Practices.ObjectBuilder2.BuilderContext context) in
Microsoft.Practices.ObjectBuilder2.BuildPlanStrategy.PreBuildUp(Microsoft.Practices.ObjectBuilder2.BuilderContext context) in
Microsoft.Practices.ObjectBuilder2.StrategyChain.ExecuteBuildUp(Microsoft.Practices.ObjectBuilder2.BuilderContext context) in
Microsoft.Practices.Unity.UnityContainer.DoBuildUp(System.RuntimeType t, object existing, string name, Microsoft.Practices.Unity.ResolverOverride[] resolverOverrides) in
Microsoft.Practices.Unity.UnityContainer.DoBuildUp(System.RuntimeType t, string name, Microsoft.Practices.Unity.ResolverOverride[] resolverOverrides) in
Microsoft.Practices.Unity.UnityContainer.Resolve(System.RuntimeType t, string name, Microsoft.Practices.Unity.ResolverOverride[] resolverOverrides) in
Microsoft.Practices.Unity.UnityContainerExtensions.Resolve<DBTestApp.ViewModels.Cars.CarsViewModel>(Microsoft.Practices.Unity.UnityContainer container, Microsoft.Practices.Unity.ResolverOverride[] overrides) in
DBTestApp.Core.DependencyContainer.Resolve<DBTestApp.ViewModels.Cars.CarsViewModel>() in /Users/jimmygarrido/Xamarin Work/Bugs/57081 viewmodel/AsyncDbApp/DBTestApp/Core/DependencyContainer.cs:64
DBTestApp.Core.VMLocator.get_CarsViewModel() in /Users/jimmygarrido/Xamarin Work/Bugs/57081 viewmodel/AsyncDbApp/DBTestApp/Core/VMLocator.cs:43
System.Reflection.MonoMethod.InternalInvoke() in
Xamarin.Forms.BindingExpression.BindingExpressionPart.TryGetValue(DBTestApp.Core.VMLocator source, DBTestApp.Core.VMLocator value) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\BindingExpression.cs:562
Xamarin.Forms.BindingExpression.ApplyCore(DBTestApp.Core.VMLocator sourceObject, DBTestApp.Views.CarsPage target, Xamarin.Forms.BindableProperty property, bool fromTarget) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\BindingExpression.cs:160
Xamarin.Forms.BindingExpression.Apply(DBTestApp.Core.VMLocator sourceObject, DBTestApp.Views.CarsPage target, Xamarin.Forms.BindableProperty property) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\BindingExpression.cs:76
Xamarin.Forms.Binding.Apply(DBTestApp.ViewModels.Cars.CarsViewModel newContext, DBTestApp.Views.CarsPage bindObj, Xamarin.Forms.BindableProperty targetProperty) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\Binding.cs:123
Xamarin.Forms.BindableObject.ApplyBindings(bool skipBindingContext) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\BindableObject.cs:417
Xamarin.Forms.BindableObject.ApplyBindings() in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\BindableObject.cs:124
Xamarin.Forms.Element.OnChildAdded(DBTestApp.Views.CarsPage child) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\Element.cs:351
Xamarin.Forms.VisualElement.OnChildAdded(DBTestApp.Views.CarsPage child) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\VisualElement.cs:570
Xamarin.Forms.Page.OnInternalAdded(DBTestApp.Views.CarsPage view) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\Page.cs:352
Xamarin.Forms.Page.InternalChildrenOnCollectionChanged(System.Collections.ObjectModel.ObservableCollection<Xamarin.Forms.Element> sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\Page.cs:344
System.Collections.ObjectModel.ObservableCollection<Xamarin.Forms.Element>.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs e) in
System.Collections.ObjectModel.ObservableCollection<Xamarin.Forms.Element>.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedAction action, DBTestApp.Views.CarsPage item, int index) in
System.Collections.ObjectModel.ObservableCollection<Xamarin.Forms.Element>.InsertItem(int index, DBTestApp.Views.CarsPage item) in
System.Collections.ObjectModel.Collection<Xamarin.Forms.Element>.Add(DBTestApp.Views.CarsPage item) in
Xamarin.Forms.NavigationPage.PushPage(DBTestApp.Views.CarsPage page) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\NavigationPage.cs:369
Xamarin.Forms.NavigationPage.PushAsyncInner() in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\NavigationPage.cs:350
System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<Xamarin.Forms.NavigationPage.<PushAsyncInner>d__90>(Xamarin.Forms.NavigationPage stateMachine) in
Xamarin.Forms.NavigationPage.PushAsyncInner(DBTestApp.Views.CarsPage page, bool animated) in
Xamarin.Forms.NavigationPage.PushAsync() in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\NavigationPage.cs:181
System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<Xamarin.Forms.NavigationPage.<PushAsync>d__48>(Xamarin.Forms.NavigationPage stateMachine) in
Xamarin.Forms.NavigationPage.PushAsync(DBTestApp.Views.CarsPage page, bool animated) in
Xamarin.Forms.NavigationPage.NavigationImpl.OnPushAsync(DBTestApp.Views.CarsPage root, bool animated) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\NavigationPage.cs:438
Xamarin.Forms.NavigationProxy.PushAsync(DBTestApp.Views.CarsPage root, bool animated) in C:\BuildAgent3\work\ca3766cfc22354a1\Xamarin.Forms.Core\NavigationProxy.cs:109
DBTestApp.Services.NavigationService.NavigatoToPage() in /Users/jimmygarrido/Xamarin Work/Bugs/57081 viewmodel/AsyncDbApp/DBTestApp/Services/NavigationService.cs:48
System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(DBTestApp.Services.NavigationService stateMachine) in
System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, DBTestApp.Services.NavigationService state, bool preserveSyncCtx) in
System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, DBTestApp.Services.NavigationService state, bool preserveSyncCtx) in
System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run() in
System.Threading.Tasks.AwaitTaskContinuation.InvokeAction(System.Action state) in
System.Threading.Tasks.AwaitTaskContinuation.RunCallback(System.Threading.ContextCallback callback, System.Action state, System.Threading.Tasks.Task currentTask) in
System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation.Run(System.Threading.Tasks.Task<System.Threading.Tasks.VoidTaskResult> task, bool canInlineContinuationTask) in
System.Threading.Tasks.Task.FinishContinuations() in
System.Threading.Tasks.Task.FinishStageThree() in
System.Threading.Tasks.Task<System.Threading.Tasks.VoidTaskResult>.TrySetResult(System.Threading.Tasks.VoidTaskResult result) in
System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Threading.Tasks.VoidTaskResult>.SetResult(System.Threading.Tasks.VoidTaskResult result) in
System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Threading.Tasks.VoidTaskResult>.SetResult(System.Threading.Tasks.Task<System.Threading.Tasks.VoidTaskResult> completedTask) in
System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult() in
DBTestApp.ViewModels.Cars.CarsViewModel.LoadDataAsync() in /Users/jimmygarrido/Xamarin Work/Bugs/57081 viewmodel/AsyncDbApp/DBTestApp/ViewModels/Cars/CarsViewModel.cs:72
System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(DBTestApp.ViewModels.Cars.CarsViewModel stateMachine) in
System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, DBTestApp.ViewModels.Cars.CarsViewModel state, bool preserveSyncCtx) in
System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, DBTestApp.ViewModels.Cars.CarsViewModel state, bool preserveSyncCtx) in
System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run() in
System.Threading.Tasks.AwaitTaskContinuation.InvokeAction(System.Action state) in
System.Threading.Tasks.AwaitTaskContinuation.RunCallback(System.Threading.ContextCallback callback, System.Action state, System.Threading.Tasks.Task currentTask) in
System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation.Run(System.Threading.Tasks.Task<System.Threading.Tasks.VoidTaskResult> task, bool canInlineContinuationTask) in
System.Threading.Tasks.Task.FinishContinuations() in
System.Threading.Tasks.Task.FinishStageThree() in
System.Threading.Tasks.Task<System.Threading.Tasks.VoidTaskResult>.TrySetResult(System.Threading.Tasks.VoidTaskResult result) in
System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Threading.Tasks.VoidTaskResult>.SetResult(System.Threading.Tasks.VoidTaskResult result) in
System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Threading.Tasks.VoidTaskResult>.SetResult(System.Threading.Tasks.Task<System.Threading.Tasks.VoidTaskResult> completedTask) in
System.Runtime.CompilerServices.AsyncTaskMethodBuilder.SetResult() in
DBTestApp.ViewModels.Cars.CarsViewModel.LoadCarsAsync() in /Users/jimmygarrido/Xamarin Work/Bugs/57081 viewmodel/AsyncDbApp/DBTestApp/ViewModels/Cars/CarsViewModel.cs:90
System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(DBTestApp.ViewModels.Cars.CarsViewModel stateMachine) in
System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, DBTestApp.ViewModels.Cars.CarsViewModel state, bool preserveSyncCtx) in
System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, DBTestApp.ViewModels.Cars.CarsViewModel state, bool preserveSyncCtx) in
System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run() in
System.Threading.Tasks.AwaitTaskContinuation.InvokeAction(System.Action state) in
System.Threading.Tasks.AwaitTaskContinuation.RunCallback(System.Threading.ContextCallback callback, System.Action state, System.Threading.Tasks.Task currentTask) in
System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation.Run(System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<DBTestApp.Service.Models.CarModel>> task, bool canInlineContinuationTask) in
System.Threading.Tasks.Task.FinishContinuations() in
System.Threading.Tasks.Task.FinishStageThree() in
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<DBTestApp.Service.Models.CarModel>>.TrySetResult(System.Collections.Generic.List<DBTestApp.Service.Models.CarModel> result) in
System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Collections.Generic.IEnumerable<DBTestApp.Service.Models.CarModel>>.SetResult(System.Collections.Generic.List<DBTestApp.Service.Models.CarModel> result) in
DBTestApp.Service.Services.CarsService.GetCarsAsync() in
System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(DBTestApp.Service.Services.CarsService stateMachine) in
System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, DBTestApp.Service.Services.CarsService state, bool preserveSyncCtx) in
System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, DBTestApp.Service.Services.CarsService state, bool preserveSyncCtx) in
System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run() in
System.Threading.Tasks.AwaitTaskContinuation.InvokeAction(System.Action state) in
System.Threading.Tasks.AwaitTaskContinuation.RunCallback(System.Threading.ContextCallback callback, System.Action state, System.Threading.Tasks.Task currentTask) in
System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation.Run(System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<DBTestApp.Repository.Entities.CarEntity>> task, bool canInlineContinuationTask) in
System.Threading.Tasks.Task.FinishContinuations() in
System.Threading.Tasks.Task.FinishStageThree() in
System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<DBTestApp.Repository.Entities.CarEntity>>.TrySetResult(System.Collections.Generic.List<DBTestApp.Repository.Entities.CarEntity> result) in
System.Runtime.CompilerServices.AsyncTaskMethodBuilder<System.Collections.Generic.IEnumerable<DBTestApp.Repository.Entities.CarEntity>>.SetResult(System.Collections.Generic.List<DBTestApp.Repository.Entities.CarEntity> result) in
DBTestApp.Repository.Repository.GenericRepository<DBTestApp.Repository.Entities.CarEntity>.GetAllAsync() in
System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.InvokeMoveNext(DBTestApp.Repository.Repository.GenericRepository`1 stateMachine) in
System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, DBTestApp.Repository.Repository.GenericRepository`1 state, bool preserveSyncCtx) in
System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext executionContext, System.Threading.ContextCallback callback, DBTestApp.Repository.Repository.GenericRepository`1 state, bool preserveSyncCtx) in
System.Runtime.CompilerServices.AsyncMethodBuilderCore.MoveNextRunner.Run() in
System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation.<>c.<.cctor>b__7_0(System.Action state) in
Android.App.SyncContext.() in
Java.Lang.Thread.RunnableImplementor.Run() in
Java.Lang.IRunnableInvoker.n_Run(System.IntPtr jnienv, System.IntPtr native__this) in
object.93a11bc9-e2e5-4dd9-ab6f-e023624fd4c5( arg0, arg1) in
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment