Alexander Tsidaev

Results 1 issues of Alexander Tsidaev

### Steps to reproduce Here is the minimal reproducible example. Use an empty database and the following data context: ```C# using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using Microsoft.EntityFrameworkCore; public class ApplicationDbContext :...