efcore
efcore copied to clipboard
Consider using Verbatim String Generation if absolutely sure will not contain linebreaks
There may be some cases where we are absolutely sure there are no linebreaks in the string and hence could use @"" syntax for the string. E.g. @bricelam suggests for the @"...(localdb)\MSSQLLocalDB..." in OnConfiguring().