I'm trying to process DB migrations during application startup in a Azure-hosted web API. However, no matter where I try to put it, I get the exception: ObjectD
I'm trying to create a many to many relationship in entity Framework Core using Fluent API Here is my first model: MyCalculationSelector.cs public int Sort
I have a property configured like this: public byte[] Timestamp { get; set; } And then in my DbContext, i use the Fluent API like so: modelBuilder.Entity<