msbuild icon indicating copy to clipboard operation
msbuild copied to clipboard

Update schema to include trimming-related properties & item types

Open DamianEdwards opened this issue 1 year ago • 0 comments

Update src/MSBuild/MSBuild)/Microsoft.Build.CommonTypes.xsd with the various options and item types used for trimming, so that they show up in the MSBuild file editor in Visual Studio, e.g.:

  • <TrimMode>
  • <IsTrimmable>
  • <SuppressTrimAnalysisWarnings>
  • <EnableTrimAnalyzer>
  • <TrimmerDefaultAction>
  • <TrimmerSingleWarn>
  • <ILLinkWarningLevel>
  • <ILLinkTreatWarningsAsErrors>
  • <TrimmerRemoveSymbols>
  • <DebuggerSupport>
  • <TrimmerRootAssembly />
  • <TrimmerRootDescriptor />
  • <TrimmableAssembly />
  • more

@agocke

DamianEdwards avatar Jul 09 '22 00:07 DamianEdwards