Created
October 25, 2019 14:24
-
-
Save IOrlandoni/51712fca549b8987e3c56e2ad40ec607 to your computer and use it in GitHub Desktop.
Panner.Order - System.MissingMethodException
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.MissingMethodException: Method not found: 'Microsoft.EntityFrameworkCore.Metadata.IProperty Microsoft.EntityFrameworkCore.EntityTypeExtensions.FindProperty(Microsoft.EntityFrameworkCore.Metadata.IEntityType, System.Reflection.PropertyInfo)'. | |
at Panner.Order.Utilities.ParserHelper.GetSortConfigurationOrDefault(DbContext dbContext, Type type, PropertyInfo property) | |
at Panner.Order.Utilities.ParserHelper.TryParseOrder[TEntity](DbContext dbContext, String order, Action`1 onSuccess, Action`1 onError) | |
at Panner.Order.Utilities.ParserHelper.TryParseOrders[TEntity](DbContext dbContext, String csvOrders, Action`1 onPartialSuccess, Action`1 onPartialError) | |
at Panner.Order.DbContextExtensions.TryParseOrders[TEntity](DbContext dbContext, String csvOrders, IReadOnlyList`1& orderParticles, IReadOnlyList`1& errors) | |
at Panner.Swashbuckle.AspNetCore.Samples.AspNetCore3.Panner.Raw.OrderParticlesModelBinder`2.BindModelAsync(ModelBindingContext bindingContext) in Panner.Swashbuckle.AspNetCore\samples\AspNetCore3\Panner\Raw\OrderParticlesModelBinder.cs:line 47 | |
at Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BinderTypeModelBinder.BindModelAsync(ModelBindingContext bindingContext) | |
at Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder.BindModelAsync(ActionContext actionContext, IModelBinder modelBinder, IValueProvider valueProvider, ParameterDescriptor parameter, ModelMetadata metadata, Object value) | |
at Microsoft.AspNetCore.Mvc.Controllers.ControllerBinderDelegateProvider.<>c__DisplayClass0_0.<<CreateBinderDelegate>g__Bind|0>d.MoveNext() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment