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
[AcceptVerbs("PATCH")]
public virtual async Task<IHttpActionResult> Patch([FromODataUri] Guid key, Delta<T> partialT)
where <T> is an EF model with some properties with the attribute NotMapped, that inherits from another class (which implements 2 more interfaces), and which implements an interface with a type parameter of the model
public class ProblemClass: EntityFrameworkModel, Auditing.ISystemAuditable<ProblemClass>
public abstract class EntityFrameworkModel : ICommonModel, IId
Expected result
Database successfully updated.
Actual result
Value cannot be null.\r\nParameter name: nullableType
The text was updated successfully, but these errors were encountered:
@corranrogue9
Same issue as #2645 but I can't reopen that one.
Assemblies affected
Microsoft.AspNet.OData version 7.5.12 and higher
Reproduce steps
Attempt to submit to a method with the signature
where <T> is an EF model with some properties with the attribute NotMapped, that inherits from another class (which implements 2 more interfaces), and which implements an interface with a type parameter of the model
Expected result
Database successfully updated.
Actual result
Value cannot be null.\r\nParameter name: nullableType
The text was updated successfully, but these errors were encountered: