Skip to content

Commit b3b3c1f

Browse files
committed
Update editorconfig template
1 parent ff0d7ba commit b3b3c1f

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

src/Cli/dotnet/Commands/Run/CSharpCompilerCommand.cs

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -209,23 +209,25 @@ private void PrepareAuxiliaryFiles(out string rspPath)
209209
build_property.EnableAotAnalyzer = true
210210
build_property.EnableSingleFileAnalyzer = true
211211
build_property.EnableTrimAnalyzer = true
212-
build_property.IncludeAllContentForSelfExtract =
212+
build_property.IncludeAllContentForSelfExtract =
213+
build_property.VerifyReferenceTrimCompatibility =
214+
build_property.VerifyReferenceAotCompatibility =
213215
build_property.TargetFramework = net{TargetFrameworkVersion}
214216
build_property.TargetFrameworkIdentifier = .NETCoreApp
215217
build_property.TargetFrameworkVersion = v{TargetFrameworkVersion}
216-
build_property.TargetPlatformMinVersion =
217-
build_property.UsingMicrosoftNETSdkWeb =
218-
build_property.ProjectTypeGuids =
219-
build_property.InvariantGlobalization =
220-
build_property.PlatformNeutralAssembly =
221-
build_property.EnforceExtendedAnalyzerRules =
218+
build_property.TargetPlatformMinVersion =
219+
build_property.UsingMicrosoftNETSdkWeb =
220+
build_property.ProjectTypeGuids =
221+
build_property.InvariantGlobalization =
222+
build_property.PlatformNeutralAssembly =
223+
build_property.EnforceExtendedAnalyzerRules =
222224
build_property._SupportedPlatformList = Linux,macOS,Windows
223225
build_property.RootNamespace = {fileNameWithoutExtension}
224226
build_property.ProjectDir = {fileDirectory}{Path.DirectorySeparatorChar}
225-
build_property.EnableComHosting =
227+
build_property.EnableComHosting =
226228
build_property.EnableGeneratedComInterfaceComImportInterop = false
227229
build_property.EffectiveAnalysisLevelStyle = {TargetFrameworkVersion}
228-
build_property.EnableCodeStyleSeverity =
230+
build_property.EnableCodeStyleSeverity =
229231
230232
""");
231233
}

0 commit comments

Comments
 (0)