我在linux上玩弄dotnet核心,我正在尝试使用连接字符串配置我的DbContext到mysql服务器。我的DbContext看起来像这样:usingMicrosoft.EntityFrameworkCore;usingModels.Entities;namespaceModels{publicclassSomeContext:DbContext{//alotofdbSets...publicDbSetSomeDbSet{get;set;}publicSomeContext(DbContextOptionsoptions):base(options){}protectedoverr