You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct. #13259
Operations that change non-concurrent collections must have exclusive access. A concurrent update was performed on this collection and corrupted its state. The collection's state is no longer correct.
at System.Collections.Generic.Dictionary`2.FindEntry(TKey key)
at System.Collections.Generic.Dictionary`2.TryGetValue(TKey key, TValue& value)
at Mapster.TypeAdapterConfig.Remove(TypeTuple key)
at Mapster.TypeAdapterConfig.NewConfig[TSource,TDestination]()
at InventoryService.GetCategories(Int32 inventoryCenterId)
at Controllers.InventoriesController.GetCategories(Int32 centerId)