Luka Zmikic
Results
2
issues of
Luka Zmikic
staging track 10 does not exist anymore
Failing to find Key attribute on the property if the property name in the model not equal to "Id"
11
Model pseudo-code: [Key] public long AnythingDifferentFromId { get; set; } Breaks at line 49, ViewHelperExtensions.cs : return model.GetType().GetProperty(model.IdentifierPropertyName()).GetValue(model,new object[0]); with exception: Object reference not set to an instance of an...
bug