System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index') at WildGooseApp.Shared.Artists.Query.Execute(AppDbFactory conn) in C:\Data\Code\WildGooseApp\WildGooseApp.Shared\Commands\Artists.cs:line 22 at WildGooseApp.Shared.Artists.Query.Execute(AppDbFactory conn) in C:\Data\Code\WildGooseApp\WildGooseApp.Shared\Commands\Artists.cs:line 11 at InvokeStub_Query.Execute(Object, Span`1) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) --- End of inner exception stack trace --- at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at WildGooseApp.Shared.Components.ViewArtists.OnInitializedAsync() at Microsoft.AspNetCore.Components.ComponentBase.RunInitAndSetParametersAsync()