correccion plantillas
This commit is contained in:
@@ -339,13 +339,6 @@ public partial class <#= Options.ContextName #> : DbContext
|
||||
<#
|
||||
mainEnvironment = GenerationEnvironment;
|
||||
GenerationEnvironment = new StringBuilder();
|
||||
|
||||
WriteLine("// <auto-generated> This file has been auto generated by EF Core Power Tools. </autogenerated>");
|
||||
if (Options.UseNullableReferenceTypes)
|
||||
{
|
||||
WriteLine("#nullable enable");
|
||||
}
|
||||
WriteLine("");
|
||||
|
||||
foreach (var ns in usings.Distinct().OrderBy(x => x, new NamespaceComparer()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user