diff --git a/ref/Microsoft.Build.Engine/net/Microsoft.Build.Engine.cs b/ref/Microsoft.Build.Engine/net/Microsoft.Build.Engine.cs index 88478e05b32..0f848bbe337 100644 --- a/ref/Microsoft.Build.Engine/net/Microsoft.Build.Engine.cs +++ b/ref/Microsoft.Build.Engine/net/Microsoft.Build.Engine.cs @@ -93,8 +93,8 @@ public partial class BuildPropertyGroupCollection : System.Collections.ICollecti [System.FlagsAttribute] public enum BuildSettings { - DoNotResetPreviouslyBuiltTargets = 1, None = 0, + DoNotResetPreviouslyBuiltTargets = 1, } public partial class BuildTask { @@ -367,13 +367,13 @@ public partial class Project [System.FlagsAttribute] public enum ProjectLoadSettings { - IgnoreMissingImports = 1, None = 0, + IgnoreMissingImports = 1, } public enum PropertyPosition { - UseExistingOrCreateAfterLastImport = 1, UseExistingOrCreateAfterLastPropertyGroup = 0, + UseExistingOrCreateAfterLastImport = 1, } public sealed partial class RemoteErrorException : System.Exception { @@ -439,8 +439,8 @@ public partial class ToolsetCollection : System.Collections.Generic.ICollection< [System.FlagsAttribute] public enum ToolsetDefinitionLocations { - ConfigurationFile = 1, None = 0, + ConfigurationFile = 1, Registry = 2, } public partial class UsingTask diff --git a/ref/Microsoft.Build.Framework/net/Microsoft.Build.Framework.cs b/ref/Microsoft.Build.Framework/net/Microsoft.Build.Framework.cs index 7a67734775b..239f7910b68 100644 --- a/ref/Microsoft.Build.Framework/net/Microsoft.Build.Framework.cs +++ b/ref/Microsoft.Build.Framework/net/Microsoft.Build.Framework.cs @@ -6,7 +6,9 @@ namespace Microsoft.Build.Framework [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public partial struct BuildEngineResult { - public BuildEngineResult(bool result, System.Collections.Generic.List> targetOutputsPerProject) { throw null;} + private object _dummy; + private int _dummyPrimitive; + public BuildEngineResult(bool result, System.Collections.Generic.List> targetOutputsPerProject) { throw null; } public bool Result { get { throw null; } } public System.Collections.Generic.IList> TargetOutputsPerProject { get { throw null; } } } @@ -150,7 +152,7 @@ public abstract partial class CustomBuildEventArgs : Microsoft.Build.Framework.L public partial class EnvironmentVariableReadEventArgs : Microsoft.Build.Framework.BuildMessageEventArgs { public EnvironmentVariableReadEventArgs() { } - public EnvironmentVariableReadEventArgs(string environmentVariableName, string message, string helpKeyword=null, string senderName=null, Microsoft.Build.Framework.MessageImportance importance=(Microsoft.Build.Framework.MessageImportance)(2)) { } + public EnvironmentVariableReadEventArgs(string environmentVariableName, string message, string helpKeyword = null, string senderName = null, Microsoft.Build.Framework.MessageImportance importance = Microsoft.Build.Framework.MessageImportance.Low) { } public string EnvironmentVariableName { get { throw null; } set { } } } public partial class ExternalProjectFinishedEventArgs : Microsoft.Build.Framework.CustomBuildEventArgs @@ -296,7 +298,7 @@ public partial interface ITaskFactory2 : Microsoft.Build.Framework.ITaskFactory } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("9049A481-D0E9-414f-8F92-D4F67A0359A6")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface ITaskHost { } @@ -329,7 +331,7 @@ public partial class LazyFormattedBuildEventArgs : Microsoft.Build.Framework.Bui public LazyFormattedBuildEventArgs(string message, string helpKeyword, string senderName, System.DateTime eventTimestamp, params object[] messageArgs) { } public override string Message { get { throw null; } } } - [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)] + [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)] public sealed partial class LoadInSeparateAppDomainAttribute : System.Attribute { public LoadInSeparateAppDomainAttribute() { } @@ -349,24 +351,24 @@ public partial class LoggerException : System.Exception [System.Runtime.InteropServices.ComVisibleAttribute(true)] public enum LoggerVerbosity { - Detailed = 3, - Diagnostic = 4, + Quiet = 0, Minimal = 1, Normal = 2, - Quiet = 0, + Detailed = 3, + Diagnostic = 4, } public enum MessageImportance { High = 0, - Low = 2, Normal = 1, + Low = 2, } public partial class MetaprojectGeneratedEventArgs : Microsoft.Build.Framework.BuildMessageEventArgs { public string metaprojectXml; public MetaprojectGeneratedEventArgs(string metaprojectXml, string metaprojectPath, string message) { } } - [System.AttributeUsageAttribute((System.AttributeTargets)(128), AllowMultiple=false, Inherited=false)] + [System.AttributeUsageAttribute(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)] public sealed partial class OutputAttribute : System.Attribute { public OutputAttribute() { } @@ -375,7 +377,7 @@ public sealed partial class ProjectEvaluationFinishedEventArgs : Microsoft.Build { public ProjectEvaluationFinishedEventArgs() { } public ProjectEvaluationFinishedEventArgs(string message, params object[] messageArgs) { } - public System.Nullable ProfilerResult { get { throw null; } set { } } + public Microsoft.Build.Framework.Profiler.ProfilerResult? ProfilerResult { get { throw null; } set { } } public string ProjectFile { get { throw null; } set { } } } public partial class ProjectEvaluationStartedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs @@ -423,7 +425,7 @@ public partial class ProjectStartedEventArgs : Microsoft.Build.Framework.BuildSt public partial class PropertyInitialValueSetEventArgs : Microsoft.Build.Framework.BuildMessageEventArgs { public PropertyInitialValueSetEventArgs() { } - public PropertyInitialValueSetEventArgs(string propertyName, string propertyValue, string propertySource, string message, string helpKeyword=null, string senderName=null, Microsoft.Build.Framework.MessageImportance importance=(Microsoft.Build.Framework.MessageImportance)(2)) { } + public PropertyInitialValueSetEventArgs(string propertyName, string propertyValue, string propertySource, string message, string helpKeyword = null, string senderName = null, Microsoft.Build.Framework.MessageImportance importance = Microsoft.Build.Framework.MessageImportance.Low) { } public string PropertyName { get { throw null; } set { } } public string PropertySource { get { throw null; } set { } } public string PropertyValue { get { throw null; } set { } } @@ -431,7 +433,7 @@ public partial class PropertyInitialValueSetEventArgs : Microsoft.Build.Framewor public partial class PropertyReassignmentEventArgs : Microsoft.Build.Framework.BuildMessageEventArgs { public PropertyReassignmentEventArgs() { } - public PropertyReassignmentEventArgs(string propertyName, string previousValue, string newValue, string location, string message, string helpKeyword=null, string senderName=null, Microsoft.Build.Framework.MessageImportance importance=(Microsoft.Build.Framework.MessageImportance)(2)) { } + public PropertyReassignmentEventArgs(string propertyName, string previousValue, string newValue, string location, string message, string helpKeyword = null, string senderName = null, Microsoft.Build.Framework.MessageImportance importance = Microsoft.Build.Framework.MessageImportance.Low) { } public string Location { get { throw null; } set { } } public string NewValue { get { throw null; } set { } } public string PreviousValue { get { throw null; } set { } } @@ -439,26 +441,26 @@ public partial class PropertyReassignmentEventArgs : Microsoft.Build.Framework.B } public enum RegisteredTaskObjectLifetime { - AppDomain = 1, Build = 0, + AppDomain = 1, } - [System.AttributeUsageAttribute((System.AttributeTargets)(128), AllowMultiple=false, Inherited=false)] + [System.AttributeUsageAttribute(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)] public sealed partial class RequiredAttribute : System.Attribute { public RequiredAttribute() { } } - [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)] + [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)] public sealed partial class RequiredRuntimeAttribute : System.Attribute { public RequiredRuntimeAttribute(string runtimeVersion) { } public string RuntimeVersion { get { throw null; } } } - [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)] + [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)] public sealed partial class RunInMTAAttribute : System.Attribute { public RunInMTAAttribute() { } } - [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)] + [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)] public sealed partial class RunInSTAAttribute : System.Attribute { public RunInSTAAttribute() { } @@ -466,7 +468,7 @@ public sealed partial class RunInSTAAttribute : System.Attribute public abstract partial class SdkLogger { protected SdkLogger() { } - public abstract void LogMessage(string message, Microsoft.Build.Framework.MessageImportance messageImportance=(Microsoft.Build.Framework.MessageImportance)(2)); + public abstract void LogMessage(string message, Microsoft.Build.Framework.MessageImportance messageImportance = Microsoft.Build.Framework.MessageImportance.Low); } public sealed partial class SdkReference : System.IEquatable { @@ -478,7 +480,7 @@ public sealed partial class SdkReference : System.IEquatable errors, System.Collections.Generic.IEnumerable warnings=null); - public virtual Microsoft.Build.Framework.SdkResult IndicateSuccess(System.Collections.Generic.IEnumerable paths, string version, System.Collections.Generic.IDictionary propertiesToAdd=null, System.Collections.Generic.IDictionary itemsToAdd=null, System.Collections.Generic.IEnumerable warnings=null) { throw null; } - public virtual Microsoft.Build.Framework.SdkResult IndicateSuccess(string path, string version, System.Collections.Generic.IDictionary propertiesToAdd, System.Collections.Generic.IDictionary itemsToAdd, System.Collections.Generic.IEnumerable warnings=null) { throw null; } - public abstract Microsoft.Build.Framework.SdkResult IndicateSuccess(string path, string version, System.Collections.Generic.IEnumerable warnings=null); + public abstract Microsoft.Build.Framework.SdkResult IndicateFailure(System.Collections.Generic.IEnumerable errors, System.Collections.Generic.IEnumerable warnings = null); + public virtual Microsoft.Build.Framework.SdkResult IndicateSuccess(System.Collections.Generic.IEnumerable paths, string version, System.Collections.Generic.IDictionary propertiesToAdd = null, System.Collections.Generic.IDictionary itemsToAdd = null, System.Collections.Generic.IEnumerable warnings = null) { throw null; } + public virtual Microsoft.Build.Framework.SdkResult IndicateSuccess(string path, string version, System.Collections.Generic.IDictionary propertiesToAdd, System.Collections.Generic.IDictionary itemsToAdd, System.Collections.Generic.IEnumerable warnings = null) { throw null; } + public abstract Microsoft.Build.Framework.SdkResult IndicateSuccess(string path, string version, System.Collections.Generic.IEnumerable warnings = null); } public partial class SdkResultItem { @@ -528,10 +530,10 @@ public partial class SdkResultItem } public enum TargetBuiltReason { - AfterTargets = 3, + None = 0, BeforeTargets = 1, DependsOn = 2, - None = 0, + AfterTargets = 3, } public partial class TargetFinishedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs { @@ -617,7 +619,7 @@ public sealed partial class TelemetryEventArgs : Microsoft.Build.Framework.Build public partial class UninitializedPropertyReadEventArgs : Microsoft.Build.Framework.BuildMessageEventArgs { public UninitializedPropertyReadEventArgs() { } - public UninitializedPropertyReadEventArgs(string propertyName, string message, string helpKeyword=null, string senderName=null, Microsoft.Build.Framework.MessageImportance importance=(Microsoft.Build.Framework.MessageImportance)(2)) { } + public UninitializedPropertyReadEventArgs(string propertyName, string message, string helpKeyword = null, string senderName = null, Microsoft.Build.Framework.MessageImportance importance = Microsoft.Build.Framework.MessageImportance.Low) { } public string PropertyName { get { throw null; } set { } } } } @@ -626,9 +628,11 @@ namespace Microsoft.Build.Framework.Profiler [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public partial struct EvaluationLocation { - public EvaluationLocation(Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationPassDescription, string file, System.Nullable line, string elementName, string elementDescription, Microsoft.Build.Framework.Profiler.EvaluationLocationKind kind) { throw null;} - public EvaluationLocation(long id, System.Nullable parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationPassDescription, string file, System.Nullable line, string elementName, string elementDescription, Microsoft.Build.Framework.Profiler.EvaluationLocationKind kind) { throw null;} - public EvaluationLocation(System.Nullable parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationPassDescription, string file, System.Nullable line, string elementName, string elementDescription, Microsoft.Build.Framework.Profiler.EvaluationLocationKind kind) { throw null;} + private object _dummy; + private int _dummyPrimitive; + public EvaluationLocation(Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationPassDescription, string file, int? line, string elementName, string elementDescription, Microsoft.Build.Framework.Profiler.EvaluationLocationKind kind) { throw null; } + public EvaluationLocation(long id, long? parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationPassDescription, string file, int? line, string elementName, string elementDescription, Microsoft.Build.Framework.Profiler.EvaluationLocationKind kind) { throw null; } + public EvaluationLocation(long? parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationPassDescription, string file, int? line, string elementName, string elementDescription, Microsoft.Build.Framework.Profiler.EvaluationLocationKind kind) { throw null; } public string ElementDescription { get { throw null; } } public string ElementName { get { throw null; } } public static Microsoft.Build.Framework.Profiler.EvaluationLocation EmptyLocation { get { throw null; } } @@ -638,44 +642,45 @@ public partial struct EvaluationLocation public long Id { get { throw null; } } public bool IsEvaluationPass { get { throw null; } } public Microsoft.Build.Framework.Profiler.EvaluationLocationKind Kind { get { throw null; } } - public System.Nullable Line { get { throw null; } } - public System.Nullable ParentId { get { throw null; } } + public int? Line { get { throw null; } } + public long? ParentId { get { throw null; } } public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForAggregatedGlob() { throw null; } - public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForCondition(System.Nullable parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationDescription, string file, System.Nullable line, string condition) { throw null; } - public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForGlob(System.Nullable parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationDescription, string file, System.Nullable line, string globDescription) { throw null; } - public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForProject(System.Nullable parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationDescription, string file, System.Nullable line, Microsoft.Build.Framework.IProjectElement element) { throw null; } + public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForCondition(long? parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationDescription, string file, int? line, string condition) { throw null; } + public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForGlob(long? parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationDescription, string file, int? line, string globDescription) { throw null; } + public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForProject(long? parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationDescription, string file, int? line, Microsoft.Build.Framework.IProjectElement element) { throw null; } public override bool Equals(object obj) { throw null; } public override int GetHashCode() { throw null; } public override string ToString() { throw null; } - public Microsoft.Build.Framework.Profiler.EvaluationLocation WithEvaluationPass(Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string passDescription=null) { throw null; } + public Microsoft.Build.Framework.Profiler.EvaluationLocation WithEvaluationPass(Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string passDescription = null) { throw null; } public Microsoft.Build.Framework.Profiler.EvaluationLocation WithFile(string file) { throw null; } - public Microsoft.Build.Framework.Profiler.EvaluationLocation WithFileLineAndCondition(string file, System.Nullable line, string condition) { throw null; } - public Microsoft.Build.Framework.Profiler.EvaluationLocation WithFileLineAndElement(string file, System.Nullable line, Microsoft.Build.Framework.IProjectElement element) { throw null; } + public Microsoft.Build.Framework.Profiler.EvaluationLocation WithFileLineAndCondition(string file, int? line, string condition) { throw null; } + public Microsoft.Build.Framework.Profiler.EvaluationLocation WithFileLineAndElement(string file, int? line, Microsoft.Build.Framework.IProjectElement element) { throw null; } public Microsoft.Build.Framework.Profiler.EvaluationLocation WithGlob(string globDescription) { throw null; } - public Microsoft.Build.Framework.Profiler.EvaluationLocation WithParentId(System.Nullable parentId) { throw null; } + public Microsoft.Build.Framework.Profiler.EvaluationLocation WithParentId(long? parentId) { throw null; } } public enum EvaluationLocationKind : byte { - Condition = (byte)1, Element = (byte)0, + Condition = (byte)1, Glob = (byte)2, } public enum EvaluationPass : byte { + TotalEvaluation = (byte)0, + TotalGlobbing = (byte)1, InitialProperties = (byte)2, + Properties = (byte)3, ItemDefinitionGroups = (byte)4, Items = (byte)5, LazyItems = (byte)6, - Properties = (byte)3, - Targets = (byte)8, - TotalEvaluation = (byte)0, - TotalGlobbing = (byte)1, UsingTasks = (byte)7, + Targets = (byte)8, } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public partial struct ProfiledLocation { - public ProfiledLocation(System.TimeSpan inclusiveTime, System.TimeSpan exclusiveTime, int numberOfHits) { throw null;} + private int _dummyPrimitive; + public ProfiledLocation(System.TimeSpan inclusiveTime, System.TimeSpan exclusiveTime, int numberOfHits) { throw null; } public System.TimeSpan ExclusiveTime { get { throw null; } } public System.TimeSpan InclusiveTime { get { throw null; } } public int NumberOfHits { get { throw null; } } @@ -686,7 +691,8 @@ public partial struct ProfiledLocation [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public partial struct ProfilerResult { - public ProfilerResult(System.Collections.Generic.IDictionary profiledLocations) { throw null;} + private object _dummy; + public ProfilerResult(System.Collections.Generic.IDictionary profiledLocations) { throw null; } public System.Collections.Generic.IReadOnlyDictionary ProfiledLocations { get { throw null; } } public override bool Equals(object obj) { throw null; } public override int GetHashCode() { throw null; } @@ -797,8 +803,8 @@ public sealed partial class DataSource : System.ComponentModel.ISupportInitializ } public enum DefaultValueSourceLocation { - AfterContext = 1, BeforeContext = 0, + AfterContext = 1, } public sealed partial class DynamicEnumProperty : Microsoft.Build.Framework.XamlTypes.BaseProperty { @@ -841,8 +847,8 @@ public sealed partial class FileExtension : Microsoft.Build.Framework.XamlTypes. public sealed partial class IntProperty : Microsoft.Build.Framework.XamlTypes.BaseProperty { public IntProperty() { } - public System.Nullable MaxValue { get { throw null; } set { } } - public System.Nullable MinValue { get { throw null; } set { } } + public int? MaxValue { get { throw null; } set { } } + public int? MinValue { get { throw null; } set { } } public override void EndInit() { } } public partial interface IProjectSchemaNode @@ -928,8 +934,8 @@ public sealed partial class RuleBag : Microsoft.Build.Framework.XamlTypes.IProje } public enum RuleOverrideMode { - Extend = 1, Replace = 0, + Extend = 1, } public abstract partial class RuleSchema { diff --git a/ref/Microsoft.Build.Framework/netstandard/Microsoft.Build.Framework.cs b/ref/Microsoft.Build.Framework/netstandard/Microsoft.Build.Framework.cs index 9e3004af4bb..9c2d45f2253 100644 --- a/ref/Microsoft.Build.Framework/netstandard/Microsoft.Build.Framework.cs +++ b/ref/Microsoft.Build.Framework/netstandard/Microsoft.Build.Framework.cs @@ -6,7 +6,9 @@ namespace Microsoft.Build.Framework [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public partial struct BuildEngineResult { - public BuildEngineResult(bool result, System.Collections.Generic.List> targetOutputsPerProject) { throw null;} + private object _dummy; + private int _dummyPrimitive; + public BuildEngineResult(bool result, System.Collections.Generic.List> targetOutputsPerProject) { throw null; } public bool Result { get { throw null; } } public System.Collections.Generic.IList> TargetOutputsPerProject { get { throw null; } } } @@ -150,7 +152,7 @@ public abstract partial class CustomBuildEventArgs : Microsoft.Build.Framework.L public partial class EnvironmentVariableReadEventArgs : Microsoft.Build.Framework.BuildMessageEventArgs { public EnvironmentVariableReadEventArgs() { } - public EnvironmentVariableReadEventArgs(string environmentVariableName, string message, string helpKeyword=null, string senderName=null, Microsoft.Build.Framework.MessageImportance importance=(Microsoft.Build.Framework.MessageImportance)(2)) { } + public EnvironmentVariableReadEventArgs(string environmentVariableName, string message, string helpKeyword = null, string senderName = null, Microsoft.Build.Framework.MessageImportance importance = Microsoft.Build.Framework.MessageImportance.Low) { } public string EnvironmentVariableName { get { throw null; } set { } } } public partial class ExternalProjectFinishedEventArgs : Microsoft.Build.Framework.CustomBuildEventArgs @@ -296,7 +298,7 @@ public partial interface ITaskFactory2 : Microsoft.Build.Framework.ITaskFactory } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("9049A481-D0E9-414f-8F92-D4F67A0359A6")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface ITaskHost { } @@ -329,7 +331,7 @@ public partial class LazyFormattedBuildEventArgs : Microsoft.Build.Framework.Bui public LazyFormattedBuildEventArgs(string message, string helpKeyword, string senderName, System.DateTime eventTimestamp, params object[] messageArgs) { } public override string Message { get { throw null; } } } - [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=true)] + [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)] public sealed partial class LoadInSeparateAppDomainAttribute : System.Attribute { public LoadInSeparateAppDomainAttribute() { } @@ -348,24 +350,24 @@ public partial class LoggerException : System.Exception [System.Runtime.InteropServices.ComVisibleAttribute(true)] public enum LoggerVerbosity { - Detailed = 3, - Diagnostic = 4, + Quiet = 0, Minimal = 1, Normal = 2, - Quiet = 0, + Detailed = 3, + Diagnostic = 4, } public enum MessageImportance { High = 0, - Low = 2, Normal = 1, + Low = 2, } public partial class MetaprojectGeneratedEventArgs : Microsoft.Build.Framework.BuildMessageEventArgs { public string metaprojectXml; public MetaprojectGeneratedEventArgs(string metaprojectXml, string metaprojectPath, string message) { } } - [System.AttributeUsageAttribute((System.AttributeTargets)(128), AllowMultiple=false, Inherited=false)] + [System.AttributeUsageAttribute(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)] public sealed partial class OutputAttribute : System.Attribute { public OutputAttribute() { } @@ -374,7 +376,7 @@ public sealed partial class ProjectEvaluationFinishedEventArgs : Microsoft.Build { public ProjectEvaluationFinishedEventArgs() { } public ProjectEvaluationFinishedEventArgs(string message, params object[] messageArgs) { } - public System.Nullable ProfilerResult { get { throw null; } set { } } + public Microsoft.Build.Framework.Profiler.ProfilerResult? ProfilerResult { get { throw null; } set { } } public string ProjectFile { get { throw null; } set { } } } public partial class ProjectEvaluationStartedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs @@ -422,7 +424,7 @@ public partial class ProjectStartedEventArgs : Microsoft.Build.Framework.BuildSt public partial class PropertyInitialValueSetEventArgs : Microsoft.Build.Framework.BuildMessageEventArgs { public PropertyInitialValueSetEventArgs() { } - public PropertyInitialValueSetEventArgs(string propertyName, string propertyValue, string propertySource, string message, string helpKeyword=null, string senderName=null, Microsoft.Build.Framework.MessageImportance importance=(Microsoft.Build.Framework.MessageImportance)(2)) { } + public PropertyInitialValueSetEventArgs(string propertyName, string propertyValue, string propertySource, string message, string helpKeyword = null, string senderName = null, Microsoft.Build.Framework.MessageImportance importance = Microsoft.Build.Framework.MessageImportance.Low) { } public string PropertyName { get { throw null; } set { } } public string PropertySource { get { throw null; } set { } } public string PropertyValue { get { throw null; } set { } } @@ -430,7 +432,7 @@ public partial class PropertyInitialValueSetEventArgs : Microsoft.Build.Framewor public partial class PropertyReassignmentEventArgs : Microsoft.Build.Framework.BuildMessageEventArgs { public PropertyReassignmentEventArgs() { } - public PropertyReassignmentEventArgs(string propertyName, string previousValue, string newValue, string location, string message, string helpKeyword=null, string senderName=null, Microsoft.Build.Framework.MessageImportance importance=(Microsoft.Build.Framework.MessageImportance)(2)) { } + public PropertyReassignmentEventArgs(string propertyName, string previousValue, string newValue, string location, string message, string helpKeyword = null, string senderName = null, Microsoft.Build.Framework.MessageImportance importance = Microsoft.Build.Framework.MessageImportance.Low) { } public string Location { get { throw null; } set { } } public string NewValue { get { throw null; } set { } } public string PreviousValue { get { throw null; } set { } } @@ -438,26 +440,26 @@ public partial class PropertyReassignmentEventArgs : Microsoft.Build.Framework.B } public enum RegisteredTaskObjectLifetime { - AppDomain = 1, Build = 0, + AppDomain = 1, } - [System.AttributeUsageAttribute((System.AttributeTargets)(128), AllowMultiple=false, Inherited=false)] + [System.AttributeUsageAttribute(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)] public sealed partial class RequiredAttribute : System.Attribute { public RequiredAttribute() { } } - [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)] + [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)] public sealed partial class RequiredRuntimeAttribute : System.Attribute { public RequiredRuntimeAttribute(string runtimeVersion) { } public string RuntimeVersion { get { throw null; } } } - [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)] + [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)] public sealed partial class RunInMTAAttribute : System.Attribute { public RunInMTAAttribute() { } } - [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false, Inherited=false)] + [System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=false)] public sealed partial class RunInSTAAttribute : System.Attribute { public RunInSTAAttribute() { } @@ -465,7 +467,7 @@ public sealed partial class RunInSTAAttribute : System.Attribute public abstract partial class SdkLogger { protected SdkLogger() { } - public abstract void LogMessage(string message, Microsoft.Build.Framework.MessageImportance messageImportance=(Microsoft.Build.Framework.MessageImportance)(2)); + public abstract void LogMessage(string message, Microsoft.Build.Framework.MessageImportance messageImportance = Microsoft.Build.Framework.MessageImportance.Low); } public sealed partial class SdkReference : System.IEquatable { @@ -477,7 +479,7 @@ public sealed partial class SdkReference : System.IEquatable errors, System.Collections.Generic.IEnumerable warnings=null); - public virtual Microsoft.Build.Framework.SdkResult IndicateSuccess(System.Collections.Generic.IEnumerable paths, string version, System.Collections.Generic.IDictionary propertiesToAdd=null, System.Collections.Generic.IDictionary itemsToAdd=null, System.Collections.Generic.IEnumerable warnings=null) { throw null; } - public virtual Microsoft.Build.Framework.SdkResult IndicateSuccess(string path, string version, System.Collections.Generic.IDictionary propertiesToAdd, System.Collections.Generic.IDictionary itemsToAdd, System.Collections.Generic.IEnumerable warnings=null) { throw null; } - public abstract Microsoft.Build.Framework.SdkResult IndicateSuccess(string path, string version, System.Collections.Generic.IEnumerable warnings=null); + public abstract Microsoft.Build.Framework.SdkResult IndicateFailure(System.Collections.Generic.IEnumerable errors, System.Collections.Generic.IEnumerable warnings = null); + public virtual Microsoft.Build.Framework.SdkResult IndicateSuccess(System.Collections.Generic.IEnumerable paths, string version, System.Collections.Generic.IDictionary propertiesToAdd = null, System.Collections.Generic.IDictionary itemsToAdd = null, System.Collections.Generic.IEnumerable warnings = null) { throw null; } + public virtual Microsoft.Build.Framework.SdkResult IndicateSuccess(string path, string version, System.Collections.Generic.IDictionary propertiesToAdd, System.Collections.Generic.IDictionary itemsToAdd, System.Collections.Generic.IEnumerable warnings = null) { throw null; } + public abstract Microsoft.Build.Framework.SdkResult IndicateSuccess(string path, string version, System.Collections.Generic.IEnumerable warnings = null); } public partial class SdkResultItem { @@ -527,10 +529,10 @@ public partial class SdkResultItem } public enum TargetBuiltReason { - AfterTargets = 3, + None = 0, BeforeTargets = 1, DependsOn = 2, - None = 0, + AfterTargets = 3, } public partial class TargetFinishedEventArgs : Microsoft.Build.Framework.BuildStatusEventArgs { @@ -616,7 +618,7 @@ public sealed partial class TelemetryEventArgs : Microsoft.Build.Framework.Build public partial class UninitializedPropertyReadEventArgs : Microsoft.Build.Framework.BuildMessageEventArgs { public UninitializedPropertyReadEventArgs() { } - public UninitializedPropertyReadEventArgs(string propertyName, string message, string helpKeyword=null, string senderName=null, Microsoft.Build.Framework.MessageImportance importance=(Microsoft.Build.Framework.MessageImportance)(2)) { } + public UninitializedPropertyReadEventArgs(string propertyName, string message, string helpKeyword = null, string senderName = null, Microsoft.Build.Framework.MessageImportance importance = Microsoft.Build.Framework.MessageImportance.Low) { } public string PropertyName { get { throw null; } set { } } } } @@ -625,9 +627,11 @@ namespace Microsoft.Build.Framework.Profiler [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public partial struct EvaluationLocation { - public EvaluationLocation(Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationPassDescription, string file, System.Nullable line, string elementName, string elementDescription, Microsoft.Build.Framework.Profiler.EvaluationLocationKind kind) { throw null;} - public EvaluationLocation(long id, System.Nullable parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationPassDescription, string file, System.Nullable line, string elementName, string elementDescription, Microsoft.Build.Framework.Profiler.EvaluationLocationKind kind) { throw null;} - public EvaluationLocation(System.Nullable parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationPassDescription, string file, System.Nullable line, string elementName, string elementDescription, Microsoft.Build.Framework.Profiler.EvaluationLocationKind kind) { throw null;} + private object _dummy; + private int _dummyPrimitive; + public EvaluationLocation(Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationPassDescription, string file, int? line, string elementName, string elementDescription, Microsoft.Build.Framework.Profiler.EvaluationLocationKind kind) { throw null; } + public EvaluationLocation(long id, long? parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationPassDescription, string file, int? line, string elementName, string elementDescription, Microsoft.Build.Framework.Profiler.EvaluationLocationKind kind) { throw null; } + public EvaluationLocation(long? parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationPassDescription, string file, int? line, string elementName, string elementDescription, Microsoft.Build.Framework.Profiler.EvaluationLocationKind kind) { throw null; } public string ElementDescription { get { throw null; } } public string ElementName { get { throw null; } } public static Microsoft.Build.Framework.Profiler.EvaluationLocation EmptyLocation { get { throw null; } } @@ -637,44 +641,45 @@ public partial struct EvaluationLocation public long Id { get { throw null; } } public bool IsEvaluationPass { get { throw null; } } public Microsoft.Build.Framework.Profiler.EvaluationLocationKind Kind { get { throw null; } } - public System.Nullable Line { get { throw null; } } - public System.Nullable ParentId { get { throw null; } } + public int? Line { get { throw null; } } + public long? ParentId { get { throw null; } } public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForAggregatedGlob() { throw null; } - public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForCondition(System.Nullable parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationDescription, string file, System.Nullable line, string condition) { throw null; } - public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForGlob(System.Nullable parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationDescription, string file, System.Nullable line, string globDescription) { throw null; } - public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForProject(System.Nullable parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationDescription, string file, System.Nullable line, Microsoft.Build.Framework.IProjectElement element) { throw null; } + public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForCondition(long? parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationDescription, string file, int? line, string condition) { throw null; } + public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForGlob(long? parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationDescription, string file, int? line, string globDescription) { throw null; } + public static Microsoft.Build.Framework.Profiler.EvaluationLocation CreateLocationForProject(long? parentId, Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string evaluationDescription, string file, int? line, Microsoft.Build.Framework.IProjectElement element) { throw null; } public override bool Equals(object obj) { throw null; } public override int GetHashCode() { throw null; } public override string ToString() { throw null; } - public Microsoft.Build.Framework.Profiler.EvaluationLocation WithEvaluationPass(Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string passDescription=null) { throw null; } + public Microsoft.Build.Framework.Profiler.EvaluationLocation WithEvaluationPass(Microsoft.Build.Framework.Profiler.EvaluationPass evaluationPass, string passDescription = null) { throw null; } public Microsoft.Build.Framework.Profiler.EvaluationLocation WithFile(string file) { throw null; } - public Microsoft.Build.Framework.Profiler.EvaluationLocation WithFileLineAndCondition(string file, System.Nullable line, string condition) { throw null; } - public Microsoft.Build.Framework.Profiler.EvaluationLocation WithFileLineAndElement(string file, System.Nullable line, Microsoft.Build.Framework.IProjectElement element) { throw null; } + public Microsoft.Build.Framework.Profiler.EvaluationLocation WithFileLineAndCondition(string file, int? line, string condition) { throw null; } + public Microsoft.Build.Framework.Profiler.EvaluationLocation WithFileLineAndElement(string file, int? line, Microsoft.Build.Framework.IProjectElement element) { throw null; } public Microsoft.Build.Framework.Profiler.EvaluationLocation WithGlob(string globDescription) { throw null; } - public Microsoft.Build.Framework.Profiler.EvaluationLocation WithParentId(System.Nullable parentId) { throw null; } + public Microsoft.Build.Framework.Profiler.EvaluationLocation WithParentId(long? parentId) { throw null; } } public enum EvaluationLocationKind : byte { - Condition = (byte)1, Element = (byte)0, + Condition = (byte)1, Glob = (byte)2, } public enum EvaluationPass : byte { + TotalEvaluation = (byte)0, + TotalGlobbing = (byte)1, InitialProperties = (byte)2, + Properties = (byte)3, ItemDefinitionGroups = (byte)4, Items = (byte)5, LazyItems = (byte)6, - Properties = (byte)3, - Targets = (byte)8, - TotalEvaluation = (byte)0, - TotalGlobbing = (byte)1, UsingTasks = (byte)7, + Targets = (byte)8, } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public partial struct ProfiledLocation { - public ProfiledLocation(System.TimeSpan inclusiveTime, System.TimeSpan exclusiveTime, int numberOfHits) { throw null;} + private int _dummyPrimitive; + public ProfiledLocation(System.TimeSpan inclusiveTime, System.TimeSpan exclusiveTime, int numberOfHits) { throw null; } public System.TimeSpan ExclusiveTime { get { throw null; } } public System.TimeSpan InclusiveTime { get { throw null; } } public int NumberOfHits { get { throw null; } } @@ -685,7 +690,8 @@ public partial struct ProfiledLocation [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public partial struct ProfilerResult { - public ProfilerResult(System.Collections.Generic.IDictionary profiledLocations) { throw null;} + private object _dummy; + public ProfilerResult(System.Collections.Generic.IDictionary profiledLocations) { throw null; } public System.Collections.Generic.IReadOnlyDictionary ProfiledLocations { get { throw null; } } public override bool Equals(object obj) { throw null; } public override int GetHashCode() { throw null; } diff --git a/ref/Microsoft.Build.Tasks.Core/net/Microsoft.Build.Tasks.Core.cs b/ref/Microsoft.Build.Tasks.Core/net/Microsoft.Build.Tasks.Core.cs index 719440bead7..ad59f4d890f 100644 --- a/ref/Microsoft.Build.Tasks.Core/net/Microsoft.Build.Tasks.Core.cs +++ b/ref/Microsoft.Build.Tasks.Core/net/Microsoft.Build.Tasks.Core.cs @@ -348,6 +348,8 @@ public partial class Exec : Microsoft.Build.Tasks.ToolTaskExtension [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public partial struct ExtractedClassName { + private object _dummy; + private int _dummyPrimitive; public bool IsInsideConditionalBlock { get { throw null; } set { } } public string Name { get { throw null; } set { } } } @@ -749,7 +751,7 @@ public partial class Hash : Microsoft.Build.Tasks.TaskExtension public override bool Execute() { throw null; } } [System.Runtime.InteropServices.GuidAttribute("00020401-0000-0000-C000-000000000046")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface IFixedTypeInfo { void AddressOfMember(int memid, System.Runtime.InteropServices.ComTypes.INVOKEKIND invKind, out System.IntPtr ppv); @@ -1390,7 +1392,7 @@ public sealed partial class ZipDirectory : Microsoft.Build.Tasks.TaskExtension } namespace Microsoft.Build.Tasks.Deployment.Bootstrapper { - [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(0))] + [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.None)] [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("1D9FE38A-0226-4b95-9C6B-6DFFA2236270")] public partial class BootstrapperBuilder : Microsoft.Build.Tasks.Deployment.Bootstrapper.IBootstrapperBuilder @@ -1415,11 +1417,11 @@ public partial class BuildMessage : Microsoft.Build.Tasks.Deployment.Bootstrappe [System.Runtime.InteropServices.GuidAttribute("936D32F9-1A68-4d5e-98EA-044AC9A1AADA")] public enum BuildMessageSeverity { - Error = 2, Info = 0, Warning = 1, + Error = 2, } - [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(0))] + [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.None)] [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("FAD7BA7C-CA00-41e0-A5EF-2DA9A74E58E6")] public partial class BuildResults : Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildResults @@ -1430,7 +1432,7 @@ public partial class BuildResults : Microsoft.Build.Tasks.Deployment.Bootstrappe public Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage[] Messages { get { throw null; } } public bool Succeeded { get { throw null; } } } - [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(0))] + [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.None)] [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("5D13802C-C830-4b41-8E7A-F69D9DD6A095")] public partial class BuildSettings : Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings @@ -1454,13 +1456,13 @@ public partial class BuildSettings : Microsoft.Build.Tasks.Deployment.Bootstrapp [System.Runtime.InteropServices.GuidAttribute("12F49949-7B60-49CD-B6A0-2B5E4A638AAF")] public enum ComponentsLocation { - Absolute = 2, HomeSite = 0, Relative = 1, + Absolute = 2, } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("1D202366-5EEA-4379-9255-6F8CDB8587C9")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(0))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)] public partial interface IBootstrapperBuilder { [System.Runtime.InteropServices.DispIdAttribute(1)] @@ -1472,7 +1474,7 @@ public partial interface IBootstrapperBuilder } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("E3C981EA-99E6-4f48-8955-1AAFDFB5ACE4")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(0))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)] public partial interface IBuildMessage { [System.Runtime.InteropServices.DispIdAttribute(4)] @@ -1486,7 +1488,7 @@ public partial interface IBuildMessage } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("586B842C-D9C7-43b8-84E4-9CFC3AF9F13B")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(0))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)] public partial interface IBuildResults { [System.Runtime.InteropServices.DispIdAttribute(3)] @@ -1500,7 +1502,7 @@ public partial interface IBuildResults } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("87EEBC69-0948-4ce6-A2DE-819162B87CC6")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(0))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)] public partial interface IBuildSettings { [System.Runtime.InteropServices.DispIdAttribute(2)] @@ -1532,7 +1534,7 @@ public partial interface IBuildSettings } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("9E81BE3D-530F-4a10-8349-5D5947BA59AD")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(0))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)] public partial interface IProduct { [System.Runtime.InteropServices.DispIdAttribute(4)] @@ -1546,7 +1548,7 @@ public partial interface IProduct } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("0777432F-A60D-48b3-83DB-90326FE8C96E")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(0))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)] public partial interface IProductBuilder { [System.Runtime.InteropServices.DispIdAttribute(1)] @@ -1554,7 +1556,7 @@ public partial interface IProductBuilder } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("0D593FC0-E3F1-4dad-A674-7EA4D327F79B")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(0))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)] public partial interface IProductBuilderCollection { [System.Runtime.InteropServices.DispIdAttribute(2)] @@ -1562,7 +1564,7 @@ public partial interface IProductBuilderCollection } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("63F63663-8503-4875-814C-09168E595367")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(0))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)] public partial interface IProductCollection { [System.Runtime.InteropServices.DispIdAttribute(1)] @@ -1572,7 +1574,7 @@ public partial interface IProductCollection [System.Runtime.InteropServices.DispIdAttribute(3)] Microsoft.Build.Tasks.Deployment.Bootstrapper.Product Product(string productCode); } - [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(0))] + [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.None)] [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("532BF563-A85D-4088-8048-41F51AC5239F")] public partial class Product : Microsoft.Build.Tasks.Deployment.Bootstrapper.IProduct @@ -1588,7 +1590,7 @@ public partial class ProductBuilder : Microsoft.Build.Tasks.Deployment.Bootstrap internal ProductBuilder() { } public Microsoft.Build.Tasks.Deployment.Bootstrapper.Product Product { get { throw null; } } } - [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(0))] + [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.None)] [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("D25C0741-99CA-49f7-9460-95E5F25EEF43")] public partial class ProductBuilderCollection : Microsoft.Build.Tasks.Deployment.Bootstrapper.IProductBuilderCollection, System.Collections.IEnumerable @@ -1597,7 +1599,7 @@ public partial class ProductBuilderCollection : Microsoft.Build.Tasks.Deployment public void Add(Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder builder) { } public System.Collections.IEnumerator GetEnumerator() { throw null; } } - [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(0))] + [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.None)] [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("EFFA164B-3E87-4195-88DB-8AC004DDFE2A")] public partial class ProductCollection : Microsoft.Build.Tasks.Deployment.Bootstrapper.IProductCollection, System.Collections.IEnumerable @@ -1661,83 +1663,83 @@ public sealed partial class ApplicationManifest : Microsoft.Build.Tasks.Deployme [System.Xml.Serialization.XmlIgnoreAttribute] public bool UseApplicationTrust { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("ConfigFile")] public string XmlConfigFile { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlElementAttribute("EntryPointIdentity")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity XmlEntryPointIdentity { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("EntryPointParameters")] public string XmlEntryPointParameters { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("EntryPointPath")] public string XmlEntryPointPath { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("ErrorReportUrl")] public string XmlErrorReportUrl { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlArrayAttribute("FileAssociations")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileAssociation[] XmlFileAssociations { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("HostInBrowser")] public string XmlHostInBrowser { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("IconFile")] public string XmlIconFile { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("IsClickOnceManifest")] public string XmlIsClickOnceManifest { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("OSBuild")] public string XmlOSBuild { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("OSDescription")] public string XmlOSDescription { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("OSMajor")] public string XmlOSMajor { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("OSMinor")] public string XmlOSMinor { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("OSRevision")] public string XmlOSRevision { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("OSSupportUrl")] public string XmlOSSupportUrl { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Product")] public string XmlProduct { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Publisher")] public string XmlPublisher { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("SuiteName")] public string XmlSuiteName { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("SupportUrl")] public string XmlSupportUrl { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("UseApplicationTrust")] public string XmlUseApplicationTrust { get { throw null; } set { } } public override void Validate() { } @@ -1772,27 +1774,27 @@ public sealed partial class AssemblyIdentity [System.Xml.Serialization.XmlIgnoreAttribute] public string Version { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Culture")] public string XmlCulture { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Name")] public string XmlName { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("ProcessorArchitecture")] public string XmlProcessorArchitecture { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("PublicKeyToken")] public string XmlPublicKeyToken { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Type")] public string XmlType { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Version")] public string XmlVersion { get { throw null; } set { } } public static Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity FromAssemblyName(string assemblyName) { throw null; } @@ -1806,10 +1808,10 @@ public sealed partial class AssemblyIdentity [System.FlagsAttribute] public enum FullNameFlags { - All = 3, Default = 0, ProcessorArchitecture = 1, Type = 2, + All = 3, } } [System.Runtime.InteropServices.ComVisibleAttribute(false)] @@ -1820,7 +1822,7 @@ public partial class AssemblyManifest : Microsoft.Build.Tasks.Deployment.Manifes [System.Xml.Serialization.XmlIgnoreAttribute] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub[] ExternalProxyStubs { get { throw null; } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlArrayAttribute("ExternalProxyStubs")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub[] XmlExternalProxyStubs { get { throw null; } set { } } } @@ -1837,15 +1839,15 @@ public sealed partial class AssemblyReference : Microsoft.Build.Tasks.Deployment public Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceType ReferenceType { get { throw null; } set { } } protected internal override string SortName { get { throw null; } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlElementAttribute("AssemblyIdentity")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity XmlAssemblyIdentity { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("IsNative")] public string XmlIsNative { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("IsPrerequisite")] public string XmlIsPrerequisite { get { throw null; } set { } } public override string ToString() { throw null; } @@ -1867,10 +1869,10 @@ public sealed partial class AssemblyReferenceCollection : System.Collections.IEn } public enum AssemblyReferenceType { + Unspecified = 0, ClickOnceManifest = 1, ManagedAssembly = 2, NativeAssembly = 3, - Unspecified = 0, } [System.Runtime.InteropServices.ComVisibleAttribute(false)] public abstract partial class BaseReference @@ -1893,27 +1895,27 @@ public abstract partial class BaseReference [System.Xml.Serialization.XmlIgnoreAttribute] public string TargetPath { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Group")] public string XmlGroup { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Hash")] public string XmlHash { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("HashAlg")] public string XmlHashAlgorithm { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("IsOptional")] public string XmlIsOptional { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Path")] public string XmlPath { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Size")] public string XmlSize { get { throw null; } set { } } public override string ToString() { throw null; } @@ -1933,23 +1935,23 @@ public partial class ComClass [System.Xml.Serialization.XmlIgnoreAttribute] public string TlbId { get { throw null; } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Clsid")] public string XmlClsId { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Description")] public string XmlDescription { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Progid")] public string XmlProgId { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("ThreadingModel")] public string XmlThreadingModel { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Tlbid")] public string XmlTlbId { get { throw null; } set { } } } @@ -1964,15 +1966,15 @@ public sealed partial class CompatibleFramework [System.Xml.Serialization.XmlIgnoreAttribute] public string Version { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Profile")] public string XmlProfile { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("SupportedRuntime")] public string XmlSupportedRuntime { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Version")] public string XmlVersion { get { throw null; } set { } } } @@ -2031,71 +2033,71 @@ public sealed partial class DeployManifest : Microsoft.Build.Tasks.Deployment.Ma [System.Xml.Serialization.XmlIgnoreAttribute] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.UpdateUnit UpdateUnit { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlArrayAttribute("CompatibleFrameworks")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.CompatibleFramework[] XmlCompatibleFrameworks { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("CreateDesktopShortcut")] public string XmlCreateDesktopShortcut { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("DeploymentUrl")] public string XmlDeploymentUrl { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("DisallowUrlActivation")] public string XmlDisallowUrlActivation { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("ErrorReportUrl")] public string XmlErrorReportUrl { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Install")] public string XmlInstall { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("MapFileExtensions")] public string XmlMapFileExtensions { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("MinimumRequiredVersion")] public string XmlMinimumRequiredVersion { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Product")] public string XmlProduct { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Publisher")] public string XmlPublisher { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("SuiteName")] public string XmlSuiteName { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("SupportUrl")] public string XmlSupportUrl { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("TrustUrlParameters")] public string XmlTrustUrlParameters { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("UpdateEnabled")] public string XmlUpdateEnabled { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("UpdateInterval")] public string XmlUpdateInterval { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("UpdateMode")] public string XmlUpdateMode { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("UpdateUnit")] public string XmlUpdateUnit { get { throw null; } set { } } public override void Validate() { } @@ -2113,19 +2115,19 @@ public sealed partial class FileAssociation [System.Xml.Serialization.XmlIgnoreAttribute] public string ProgId { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("DefaultIcon")] public string XmlDefaultIcon { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Description")] public string XmlDescription { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Extension")] public string XmlExtension { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Progid")] public string XmlProgId { get { throw null; } set { } } } @@ -2154,19 +2156,19 @@ public sealed partial class FileReference : Microsoft.Build.Tasks.Deployment.Man [System.Xml.Serialization.XmlIgnoreAttribute] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib[] TypeLibs { get { throw null; } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlArrayAttribute("ComClasses")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass[] XmlComClasses { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlArrayAttribute("ProxyStubs")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub[] XmlProxyStubs { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlArrayAttribute("TypeLibs")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib[] XmlTypeLibs { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("WriteableType")] public string XmlWriteableType { get { throw null; } set { } } } @@ -2216,23 +2218,23 @@ public abstract partial class Manifest [System.Xml.Serialization.XmlIgnoreAttribute] public string SourcePath { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlElementAttribute("AssemblyIdentity")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity XmlAssemblyIdentity { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlArrayAttribute("AssemblyReferences")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference[] XmlAssemblyReferences { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Description")] public string XmlDescription { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlArrayAttribute("FileReferences")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference[] XmlFileReferences { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Schema")] public string XmlSchema { get { throw null; } set { } } public void ResolveFiles() { } @@ -2281,9 +2283,9 @@ public sealed partial class OutputMessageCollection : System.Collections.IEnumer [System.Runtime.InteropServices.ComVisibleAttribute(false)] public enum OutputMessageType { - Error = 2, Info = 0, Warning = 1, + Error = 2, } [System.Runtime.InteropServices.ComVisibleAttribute(false)] public partial class ProxyStub @@ -2300,23 +2302,23 @@ public partial class ProxyStub [System.Xml.Serialization.XmlIgnoreAttribute] public string TlbId { get { throw null; } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("BaseInterface")] public string XmlBaseInterface { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Iid")] public string XmlIID { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Name")] public string XmlName { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("NumMethods")] public string XmlNumMethods { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Tlbid")] public string XmlTlbId { get { throw null; } set { } } } @@ -2369,23 +2371,23 @@ public partial class TypeLib [System.Xml.Serialization.XmlIgnoreAttribute] public string Version { get { throw null; } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Flags")] public string XmlFlags { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("HelpDir")] public string XmlHelpDirectory { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("ResourceId")] public string XmlResourceId { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Tlbid")] public string XmlTlbId { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Version")] public string XmlVersion { get { throw null; } set { } } } @@ -2398,8 +2400,8 @@ public enum UpdateMode [System.Runtime.InteropServices.ComVisibleAttribute(false)] public enum UpdateUnit { - Days = 1, Hours = 0, + Days = 1, Weeks = 2, } [System.Runtime.InteropServices.ComVisibleAttribute(false)] @@ -2412,11 +2414,11 @@ public partial class WindowClass [System.Xml.Serialization.XmlIgnoreAttribute] public bool Versioned { get { throw null; } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Name")] public string XmlName { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Versioned")] public string XmlVersioned { get { throw null; } set { } } } @@ -2425,7 +2427,7 @@ namespace Microsoft.Build.Tasks.Hosting { [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("B5A95716-2053-4B70-9FBF-E4148EBA96BC")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface IAnalyzerHostObject { bool SetAdditionalFiles(Microsoft.Build.Framework.ITaskItem[] additionalFiles); @@ -2434,7 +2436,7 @@ public partial interface IAnalyzerHostObject } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("8520CC4D-64DC-4855-BE3F-4C28CCE048EE")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface ICscHostObject : Microsoft.Build.Framework.ITaskHost { void BeginInitialization(); @@ -2483,21 +2485,21 @@ public partial interface ICscHostObject : Microsoft.Build.Framework.ITaskHost } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("D6D4E228-259A-4076-B5D0-0627338BCC10")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface ICscHostObject2 : Microsoft.Build.Framework.ITaskHost, Microsoft.Build.Tasks.Hosting.ICscHostObject { bool SetWin32Manifest(string win32Manifest); } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("F9353662-F1ED-4a23-A323-5F5047E85F5D")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface ICscHostObject3 : Microsoft.Build.Framework.ITaskHost, Microsoft.Build.Tasks.Hosting.ICscHostObject, Microsoft.Build.Tasks.Hosting.ICscHostObject2 { bool SetApplicationConfiguration(string applicationConfiguration); } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("0DDB496F-C93C-492C-87F1-90B6FDBAA833")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface ICscHostObject4 : Microsoft.Build.Framework.ITaskHost, Microsoft.Build.Tasks.Hosting.ICscHostObject, Microsoft.Build.Tasks.Hosting.ICscHostObject2, Microsoft.Build.Tasks.Hosting.ICscHostObject3 { bool SetHighEntropyVA(bool highEntropyVA); @@ -2506,7 +2508,7 @@ public partial interface ICscHostObject4 : Microsoft.Build.Framework.ITaskHost, } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("7D7AC3BE-253A-40e8-A3FF-357D0DA7C47A")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface IVbcHostObject : Microsoft.Build.Framework.ITaskHost { void BeginInitialization(); @@ -2558,7 +2560,7 @@ public partial interface IVbcHostObject : Microsoft.Build.Framework.ITaskHost } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("f59afc84-d102-48b1-a090-1b90c79d3e09")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface IVbcHostObject2 : Microsoft.Build.Framework.ITaskHost, Microsoft.Build.Tasks.Hosting.IVbcHostObject { bool SetModuleAssemblyName(string moduleAssemblyName); @@ -2567,21 +2569,21 @@ public partial interface IVbcHostObject2 : Microsoft.Build.Framework.ITaskHost, } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("1186fe8f-8aba-48d6-8ce3-32ca42f53728")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface IVbcHostObject3 : Microsoft.Build.Framework.ITaskHost, Microsoft.Build.Tasks.Hosting.IVbcHostObject, Microsoft.Build.Tasks.Hosting.IVbcHostObject2 { bool SetLanguageVersion(string languageVersion); } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("2AE3233C-8AB3-48A0-9ED9-6E3545B3C566")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface IVbcHostObject4 : Microsoft.Build.Framework.ITaskHost, Microsoft.Build.Tasks.Hosting.IVbcHostObject, Microsoft.Build.Tasks.Hosting.IVbcHostObject2, Microsoft.Build.Tasks.Hosting.IVbcHostObject3 { bool SetVBRuntime(string VBRuntime); } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("5ACF41FF-6F2B-4623-8146-740C89212B21")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface IVbcHostObject5 : Microsoft.Build.Framework.ITaskHost, Microsoft.Build.Tasks.Hosting.IVbcHostObject, Microsoft.Build.Tasks.Hosting.IVbcHostObject2, Microsoft.Build.Tasks.Hosting.IVbcHostObject3, Microsoft.Build.Tasks.Hosting.IVbcHostObject4 { [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int CompileAsync(out System.IntPtr buildSucceededEvent, out System.IntPtr buildFailedEvent); @@ -2593,7 +2595,7 @@ public partial interface IVbcHostObject5 : Microsoft.Build.Framework.ITaskHost, } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("ECCF972F-8C2D-4F51-9746-9288661DE2CB")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface IVbcHostObjectFreeThreaded { bool Compile(); @@ -2647,9 +2649,9 @@ public enum CommandLineToolSwitchType { Boolean = 0, Integer = 1, - ITaskItemArray = 4, String = 2, StringArray = 3, + ITaskItemArray = 4, } public partial class PropertyRelation { diff --git a/ref/Microsoft.Build.Tasks.Core/netstandard/Microsoft.Build.Tasks.Core.cs b/ref/Microsoft.Build.Tasks.Core/netstandard/Microsoft.Build.Tasks.Core.cs index 5bd884463da..14e40af12dd 100644 --- a/ref/Microsoft.Build.Tasks.Core/netstandard/Microsoft.Build.Tasks.Core.cs +++ b/ref/Microsoft.Build.Tasks.Core/netstandard/Microsoft.Build.Tasks.Core.cs @@ -278,6 +278,8 @@ public partial class Exec : Microsoft.Build.Tasks.ToolTaskExtension [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public partial struct ExtractedClassName { + private object _dummy; + private int _dummyPrimitive; public bool IsInsideConditionalBlock { get { throw null; } set { } } public string Name { get { throw null; } set { } } } @@ -1024,7 +1026,7 @@ public sealed partial class ZipDirectory : Microsoft.Build.Tasks.TaskExtension } namespace Microsoft.Build.Tasks.Deployment.Bootstrapper { - [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(0))] + [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.None)] [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("1D9FE38A-0226-4b95-9C6B-6DFFA2236270")] public partial class BootstrapperBuilder : Microsoft.Build.Tasks.Deployment.Bootstrapper.IBootstrapperBuilder @@ -1049,11 +1051,11 @@ public partial class BuildMessage : Microsoft.Build.Tasks.Deployment.Bootstrappe [System.Runtime.InteropServices.GuidAttribute("936D32F9-1A68-4d5e-98EA-044AC9A1AADA")] public enum BuildMessageSeverity { - Error = 2, Info = 0, Warning = 1, + Error = 2, } - [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(0))] + [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.None)] [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("FAD7BA7C-CA00-41e0-A5EF-2DA9A74E58E6")] public partial class BuildResults : Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildResults @@ -1064,7 +1066,7 @@ public partial class BuildResults : Microsoft.Build.Tasks.Deployment.Bootstrappe public Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage[] Messages { get { throw null; } } public bool Succeeded { get { throw null; } } } - [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(0))] + [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.None)] [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("5D13802C-C830-4b41-8E7A-F69D9DD6A095")] public partial class BuildSettings : Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings @@ -1088,13 +1090,13 @@ public partial class BuildSettings : Microsoft.Build.Tasks.Deployment.Bootstrapp [System.Runtime.InteropServices.GuidAttribute("12F49949-7B60-49CD-B6A0-2B5E4A638AAF")] public enum ComponentsLocation { - Absolute = 2, HomeSite = 0, Relative = 1, + Absolute = 2, } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("1D202366-5EEA-4379-9255-6F8CDB8587C9")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(0))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)] public partial interface IBootstrapperBuilder { [System.Runtime.InteropServices.DispIdAttribute(1)] @@ -1106,7 +1108,7 @@ public partial interface IBootstrapperBuilder } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("E3C981EA-99E6-4f48-8955-1AAFDFB5ACE4")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(0))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)] public partial interface IBuildMessage { [System.Runtime.InteropServices.DispIdAttribute(4)] @@ -1120,7 +1122,7 @@ public partial interface IBuildMessage } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("586B842C-D9C7-43b8-84E4-9CFC3AF9F13B")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(0))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)] public partial interface IBuildResults { [System.Runtime.InteropServices.DispIdAttribute(3)] @@ -1134,7 +1136,7 @@ public partial interface IBuildResults } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("87EEBC69-0948-4ce6-A2DE-819162B87CC6")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(0))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)] public partial interface IBuildSettings { [System.Runtime.InteropServices.DispIdAttribute(2)] @@ -1166,7 +1168,7 @@ public partial interface IBuildSettings } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("9E81BE3D-530F-4a10-8349-5D5947BA59AD")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(0))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)] public partial interface IProduct { [System.Runtime.InteropServices.DispIdAttribute(4)] @@ -1180,7 +1182,7 @@ public partial interface IProduct } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("0777432F-A60D-48b3-83DB-90326FE8C96E")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(0))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)] public partial interface IProductBuilder { [System.Runtime.InteropServices.DispIdAttribute(1)] @@ -1188,7 +1190,7 @@ public partial interface IProductBuilder } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("0D593FC0-E3F1-4dad-A674-7EA4D327F79B")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(0))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)] public partial interface IProductBuilderCollection { [System.Runtime.InteropServices.DispIdAttribute(2)] @@ -1196,7 +1198,7 @@ public partial interface IProductBuilderCollection } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("63F63663-8503-4875-814C-09168E595367")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(0))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)] public partial interface IProductCollection { [System.Runtime.InteropServices.DispIdAttribute(1)] @@ -1206,7 +1208,7 @@ public partial interface IProductCollection [System.Runtime.InteropServices.DispIdAttribute(3)] Microsoft.Build.Tasks.Deployment.Bootstrapper.Product Product(string productCode); } - [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(0))] + [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.None)] [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("532BF563-A85D-4088-8048-41F51AC5239F")] public partial class Product : Microsoft.Build.Tasks.Deployment.Bootstrapper.IProduct @@ -1222,7 +1224,7 @@ public partial class ProductBuilder : Microsoft.Build.Tasks.Deployment.Bootstrap internal ProductBuilder() { } public Microsoft.Build.Tasks.Deployment.Bootstrapper.Product Product { get { throw null; } } } - [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(0))] + [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.None)] [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("D25C0741-99CA-49f7-9460-95E5F25EEF43")] public partial class ProductBuilderCollection : Microsoft.Build.Tasks.Deployment.Bootstrapper.IProductBuilderCollection, System.Collections.IEnumerable @@ -1231,7 +1233,7 @@ public partial class ProductBuilderCollection : Microsoft.Build.Tasks.Deployment public void Add(Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder builder) { } public System.Collections.IEnumerator GetEnumerator() { throw null; } } - [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(0))] + [System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.None)] [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("EFFA164B-3E87-4195-88DB-8AC004DDFE2A")] public partial class ProductCollection : Microsoft.Build.Tasks.Deployment.Bootstrapper.IProductCollection, System.Collections.IEnumerable @@ -1295,83 +1297,83 @@ public sealed partial class ApplicationManifest : Microsoft.Build.Tasks.Deployme [System.Xml.Serialization.XmlIgnoreAttribute] public bool UseApplicationTrust { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("ConfigFile")] public string XmlConfigFile { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlElementAttribute("EntryPointIdentity")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity XmlEntryPointIdentity { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("EntryPointParameters")] public string XmlEntryPointParameters { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("EntryPointPath")] public string XmlEntryPointPath { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("ErrorReportUrl")] public string XmlErrorReportUrl { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlArrayAttribute("FileAssociations")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileAssociation[] XmlFileAssociations { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("HostInBrowser")] public string XmlHostInBrowser { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("IconFile")] public string XmlIconFile { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("IsClickOnceManifest")] public string XmlIsClickOnceManifest { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("OSBuild")] public string XmlOSBuild { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("OSDescription")] public string XmlOSDescription { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("OSMajor")] public string XmlOSMajor { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("OSMinor")] public string XmlOSMinor { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("OSRevision")] public string XmlOSRevision { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("OSSupportUrl")] public string XmlOSSupportUrl { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Product")] public string XmlProduct { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Publisher")] public string XmlPublisher { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("SuiteName")] public string XmlSuiteName { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("SupportUrl")] public string XmlSupportUrl { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("UseApplicationTrust")] public string XmlUseApplicationTrust { get { throw null; } set { } } public override void Validate() { } @@ -1406,27 +1408,27 @@ public sealed partial class AssemblyIdentity [System.Xml.Serialization.XmlIgnoreAttribute] public string Version { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Culture")] public string XmlCulture { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Name")] public string XmlName { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("ProcessorArchitecture")] public string XmlProcessorArchitecture { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("PublicKeyToken")] public string XmlPublicKeyToken { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Type")] public string XmlType { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Version")] public string XmlVersion { get { throw null; } set { } } public static Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity FromAssemblyName(string assemblyName) { throw null; } @@ -1440,10 +1442,10 @@ public sealed partial class AssemblyIdentity [System.FlagsAttribute] public enum FullNameFlags { - All = 3, Default = 0, ProcessorArchitecture = 1, Type = 2, + All = 3, } } [System.Runtime.InteropServices.ComVisibleAttribute(false)] @@ -1454,7 +1456,7 @@ public partial class AssemblyManifest : Microsoft.Build.Tasks.Deployment.Manifes [System.Xml.Serialization.XmlIgnoreAttribute] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub[] ExternalProxyStubs { get { throw null; } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlArrayAttribute("ExternalProxyStubs")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub[] XmlExternalProxyStubs { get { throw null; } set { } } } @@ -1471,15 +1473,15 @@ public sealed partial class AssemblyReference : Microsoft.Build.Tasks.Deployment public Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceType ReferenceType { get { throw null; } set { } } protected internal override string SortName { get { throw null; } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlElementAttribute("AssemblyIdentity")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity XmlAssemblyIdentity { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("IsNative")] public string XmlIsNative { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("IsPrerequisite")] public string XmlIsPrerequisite { get { throw null; } set { } } public override string ToString() { throw null; } @@ -1501,10 +1503,10 @@ public sealed partial class AssemblyReferenceCollection : System.Collections.IEn } public enum AssemblyReferenceType { + Unspecified = 0, ClickOnceManifest = 1, ManagedAssembly = 2, NativeAssembly = 3, - Unspecified = 0, } [System.Runtime.InteropServices.ComVisibleAttribute(false)] public abstract partial class BaseReference @@ -1527,27 +1529,27 @@ public abstract partial class BaseReference [System.Xml.Serialization.XmlIgnoreAttribute] public string TargetPath { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Group")] public string XmlGroup { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Hash")] public string XmlHash { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("HashAlg")] public string XmlHashAlgorithm { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("IsOptional")] public string XmlIsOptional { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Path")] public string XmlPath { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Size")] public string XmlSize { get { throw null; } set { } } public override string ToString() { throw null; } @@ -1567,23 +1569,23 @@ public partial class ComClass [System.Xml.Serialization.XmlIgnoreAttribute] public string TlbId { get { throw null; } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Clsid")] public string XmlClsId { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Description")] public string XmlDescription { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Progid")] public string XmlProgId { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("ThreadingModel")] public string XmlThreadingModel { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Tlbid")] public string XmlTlbId { get { throw null; } set { } } } @@ -1598,15 +1600,15 @@ public sealed partial class CompatibleFramework [System.Xml.Serialization.XmlIgnoreAttribute] public string Version { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Profile")] public string XmlProfile { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("SupportedRuntime")] public string XmlSupportedRuntime { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Version")] public string XmlVersion { get { throw null; } set { } } } @@ -1665,71 +1667,71 @@ public sealed partial class DeployManifest : Microsoft.Build.Tasks.Deployment.Ma [System.Xml.Serialization.XmlIgnoreAttribute] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.UpdateUnit UpdateUnit { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlArrayAttribute("CompatibleFrameworks")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.CompatibleFramework[] XmlCompatibleFrameworks { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("CreateDesktopShortcut")] public string XmlCreateDesktopShortcut { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("DeploymentUrl")] public string XmlDeploymentUrl { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("DisallowUrlActivation")] public string XmlDisallowUrlActivation { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("ErrorReportUrl")] public string XmlErrorReportUrl { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Install")] public string XmlInstall { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("MapFileExtensions")] public string XmlMapFileExtensions { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("MinimumRequiredVersion")] public string XmlMinimumRequiredVersion { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Product")] public string XmlProduct { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Publisher")] public string XmlPublisher { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("SuiteName")] public string XmlSuiteName { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("SupportUrl")] public string XmlSupportUrl { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("TrustUrlParameters")] public string XmlTrustUrlParameters { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("UpdateEnabled")] public string XmlUpdateEnabled { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("UpdateInterval")] public string XmlUpdateInterval { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("UpdateMode")] public string XmlUpdateMode { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("UpdateUnit")] public string XmlUpdateUnit { get { throw null; } set { } } public override void Validate() { } @@ -1747,19 +1749,19 @@ public sealed partial class FileAssociation [System.Xml.Serialization.XmlIgnoreAttribute] public string ProgId { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("DefaultIcon")] public string XmlDefaultIcon { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Description")] public string XmlDescription { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Extension")] public string XmlExtension { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Progid")] public string XmlProgId { get { throw null; } set { } } } @@ -1788,19 +1790,19 @@ public sealed partial class FileReference : Microsoft.Build.Tasks.Deployment.Man [System.Xml.Serialization.XmlIgnoreAttribute] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib[] TypeLibs { get { throw null; } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlArrayAttribute("ComClasses")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass[] XmlComClasses { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlArrayAttribute("ProxyStubs")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub[] XmlProxyStubs { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlArrayAttribute("TypeLibs")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib[] XmlTypeLibs { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("WriteableType")] public string XmlWriteableType { get { throw null; } set { } } } @@ -1850,23 +1852,23 @@ public abstract partial class Manifest [System.Xml.Serialization.XmlIgnoreAttribute] public string SourcePath { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlElementAttribute("AssemblyIdentity")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity XmlAssemblyIdentity { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlArrayAttribute("AssemblyReferences")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference[] XmlAssemblyReferences { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Description")] public string XmlDescription { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlArrayAttribute("FileReferences")] public Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference[] XmlFileReferences { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Schema")] public string XmlSchema { get { throw null; } set { } } public void ResolveFiles() { } @@ -1915,9 +1917,9 @@ public sealed partial class OutputMessageCollection : System.Collections.IEnumer [System.Runtime.InteropServices.ComVisibleAttribute(false)] public enum OutputMessageType { - Error = 2, Info = 0, Warning = 1, + Error = 2, } [System.Runtime.InteropServices.ComVisibleAttribute(false)] public partial class ProxyStub @@ -1934,23 +1936,23 @@ public partial class ProxyStub [System.Xml.Serialization.XmlIgnoreAttribute] public string TlbId { get { throw null; } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("BaseInterface")] public string XmlBaseInterface { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Iid")] public string XmlIID { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Name")] public string XmlName { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("NumMethods")] public string XmlNumMethods { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Tlbid")] public string XmlTlbId { get { throw null; } set { } } } @@ -1998,23 +2000,23 @@ public partial class TypeLib [System.Xml.Serialization.XmlIgnoreAttribute] public string Version { get { throw null; } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Flags")] public string XmlFlags { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("HelpDir")] public string XmlHelpDirectory { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("ResourceId")] public string XmlResourceId { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Tlbid")] public string XmlTlbId { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Version")] public string XmlVersion { get { throw null; } set { } } } @@ -2027,8 +2029,8 @@ public enum UpdateMode [System.Runtime.InteropServices.ComVisibleAttribute(false)] public enum UpdateUnit { - Days = 1, Hours = 0, + Days = 1, Weeks = 2, } [System.Runtime.InteropServices.ComVisibleAttribute(false)] @@ -2041,11 +2043,11 @@ public partial class WindowClass [System.Xml.Serialization.XmlIgnoreAttribute] public bool Versioned { get { throw null; } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Name")] public string XmlName { get { throw null; } set { } } [System.ComponentModel.BrowsableAttribute(false)] - [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))] + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] [System.Xml.Serialization.XmlAttributeAttribute("Versioned")] public string XmlVersioned { get { throw null; } set { } } } @@ -2054,7 +2056,7 @@ namespace Microsoft.Build.Tasks.Hosting { [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("B5A95716-2053-4B70-9FBF-E4148EBA96BC")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface IAnalyzerHostObject { bool SetAdditionalFiles(Microsoft.Build.Framework.ITaskItem[] additionalFiles); @@ -2063,7 +2065,7 @@ public partial interface IAnalyzerHostObject } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("8520CC4D-64DC-4855-BE3F-4C28CCE048EE")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface ICscHostObject : Microsoft.Build.Framework.ITaskHost { void BeginInitialization(); @@ -2112,21 +2114,21 @@ public partial interface ICscHostObject : Microsoft.Build.Framework.ITaskHost } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("D6D4E228-259A-4076-B5D0-0627338BCC10")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface ICscHostObject2 : Microsoft.Build.Framework.ITaskHost, Microsoft.Build.Tasks.Hosting.ICscHostObject { bool SetWin32Manifest(string win32Manifest); } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("F9353662-F1ED-4a23-A323-5F5047E85F5D")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface ICscHostObject3 : Microsoft.Build.Framework.ITaskHost, Microsoft.Build.Tasks.Hosting.ICscHostObject, Microsoft.Build.Tasks.Hosting.ICscHostObject2 { bool SetApplicationConfiguration(string applicationConfiguration); } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("0DDB496F-C93C-492C-87F1-90B6FDBAA833")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface ICscHostObject4 : Microsoft.Build.Framework.ITaskHost, Microsoft.Build.Tasks.Hosting.ICscHostObject, Microsoft.Build.Tasks.Hosting.ICscHostObject2, Microsoft.Build.Tasks.Hosting.ICscHostObject3 { bool SetHighEntropyVA(bool highEntropyVA); @@ -2135,7 +2137,7 @@ public partial interface ICscHostObject4 : Microsoft.Build.Framework.ITaskHost, } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("7D7AC3BE-253A-40e8-A3FF-357D0DA7C47A")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface IVbcHostObject : Microsoft.Build.Framework.ITaskHost { void BeginInitialization(); @@ -2187,7 +2189,7 @@ public partial interface IVbcHostObject : Microsoft.Build.Framework.ITaskHost } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("f59afc84-d102-48b1-a090-1b90c79d3e09")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface IVbcHostObject2 : Microsoft.Build.Framework.ITaskHost, Microsoft.Build.Tasks.Hosting.IVbcHostObject { bool SetModuleAssemblyName(string moduleAssemblyName); @@ -2196,21 +2198,21 @@ public partial interface IVbcHostObject2 : Microsoft.Build.Framework.ITaskHost, } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("1186fe8f-8aba-48d6-8ce3-32ca42f53728")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface IVbcHostObject3 : Microsoft.Build.Framework.ITaskHost, Microsoft.Build.Tasks.Hosting.IVbcHostObject, Microsoft.Build.Tasks.Hosting.IVbcHostObject2 { bool SetLanguageVersion(string languageVersion); } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("2AE3233C-8AB3-48A0-9ED9-6E3545B3C566")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface IVbcHostObject4 : Microsoft.Build.Framework.ITaskHost, Microsoft.Build.Tasks.Hosting.IVbcHostObject, Microsoft.Build.Tasks.Hosting.IVbcHostObject2, Microsoft.Build.Tasks.Hosting.IVbcHostObject3 { bool SetVBRuntime(string VBRuntime); } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("5ACF41FF-6F2B-4623-8146-740C89212B21")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface IVbcHostObject5 : Microsoft.Build.Framework.ITaskHost, Microsoft.Build.Tasks.Hosting.IVbcHostObject, Microsoft.Build.Tasks.Hosting.IVbcHostObject2, Microsoft.Build.Tasks.Hosting.IVbcHostObject3, Microsoft.Build.Tasks.Hosting.IVbcHostObject4 { [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.PreserveSig)]int CompileAsync(out System.IntPtr buildSucceededEvent, out System.IntPtr buildFailedEvent); @@ -2222,7 +2224,7 @@ public partial interface IVbcHostObject5 : Microsoft.Build.Framework.ITaskHost, } [System.Runtime.InteropServices.ComVisibleAttribute(true)] [System.Runtime.InteropServices.GuidAttribute("ECCF972F-8C2D-4F51-9746-9288661DE2CB")] - [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))] + [System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)] public partial interface IVbcHostObjectFreeThreaded { bool Compile(); diff --git a/ref/Microsoft.Build.Utilities.Core/net/Microsoft.Build.Utilities.Core.cs b/ref/Microsoft.Build.Utilities.Core/net/Microsoft.Build.Utilities.Core.cs index 40abd53b294..604210eaa06 100644 --- a/ref/Microsoft.Build.Utilities.Core/net/Microsoft.Build.Utilities.Core.cs +++ b/ref/Microsoft.Build.Utilities.Core/net/Microsoft.Build.Utilities.Core.cs @@ -114,17 +114,17 @@ public partial class CommandLineBuilder public delegate bool DependencyFilter(string fullPath); public enum DotNetFrameworkArchitecture { + Current = 0, Bitness32 = 1, Bitness64 = 2, - Current = 0, } public enum ExecutableType { - Managed32Bit = 3, - Managed64Bit = 4, - ManagedIL = 2, Native32Bit = 0, Native64Bit = 1, + ManagedIL = 2, + Managed32Bit = 3, + Managed64Bit = 4, SameAsCurrentProcess = 5, } public static partial class FileTracker @@ -200,10 +200,10 @@ public partial class FlatTrackingData } public enum HostObjectInitializationStatus { - NoActionReturnFailure = 3, - NoActionReturnSuccess = 2, - UseAlternateToolToExecute = 1, UseHostObjectToExecute = 0, + UseAlternateToolToExecute = 1, + NoActionReturnSuccess = 2, + NoActionReturnFailure = 3, } public abstract partial class Logger : Microsoft.Build.Framework.ILogger { @@ -219,8 +219,8 @@ public abstract partial class Logger : Microsoft.Build.Framework.ILogger public enum MultipleVersionSupport { Allow = 0, - Error = 2, Warning = 1, + Error = 2, } public partial class MuxLogger : Microsoft.Build.Framework.ILogger, Microsoft.Build.Framework.INodeLogger { @@ -302,14 +302,13 @@ public static partial class Attributes } public enum SDKType { + Unspecified = 0, External = 1, - Framework = 3, Platform = 2, - Unspecified = 0, + Framework = 3, } public enum TargetDotNetFrameworkVersion { - Latest = 9999, Version11 = 0, Version20 = 1, Version30 = 2, @@ -317,15 +316,16 @@ public enum TargetDotNetFrameworkVersion Version40 = 4, Version45 = 5, Version451 = 6, - Version452 = 9, Version46 = 7, Version461 = 8, + Version452 = 9, Version462 = 10, + VersionLatest = 10, Version47 = 11, Version471 = 12, Version472 = 13, Version48 = 14, - VersionLatest = 10, + Latest = 9999, } public partial class TargetPlatformSDK : System.IEquatable { @@ -391,7 +391,7 @@ public partial class TaskLoggingHelper : System.MarshalByRefObject public string HelpKeywordPrefix { get { throw null; } set { } } protected string TaskName { get { throw null; } } public System.Resources.ResourceManager TaskResources { get { throw null; } set { } } - public string ExtractMessageCode(string message, out string messageWithoutCodePrefix) { messageWithoutCodePrefix = default(string); throw null; } + public string ExtractMessageCode(string message, out string messageWithoutCodePrefix) { throw null; } public virtual string FormatResourceString(string resourceName, params object[] args) { throw null; } public virtual string FormatString(string unformatted, params object[] args) { throw null; } public virtual string GetResourceMessage(string resourceName) { throw null; } @@ -449,8 +449,8 @@ public static partial class ToolLocationHelper public static string GetDotNetFrameworkSdkRootRegistryKey(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion version) { throw null; } public static string GetDotNetFrameworkSdkRootRegistryKey(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion version, Microsoft.Build.Utilities.VisualStudioVersion visualStudioVersion) { throw null; } public static string GetDotNetFrameworkVersionFolderPrefix(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion version) { throw null; } - public static System.Collections.Generic.IEnumerable GetFoldersInVSInstalls(System.Version minVersion=null, System.Version maxVersion=null, string subFolder=null) { throw null; } - public static string GetFoldersInVSInstallsAsString(string minVersionString=null, string maxVersionString=null, string subFolder=null) { throw null; } + public static System.Collections.Generic.IEnumerable GetFoldersInVSInstalls(System.Version minVersion = null, System.Version maxVersion = null, string subFolder = null) { throw null; } + public static string GetFoldersInVSInstallsAsString(string minVersionString = null, string maxVersionString = null, string subFolder = null) { throw null; } public static string GetLatestSDKTargetPlatformVersion(string sdkIdentifier, string sdkVersion) { throw null; } public static string GetLatestSDKTargetPlatformVersion(string sdkIdentifier, string sdkVersion, string[] sdkRoots) { throw null; } public static string GetPathToBuildTools(string toolsVersion) { throw null; } @@ -512,7 +512,7 @@ public static partial class ToolLocationHelper public static System.Collections.Generic.IEnumerable GetPlatformsForSDK(string sdkIdentifier, System.Version sdkVersion) { throw null; } public static System.Collections.Generic.IEnumerable GetPlatformsForSDK(string sdkIdentifier, System.Version sdkVersion, string[] diskRoots, string registryRoot) { throw null; } public static string GetProgramFilesReferenceAssemblyRoot() { throw null; } - public static string GetSDKContentFolderPath(string sdkIdentifier, string sdkVersion, string targetPlatformIdentifier, string targetPlatformMinVersion, string targetPlatformVersion, string folderName, string diskRoot=null) { throw null; } + public static string GetSDKContentFolderPath(string sdkIdentifier, string sdkVersion, string targetPlatformIdentifier, string targetPlatformMinVersion, string targetPlatformVersion, string folderName, string diskRoot = null) { throw null; } public static System.Collections.Generic.IList GetSDKDesignTimeFolders(string sdkRoot) { throw null; } public static System.Collections.Generic.IList GetSDKDesignTimeFolders(string sdkRoot, string targetConfiguration, string targetArchitecture) { throw null; } public static System.Collections.Generic.IList GetSDKRedistFolders(string sdkRoot) { throw null; } @@ -585,8 +585,8 @@ public static partial class TrackedDependencies public enum UpToDateCheckType { InputNewerThanOutput = 0, - InputNewerThanTracking = 2, InputOrOutputNewerThanTracking = 1, + InputNewerThanTracking = 2, } public enum VisualStudioVersion { diff --git a/ref/Microsoft.Build.Utilities.Core/netstandard/Microsoft.Build.Utilities.Core.cs b/ref/Microsoft.Build.Utilities.Core/netstandard/Microsoft.Build.Utilities.Core.cs index e6cc6f3fa50..dc633b0e922 100644 --- a/ref/Microsoft.Build.Utilities.Core/netstandard/Microsoft.Build.Utilities.Core.cs +++ b/ref/Microsoft.Build.Utilities.Core/netstandard/Microsoft.Build.Utilities.Core.cs @@ -39,16 +39,16 @@ public partial class CommandLineBuilder } public enum DotNetFrameworkArchitecture { + Current = 0, Bitness32 = 1, Bitness64 = 2, - Current = 0, } public enum HostObjectInitializationStatus { - NoActionReturnFailure = 3, - NoActionReturnSuccess = 2, - UseAlternateToolToExecute = 1, UseHostObjectToExecute = 0, + UseAlternateToolToExecute = 1, + NoActionReturnSuccess = 2, + NoActionReturnFailure = 3, } public abstract partial class Logger : Microsoft.Build.Framework.ILogger { @@ -64,8 +64,8 @@ public abstract partial class Logger : Microsoft.Build.Framework.ILogger public enum MultipleVersionSupport { Allow = 0, - Error = 2, Warning = 1, + Error = 2, } public partial class MuxLogger : Microsoft.Build.Framework.ILogger, Microsoft.Build.Framework.INodeLogger { @@ -147,14 +147,13 @@ public static partial class Attributes } public enum SDKType { + Unspecified = 0, External = 1, - Framework = 3, Platform = 2, - Unspecified = 0, + Framework = 3, } public enum TargetDotNetFrameworkVersion { - Latest = 9999, Version11 = 0, Version20 = 1, Version30 = 2, @@ -162,15 +161,16 @@ public enum TargetDotNetFrameworkVersion Version40 = 4, Version45 = 5, Version451 = 6, - Version452 = 9, Version46 = 7, Version461 = 8, + Version452 = 9, Version462 = 10, + VersionLatest = 10, Version47 = 11, Version471 = 12, Version472 = 13, Version48 = 14, - VersionLatest = 10, + Latest = 9999, } public partial class TargetPlatformSDK : System.IEquatable { @@ -234,7 +234,7 @@ public partial class TaskLoggingHelper public string HelpKeywordPrefix { get { throw null; } set { } } protected string TaskName { get { throw null; } } public System.Resources.ResourceManager TaskResources { get { throw null; } set { } } - public string ExtractMessageCode(string message, out string messageWithoutCodePrefix) { messageWithoutCodePrefix = default(string); throw null; } + public string ExtractMessageCode(string message, out string messageWithoutCodePrefix) { throw null; } public virtual string FormatResourceString(string resourceName, params object[] args) { throw null; } public virtual string FormatString(string unformatted, params object[] args) { throw null; } public virtual string GetResourceMessage(string resourceName) { throw null; } @@ -289,8 +289,8 @@ public static partial class ToolLocationHelper public static string GetDotNetFrameworkSdkRootRegistryKey(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion version) { throw null; } public static string GetDotNetFrameworkSdkRootRegistryKey(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion version, Microsoft.Build.Utilities.VisualStudioVersion visualStudioVersion) { throw null; } public static string GetDotNetFrameworkVersionFolderPrefix(Microsoft.Build.Utilities.TargetDotNetFrameworkVersion version) { throw null; } - public static System.Collections.Generic.IEnumerable GetFoldersInVSInstalls(System.Version minVersion=null, System.Version maxVersion=null, string subFolder=null) { throw null; } - public static string GetFoldersInVSInstallsAsString(string minVersionString=null, string maxVersionString=null, string subFolder=null) { throw null; } + public static System.Collections.Generic.IEnumerable GetFoldersInVSInstalls(System.Version minVersion = null, System.Version maxVersion = null, string subFolder = null) { throw null; } + public static string GetFoldersInVSInstallsAsString(string minVersionString = null, string maxVersionString = null, string subFolder = null) { throw null; } public static string GetLatestSDKTargetPlatformVersion(string sdkIdentifier, string sdkVersion) { throw null; } public static string GetLatestSDKTargetPlatformVersion(string sdkIdentifier, string sdkVersion, string[] sdkRoots) { throw null; } public static string GetPathToBuildTools(string toolsVersion) { throw null; } @@ -352,7 +352,7 @@ public static partial class ToolLocationHelper public static System.Collections.Generic.IEnumerable GetPlatformsForSDK(string sdkIdentifier, System.Version sdkVersion) { throw null; } public static System.Collections.Generic.IEnumerable GetPlatformsForSDK(string sdkIdentifier, System.Version sdkVersion, string[] diskRoots, string registryRoot) { throw null; } public static string GetProgramFilesReferenceAssemblyRoot() { throw null; } - public static string GetSDKContentFolderPath(string sdkIdentifier, string sdkVersion, string targetPlatformIdentifier, string targetPlatformMinVersion, string targetPlatformVersion, string folderName, string diskRoot=null) { throw null; } + public static string GetSDKContentFolderPath(string sdkIdentifier, string sdkVersion, string targetPlatformIdentifier, string targetPlatformMinVersion, string targetPlatformVersion, string folderName, string diskRoot = null) { throw null; } public static System.Collections.Generic.IList GetSDKDesignTimeFolders(string sdkRoot) { throw null; } public static System.Collections.Generic.IList GetSDKDesignTimeFolders(string sdkRoot, string targetConfiguration, string targetArchitecture) { throw null; } public static System.Collections.Generic.IList GetSDKRedistFolders(string sdkRoot) { throw null; } diff --git a/ref/Microsoft.Build/net/Microsoft.Build.cs b/ref/Microsoft.Build/net/Microsoft.Build.cs index 3619a7a0852..b7c9a8e40e5 100644 --- a/ref/Microsoft.Build/net/Microsoft.Build.cs +++ b/ref/Microsoft.Build/net/Microsoft.Build.cs @@ -15,9 +15,9 @@ public abstract partial class ElementLocation } public enum ImplicitImportLocation { - Bottom = 2, None = 0, Top = 1, + Bottom = 2, } public partial class ProjectChooseElement : Microsoft.Build.Construction.ProjectElementContainer { @@ -319,10 +319,10 @@ public partial class ProjectRootElement : Microsoft.Build.Construction.ProjectEl public Microsoft.Build.Construction.ProjectRootElement DeepClone() { throw null; } public static Microsoft.Build.Construction.ProjectRootElement Open(string path) { throw null; } public static Microsoft.Build.Construction.ProjectRootElement Open(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection) { throw null; } - public static Microsoft.Build.Construction.ProjectRootElement Open(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection, System.Nullable preserveFormatting) { throw null; } - public void Reload(bool throwIfUnsavedChanges=true, System.Nullable preserveFormatting=default(System.Nullable)) { } - public void ReloadFrom(string path, bool throwIfUnsavedChanges=true, System.Nullable preserveFormatting=default(System.Nullable)) { } - public void ReloadFrom(System.Xml.XmlReader reader, bool throwIfUnsavedChanges=true, System.Nullable preserveFormatting=default(System.Nullable)) { } + public static Microsoft.Build.Construction.ProjectRootElement Open(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection, bool? preserveFormatting) { throw null; } + public void Reload(bool throwIfUnsavedChanges = true, bool? preserveFormatting = default(bool?)) { } + public void ReloadFrom(string path, bool throwIfUnsavedChanges = true, bool? preserveFormatting = default(bool?)) { } + public void ReloadFrom(System.Xml.XmlReader reader, bool throwIfUnsavedChanges = true, bool? preserveFormatting = default(bool?)) { } public void Save() { } public void Save(System.IO.TextWriter writer) { } public void Save(string path) { } @@ -330,7 +330,7 @@ public partial class ProjectRootElement : Microsoft.Build.Construction.ProjectEl public void Save(System.Text.Encoding saveEncoding) { } public static Microsoft.Build.Construction.ProjectRootElement TryOpen(string path) { throw null; } public static Microsoft.Build.Construction.ProjectRootElement TryOpen(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection) { throw null; } - public static Microsoft.Build.Construction.ProjectRootElement TryOpen(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection, System.Nullable preserveFormatting) { throw null; } + public static Microsoft.Build.Construction.ProjectRootElement TryOpen(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection, bool? preserveFormatting) { throw null; } } public partial class ProjectSdkElement : Microsoft.Build.Construction.ProjectElementContainer { @@ -465,13 +465,13 @@ public sealed partial class SolutionFile } public enum SolutionProjectType { - EtpSubProject = 5, + Unknown = 0, KnownToBeMSBuildFormat = 1, - SharedProject = 6, SolutionFolder = 2, - Unknown = 0, - WebDeploymentProject = 4, WebProject = 3, + WebDeploymentProject = 4, + EtpSubProject = 5, + SharedProject = 6, } public partial class UsingTaskParameterGroupElement : Microsoft.Build.Construction.ProjectElementContainer { @@ -514,25 +514,25 @@ public static partial class MatchOnMetadataConstants } public enum MatchOnMetadataOptions { - CaseInsensitive = 1, CaseSensitive = 0, + CaseInsensitive = 1, PathLike = 2, } [System.FlagsAttribute] public enum NewProjectFileOptions { IncludeAllOptions = -1, - IncludeToolsVersion = 2, + None = 0, IncludeXmlDeclaration = 1, + IncludeToolsVersion = 2, IncludeXmlNamespace = 4, - None = 0, } public enum Operation { - Exclude = 1, Include = 0, - Remove = 3, + Exclude = 1, Update = 2, + Remove = 3, } public partial class Project { @@ -719,14 +719,14 @@ public partial class ProjectCollectionChangedEventArgs : System.EventArgs public enum ProjectCollectionChangedState { DefaultToolsVersion = 0, - DisableMarkDirty = 7, + Toolsets = 1, + Loggers = 2, GlobalProperties = 3, - HostServices = 6, IsBuildEnabled = 4, - Loggers = 2, OnlyLogCriticalEvents = 5, + HostServices = 6, + DisableMarkDirty = 7, SkipEvaluation = 8, - Toolsets = 1, } public partial class ProjectItem { @@ -764,14 +764,14 @@ public partial class ProjectItemDefinition public enum ProjectLoadSettings { Default = 0, - DoNotEvaluateElementsWithFalseCondition = 32, - IgnoreEmptyImports = 16, - IgnoreInvalidImports = 64, IgnoreMissingImports = 1, - ProfileEvaluation = 128, RecordDuplicateButNotCircularImports = 2, - RecordEvaluatedItemElements = 8, RejectCircularImports = 4, + RecordEvaluatedItemElements = 8, + IgnoreEmptyImports = 16, + DoNotEvaluateElementsWithFalseCondition = 32, + IgnoreInvalidImports = 64, + ProfileEvaluation = 128, } public partial class ProjectMetadata : System.IEquatable { @@ -812,10 +812,10 @@ public partial class ProjectXmlChangedEventArgs : System.EventArgs [System.FlagsAttribute] public enum Provenance { + Undefined = 0, + StringLiteral = 1, Glob = 2, Inconclusive = 4, - StringLiteral = 1, - Undefined = 0, } public partial class ProvenanceResult { @@ -828,6 +828,8 @@ public partial class ProvenanceResult [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public partial struct ResolvedImport { + private object _dummy; + private int _dummyPrimitive; public Microsoft.Build.Construction.ProjectRootElement ImportedProject { get { throw null; } } public Microsoft.Build.Construction.ProjectImportElement ImportingElement { get { throw null; } } public bool IsImported { get { throw null; } } @@ -856,11 +858,11 @@ public partial class Toolset [System.FlagsAttribute] public enum ToolsetDefinitionLocations { + None = 0, ConfigurationFile = 1, + Registry = 2, Default = 3, Local = 4, - None = 0, - Registry = 2, } } namespace Microsoft.Build.Evaluation.Context @@ -872,8 +874,8 @@ public partial class EvaluationContext public static Microsoft.Build.Evaluation.Context.EvaluationContext Create(Microsoft.Build.Evaluation.Context.EvaluationContext.SharingPolicy policy, Microsoft.Build.FileSystem.MSBuildFileSystemBase fileSystem) { throw null; } public enum SharingPolicy { - Isolated = 1, Shared = 0, + Isolated = 1, } } } @@ -961,9 +963,11 @@ public partial class BuildManager : System.IDisposable public void ResetCaches() { } public void ShutdownAllNodes() { } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public partial struct DeferredBuildMessage + public readonly partial struct DeferredBuildMessage { - public DeferredBuildMessage(string text, Microsoft.Build.Framework.MessageImportance importance) { throw null;} + private readonly object _dummy; + private readonly int _dummyPrimitive; + public DeferredBuildMessage(string text, Microsoft.Build.Framework.MessageImportance importance) { throw null; } public Microsoft.Build.Framework.MessageImportance Importance { get { throw null; } } public string Text { get { throw null; } } } @@ -1035,14 +1039,14 @@ public partial class BuildRequestData [System.FlagsAttribute] public enum BuildRequestDataFlags { - ClearCachesAfterBuild = 8, - IgnoreExistingProjectState = 4, - IgnoreMissingEmptyAndInvalidImports = 64, None = 0, - ProvideProjectStateAfterBuild = 2, - ProvideSubsetOfStateAfterBuild = 32, ReplaceExistingProjectInstance = 1, + ProvideProjectStateAfterBuild = 2, + IgnoreExistingProjectState = 4, + ClearCachesAfterBuild = 8, SkipNonexistentTargets = 16, + ProvideSubsetOfStateAfterBuild = 32, + IgnoreMissingEmptyAndInvalidImports = 64, } public partial class BuildResult { @@ -1064,8 +1068,8 @@ public partial class BuildResult } public enum BuildResultCode { - Failure = 1, Success = 0, + Failure = 1, } public partial class BuildSubmission { @@ -1099,9 +1103,9 @@ public partial interface ITargetResult } public enum NodeAffinity { - Any = 2, InProc = 0, OutOfProc = 1, + Any = 2, } public enum NodeEngineShutdownReason { @@ -1113,9 +1117,9 @@ public enum NodeEngineShutdownReason public partial class OutOfProcNode { public OutOfProcNode() { } - public Microsoft.Build.Execution.NodeEngineShutdownReason Run(bool enableReuse, bool lowPriority, out System.Exception shutdownException) { shutdownException = default(System.Exception); throw null; } - public Microsoft.Build.Execution.NodeEngineShutdownReason Run(bool enableReuse, out System.Exception shutdownException) { shutdownException = default(System.Exception); throw null; } - public Microsoft.Build.Execution.NodeEngineShutdownReason Run(out System.Exception shutdownException) { shutdownException = default(System.Exception); throw null; } + public Microsoft.Build.Execution.NodeEngineShutdownReason Run(bool enableReuse, bool lowPriority, out System.Exception shutdownException) { throw null; } + public Microsoft.Build.Execution.NodeEngineShutdownReason Run(bool enableReuse, out System.Exception shutdownException) { throw null; } + public Microsoft.Build.Execution.NodeEngineShutdownReason Run(out System.Exception shutdownException) { throw null; } } public partial class ProjectInstance { @@ -1152,9 +1156,9 @@ public partial class ProjectInstance public bool Build(string target, System.Collections.Generic.IEnumerable loggers) { throw null; } public bool Build(string target, System.Collections.Generic.IEnumerable loggers, System.Collections.Generic.IEnumerable remoteLoggers) { throw null; } public bool Build(string[] targets, System.Collections.Generic.IEnumerable loggers) { throw null; } - public bool Build(string[] targets, System.Collections.Generic.IEnumerable loggers, out System.Collections.Generic.IDictionary targetOutputs) { targetOutputs = default(System.Collections.Generic.IDictionary); throw null; } + public bool Build(string[] targets, System.Collections.Generic.IEnumerable loggers, out System.Collections.Generic.IDictionary targetOutputs) { throw null; } public bool Build(string[] targets, System.Collections.Generic.IEnumerable loggers, System.Collections.Generic.IEnumerable remoteLoggers) { throw null; } - public bool Build(string[] targets, System.Collections.Generic.IEnumerable loggers, System.Collections.Generic.IEnumerable remoteLoggers, out System.Collections.Generic.IDictionary targetOutputs) { targetOutputs = default(System.Collections.Generic.IDictionary); throw null; } + public bool Build(string[] targets, System.Collections.Generic.IEnumerable loggers, System.Collections.Generic.IEnumerable remoteLoggers, out System.Collections.Generic.IDictionary targetOutputs) { throw null; } public Microsoft.Build.Execution.ProjectInstance DeepCopy() { throw null; } public Microsoft.Build.Execution.ProjectInstance DeepCopy(bool isImmutable) { throw null; } public bool EvaluateCondition(string condition) { throw null; } @@ -1181,9 +1185,9 @@ public partial class ProjectInstance [System.FlagsAttribute] public enum ProjectInstanceSettings { + None = 0, Immutable = 1, ImmutableWithFastItemLookup = 3, - None = 0, } public partial class ProjectItemDefinitionInstance { @@ -1403,16 +1407,16 @@ public partial class TargetResult : Microsoft.Build.Execution.ITargetResult } public enum TargetResultCode : byte { - Failure = (byte)2, Skipped = (byte)0, Success = (byte)1, + Failure = (byte)2, } } namespace Microsoft.Build.Experimental.ProjectCache { public partial class CacheContext { - public CacheContext(System.Collections.Generic.IReadOnlyDictionary pluginSettings, Microsoft.Build.FileSystem.MSBuildFileSystemBase fileSystem, Microsoft.Build.Graph.ProjectGraph graph=null, System.Collections.Generic.IReadOnlyCollection graphEntryPoints=null) { } + public CacheContext(System.Collections.Generic.IReadOnlyDictionary pluginSettings, Microsoft.Build.FileSystem.MSBuildFileSystemBase fileSystem, Microsoft.Build.Graph.ProjectGraph graph = null, System.Collections.Generic.IReadOnlyCollection graphEntryPoints = null) { } public Microsoft.Build.FileSystem.MSBuildFileSystemBase FileSystem { get { throw null; } } public Microsoft.Build.Graph.ProjectGraph Graph { get { throw null; } } public System.Collections.Generic.IReadOnlyCollection GraphEntryPoints { get { throw null; } } @@ -1429,23 +1433,25 @@ public partial class CacheResult } public enum CacheResultType { + None = 0, CacheHit = 1, CacheMiss = 2, CacheNotApplicable = 3, - None = 0, } public abstract partial class PluginLoggerBase { protected PluginLoggerBase(Microsoft.Build.Framework.LoggerVerbosity verbosity) { } public abstract bool HasLoggedErrors { get; protected set; } public abstract void LogError(string error); - public abstract void LogMessage(string message, System.Nullable messageImportance=default(System.Nullable)); + public abstract void LogMessage(string message, Microsoft.Build.Framework.MessageImportance? messageImportance = default(Microsoft.Build.Framework.MessageImportance?)); public abstract void LogWarning(string warning); } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public partial struct PluginTargetResult + public readonly partial struct PluginTargetResult { - public PluginTargetResult(string targetName, System.Collections.Generic.IReadOnlyCollection taskItems, Microsoft.Build.Execution.BuildResultCode resultCode) { throw null;} + private readonly object _dummy; + private readonly int _dummyPrimitive; + public PluginTargetResult(string targetName, System.Collections.Generic.IReadOnlyCollection taskItems, Microsoft.Build.Execution.BuildResultCode resultCode) { throw null; } public Microsoft.Build.Execution.BuildResultCode ResultCode { get { throw null; } } public string TargetName { get { throw null; } } public System.Collections.Generic.IReadOnlyCollection TaskItems { get { throw null; } } @@ -1458,8 +1464,8 @@ public partial class ProjectCacheDescriptor public Microsoft.Build.Experimental.ProjectCache.ProjectCachePluginBase PluginInstance { get { throw null; } } public System.Collections.Generic.IReadOnlyDictionary PluginSettings { get { throw null; } } public Microsoft.Build.Graph.ProjectGraph ProjectGraph { get { throw null; } } - public static Microsoft.Build.Experimental.ProjectCache.ProjectCacheDescriptor FromAssemblyPath(string pluginAssemblyPath, System.Collections.Generic.IReadOnlyCollection entryPoints, Microsoft.Build.Graph.ProjectGraph projectGraph, System.Collections.Generic.IReadOnlyDictionary pluginSettings=null) { throw null; } - public static Microsoft.Build.Experimental.ProjectCache.ProjectCacheDescriptor FromInstance(Microsoft.Build.Experimental.ProjectCache.ProjectCachePluginBase pluginInstance, System.Collections.Generic.IReadOnlyCollection entryPoints, Microsoft.Build.Graph.ProjectGraph projectGraph, System.Collections.Generic.IReadOnlyDictionary pluginSettings=null) { throw null; } + public static Microsoft.Build.Experimental.ProjectCache.ProjectCacheDescriptor FromAssemblyPath(string pluginAssemblyPath, System.Collections.Generic.IReadOnlyCollection entryPoints, Microsoft.Build.Graph.ProjectGraph projectGraph, System.Collections.Generic.IReadOnlyDictionary pluginSettings = null) { throw null; } + public static Microsoft.Build.Experimental.ProjectCache.ProjectCacheDescriptor FromInstance(Microsoft.Build.Experimental.ProjectCache.ProjectCachePluginBase pluginInstance, System.Collections.Generic.IReadOnlyCollection entryPoints, Microsoft.Build.Graph.ProjectGraph projectGraph, System.Collections.Generic.IReadOnlyDictionary pluginSettings = null) { throw null; } public string GetDetailedDescription() { throw null; } } public abstract partial class ProjectCachePluginBase @@ -1481,9 +1487,9 @@ public abstract partial class MSBuildFileSystemBase { protected MSBuildFileSystemBase() { } public abstract bool DirectoryExists(string path); - public abstract System.Collections.Generic.IEnumerable EnumerateDirectories(string path, string searchPattern="*", System.IO.SearchOption searchOption=(System.IO.SearchOption)(0)); - public abstract System.Collections.Generic.IEnumerable EnumerateFiles(string path, string searchPattern="*", System.IO.SearchOption searchOption=(System.IO.SearchOption)(0)); - public abstract System.Collections.Generic.IEnumerable EnumerateFileSystemEntries(string path, string searchPattern="*", System.IO.SearchOption searchOption=(System.IO.SearchOption)(0)); + public abstract System.Collections.Generic.IEnumerable EnumerateDirectories(string path, string searchPattern = "*", System.IO.SearchOption searchOption = System.IO.SearchOption.TopDirectoryOnly); + public abstract System.Collections.Generic.IEnumerable EnumerateFiles(string path, string searchPattern = "*", System.IO.SearchOption searchOption = System.IO.SearchOption.TopDirectoryOnly); + public abstract System.Collections.Generic.IEnumerable EnumerateFileSystemEntries(string path, string searchPattern = "*", System.IO.SearchOption searchOption = System.IO.SearchOption.TopDirectoryOnly); public abstract bool FileExists(string path); public abstract bool FileOrDirectoryExists(string path); public abstract System.IO.FileAttributes GetAttributes(string path); @@ -1521,6 +1527,8 @@ public partial class MSBuildGlob : Microsoft.Build.Globbing.IMSBuildGlob [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public partial struct MatchInfoResult { + private object _dummy; + private int _dummyPrimitive; public string FilenamePartMatchGroup { get { throw null; } } public string FixedDirectoryPartMatchGroup { get { throw null; } } public bool IsMatch { get { throw null; } } @@ -1628,9 +1636,10 @@ public sealed partial class ProjectGraph public System.Collections.Generic.IReadOnlyCollection ProjectNodesTopologicallySorted { get { throw null; } } public System.Collections.Generic.IReadOnlyDictionary> GetTargetLists(System.Collections.Generic.ICollection entryProjectTargets) { throw null; } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public partial struct GraphConstructionMetrics + public readonly partial struct GraphConstructionMetrics { - public GraphConstructionMetrics(System.TimeSpan constructionTime, int nodeCount, int edgeCount) { throw null;} + private readonly int _dummyPrimitive; + public GraphConstructionMetrics(System.TimeSpan constructionTime, int nodeCount, int edgeCount) { throw null; } public System.TimeSpan ConstructionTime { get { throw null; } } public int EdgeCount { get { throw null; } } public int NodeCount { get { throw null; } } @@ -1640,8 +1649,9 @@ public partial struct GraphConstructionMetrics [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public partial struct ProjectGraphEntryPoint { - public ProjectGraphEntryPoint(string projectFile) { throw null;} - public ProjectGraphEntryPoint(string projectFile, System.Collections.Generic.IDictionary globalProperties) { throw null;} + private object _dummy; + public ProjectGraphEntryPoint(string projectFile) { throw null; } + public ProjectGraphEntryPoint(string projectFile, System.Collections.Generic.IDictionary globalProperties) { throw null; } public System.Collections.Generic.IDictionary GlobalProperties { get { throw null; } } public string ProjectFile { get { throw null; } } } @@ -1665,8 +1675,8 @@ public sealed partial class BinaryLogger : Microsoft.Build.Framework.ILogger public void Shutdown() { } public enum ProjectImportsCollectionMode { - Embed = 1, None = 0, + Embed = 1, ZipFile = 2, } } @@ -1806,19 +1816,19 @@ public partial class LinkedObjectsFactory public Microsoft.Build.Construction.ProjectImportGroupElement Create(Microsoft.Build.ObjectModelRemoting.ProjectImportGroupElementLink link) { throw null; } public Microsoft.Build.Construction.ProjectItemDefinitionElement Create(Microsoft.Build.ObjectModelRemoting.ProjectItemDefinitionElementLink link) { throw null; } public Microsoft.Build.Construction.ProjectItemDefinitionGroupElement Create(Microsoft.Build.ObjectModelRemoting.ProjectItemDefinitionGroupElementLink link) { throw null; } - public Microsoft.Build.Evaluation.ProjectItemDefinition Create(Microsoft.Build.ObjectModelRemoting.ProjectItemDefinitionLink link, Microsoft.Build.Evaluation.Project project=null) { throw null; } + public Microsoft.Build.Evaluation.ProjectItemDefinition Create(Microsoft.Build.ObjectModelRemoting.ProjectItemDefinitionLink link, Microsoft.Build.Evaluation.Project project = null) { throw null; } public Microsoft.Build.Construction.ProjectItemElement Create(Microsoft.Build.ObjectModelRemoting.ProjectItemElementLink link) { throw null; } public Microsoft.Build.Construction.ProjectItemGroupElement Create(Microsoft.Build.ObjectModelRemoting.ProjectItemGroupElementLink link) { throw null; } - public Microsoft.Build.Evaluation.ProjectItem Create(Microsoft.Build.ObjectModelRemoting.ProjectItemLink link, Microsoft.Build.Evaluation.Project project=null, Microsoft.Build.Construction.ProjectItemElement xml=null) { throw null; } + public Microsoft.Build.Evaluation.ProjectItem Create(Microsoft.Build.ObjectModelRemoting.ProjectItemLink link, Microsoft.Build.Evaluation.Project project = null, Microsoft.Build.Construction.ProjectItemElement xml = null) { throw null; } public Microsoft.Build.Evaluation.Project Create(Microsoft.Build.ObjectModelRemoting.ProjectLink link) { throw null; } public Microsoft.Build.Construction.ProjectMetadataElement Create(Microsoft.Build.ObjectModelRemoting.ProjectMetadataElementLink link) { throw null; } - public Microsoft.Build.Evaluation.ProjectMetadata Create(Microsoft.Build.ObjectModelRemoting.ProjectMetadataLink link, object parent=null) { throw null; } + public Microsoft.Build.Evaluation.ProjectMetadata Create(Microsoft.Build.ObjectModelRemoting.ProjectMetadataLink link, object parent = null) { throw null; } public Microsoft.Build.Construction.ProjectOnErrorElement Create(Microsoft.Build.ObjectModelRemoting.ProjectOnErrorElementLink link) { throw null; } public Microsoft.Build.Construction.ProjectOtherwiseElement Create(Microsoft.Build.ObjectModelRemoting.ProjectOtherwiseElementLink link) { throw null; } public Microsoft.Build.Construction.ProjectOutputElement Create(Microsoft.Build.ObjectModelRemoting.ProjectOutputElementLink link) { throw null; } public Microsoft.Build.Construction.ProjectPropertyElement Create(Microsoft.Build.ObjectModelRemoting.ProjectPropertyElementLink link) { throw null; } public Microsoft.Build.Construction.ProjectPropertyGroupElement Create(Microsoft.Build.ObjectModelRemoting.ProjectPropertyGroupElementLink link) { throw null; } - public Microsoft.Build.Evaluation.ProjectProperty Create(Microsoft.Build.ObjectModelRemoting.ProjectPropertyLink link, Microsoft.Build.Evaluation.Project project=null) { throw null; } + public Microsoft.Build.Evaluation.ProjectProperty Create(Microsoft.Build.ObjectModelRemoting.ProjectPropertyLink link, Microsoft.Build.Evaluation.Project project = null) { throw null; } public Microsoft.Build.Construction.ProjectRootElement Create(Microsoft.Build.ObjectModelRemoting.ProjectRootElementLink link) { throw null; } public Microsoft.Build.Construction.ProjectSdkElement Create(Microsoft.Build.ObjectModelRemoting.ProjectSdkElementLink link) { throw null; } public Microsoft.Build.Construction.ProjectTargetElement Create(Microsoft.Build.ObjectModelRemoting.ProjectTargetElementLink link) { throw null; } @@ -1830,7 +1840,7 @@ public partial class LinkedObjectsFactory public Microsoft.Build.Construction.UsingTaskParameterGroupElement Create(Microsoft.Build.ObjectModelRemoting.UsingTaskParameterGroupElementLink link) { throw null; } public static Microsoft.Build.ObjectModelRemoting.LinkedObjectsFactory Get(Microsoft.Build.Evaluation.ProjectCollection collection) { throw null; } public static object GetLink(object obj) { throw null; } - public static System.Collections.Generic.IReadOnlyCollection GetLocalProjects(Microsoft.Build.Evaluation.ProjectCollection collection, string projectFile=null) { throw null; } + public static System.Collections.Generic.IReadOnlyCollection GetLocalProjects(Microsoft.Build.Evaluation.ProjectCollection collection, string projectFile = null) { throw null; } public static bool IsLocal(object obj) { throw null; } } public abstract partial class ProjectChooseElementLink : Microsoft.Build.ObjectModelRemoting.ProjectElementContainerLink @@ -2132,7 +2142,8 @@ public abstract partial class UsingTaskParameterGroupElementLink : Microsoft.Bui [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public partial struct XmlAttributeLink { - public XmlAttributeLink(string localName, string value, string namespaceUri) { throw null;} + private object _dummy; + public XmlAttributeLink(string localName, string value, string namespaceUri) { throw null; } public string LocalName { get { throw null; } } public string NamespaceURI { get { throw null; } } public string Value { get { throw null; } } diff --git a/ref/Microsoft.Build/netstandard/Microsoft.Build.cs b/ref/Microsoft.Build/netstandard/Microsoft.Build.cs index 2d5246af021..5e7b0352732 100644 --- a/ref/Microsoft.Build/netstandard/Microsoft.Build.cs +++ b/ref/Microsoft.Build/netstandard/Microsoft.Build.cs @@ -15,9 +15,9 @@ public abstract partial class ElementLocation } public enum ImplicitImportLocation { - Bottom = 2, None = 0, Top = 1, + Bottom = 2, } public partial class ProjectChooseElement : Microsoft.Build.Construction.ProjectElementContainer { @@ -319,10 +319,10 @@ public partial class ProjectRootElement : Microsoft.Build.Construction.ProjectEl public Microsoft.Build.Construction.ProjectRootElement DeepClone() { throw null; } public static Microsoft.Build.Construction.ProjectRootElement Open(string path) { throw null; } public static Microsoft.Build.Construction.ProjectRootElement Open(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection) { throw null; } - public static Microsoft.Build.Construction.ProjectRootElement Open(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection, System.Nullable preserveFormatting) { throw null; } - public void Reload(bool throwIfUnsavedChanges=true, System.Nullable preserveFormatting=default(System.Nullable)) { } - public void ReloadFrom(string path, bool throwIfUnsavedChanges=true, System.Nullable preserveFormatting=default(System.Nullable)) { } - public void ReloadFrom(System.Xml.XmlReader reader, bool throwIfUnsavedChanges=true, System.Nullable preserveFormatting=default(System.Nullable)) { } + public static Microsoft.Build.Construction.ProjectRootElement Open(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection, bool? preserveFormatting) { throw null; } + public void Reload(bool throwIfUnsavedChanges = true, bool? preserveFormatting = default(bool?)) { } + public void ReloadFrom(string path, bool throwIfUnsavedChanges = true, bool? preserveFormatting = default(bool?)) { } + public void ReloadFrom(System.Xml.XmlReader reader, bool throwIfUnsavedChanges = true, bool? preserveFormatting = default(bool?)) { } public void Save() { } public void Save(System.IO.TextWriter writer) { } public void Save(string path) { } @@ -330,7 +330,7 @@ public partial class ProjectRootElement : Microsoft.Build.Construction.ProjectEl public void Save(System.Text.Encoding saveEncoding) { } public static Microsoft.Build.Construction.ProjectRootElement TryOpen(string path) { throw null; } public static Microsoft.Build.Construction.ProjectRootElement TryOpen(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection) { throw null; } - public static Microsoft.Build.Construction.ProjectRootElement TryOpen(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection, System.Nullable preserveFormatting) { throw null; } + public static Microsoft.Build.Construction.ProjectRootElement TryOpen(string path, Microsoft.Build.Evaluation.ProjectCollection projectCollection, bool? preserveFormatting) { throw null; } } public partial class ProjectSdkElement : Microsoft.Build.Construction.ProjectElementContainer { @@ -465,13 +465,13 @@ public sealed partial class SolutionFile } public enum SolutionProjectType { - EtpSubProject = 5, + Unknown = 0, KnownToBeMSBuildFormat = 1, - SharedProject = 6, SolutionFolder = 2, - Unknown = 0, - WebDeploymentProject = 4, WebProject = 3, + WebDeploymentProject = 4, + EtpSubProject = 5, + SharedProject = 6, } public partial class UsingTaskParameterGroupElement : Microsoft.Build.Construction.ProjectElementContainer { @@ -514,25 +514,25 @@ public static partial class MatchOnMetadataConstants } public enum MatchOnMetadataOptions { - CaseInsensitive = 1, CaseSensitive = 0, + CaseInsensitive = 1, PathLike = 2, } [System.FlagsAttribute] public enum NewProjectFileOptions { IncludeAllOptions = -1, - IncludeToolsVersion = 2, + None = 0, IncludeXmlDeclaration = 1, + IncludeToolsVersion = 2, IncludeXmlNamespace = 4, - None = 0, } public enum Operation { - Exclude = 1, Include = 0, - Remove = 3, + Exclude = 1, Update = 2, + Remove = 3, } public partial class Project { @@ -719,14 +719,14 @@ public partial class ProjectCollectionChangedEventArgs : System.EventArgs public enum ProjectCollectionChangedState { DefaultToolsVersion = 0, - DisableMarkDirty = 7, + Toolsets = 1, + Loggers = 2, GlobalProperties = 3, - HostServices = 6, IsBuildEnabled = 4, - Loggers = 2, OnlyLogCriticalEvents = 5, + HostServices = 6, + DisableMarkDirty = 7, SkipEvaluation = 8, - Toolsets = 1, } public partial class ProjectItem { @@ -764,14 +764,14 @@ public partial class ProjectItemDefinition public enum ProjectLoadSettings { Default = 0, - DoNotEvaluateElementsWithFalseCondition = 32, - IgnoreEmptyImports = 16, - IgnoreInvalidImports = 64, IgnoreMissingImports = 1, - ProfileEvaluation = 128, RecordDuplicateButNotCircularImports = 2, - RecordEvaluatedItemElements = 8, RejectCircularImports = 4, + RecordEvaluatedItemElements = 8, + IgnoreEmptyImports = 16, + DoNotEvaluateElementsWithFalseCondition = 32, + IgnoreInvalidImports = 64, + ProfileEvaluation = 128, } public partial class ProjectMetadata : System.IEquatable { @@ -812,10 +812,10 @@ public partial class ProjectXmlChangedEventArgs : System.EventArgs [System.FlagsAttribute] public enum Provenance { + Undefined = 0, + StringLiteral = 1, Glob = 2, Inconclusive = 4, - StringLiteral = 1, - Undefined = 0, } public partial class ProvenanceResult { @@ -828,6 +828,8 @@ public partial class ProvenanceResult [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public partial struct ResolvedImport { + private object _dummy; + private int _dummyPrimitive; public Microsoft.Build.Construction.ProjectRootElement ImportedProject { get { throw null; } } public Microsoft.Build.Construction.ProjectImportElement ImportingElement { get { throw null; } } public bool IsImported { get { throw null; } } @@ -856,11 +858,11 @@ public partial class Toolset [System.FlagsAttribute] public enum ToolsetDefinitionLocations { + None = 0, ConfigurationFile = 1, + Registry = 2, Default = 4, Local = 4, - None = 0, - Registry = 2, } } namespace Microsoft.Build.Evaluation.Context @@ -872,8 +874,8 @@ public partial class EvaluationContext public static Microsoft.Build.Evaluation.Context.EvaluationContext Create(Microsoft.Build.Evaluation.Context.EvaluationContext.SharingPolicy policy, Microsoft.Build.FileSystem.MSBuildFileSystemBase fileSystem) { throw null; } public enum SharingPolicy { - Isolated = 1, Shared = 0, + Isolated = 1, } } } @@ -957,9 +959,11 @@ public partial class BuildManager : System.IDisposable public void ResetCaches() { } public void ShutdownAllNodes() { } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public partial struct DeferredBuildMessage + public readonly partial struct DeferredBuildMessage { - public DeferredBuildMessage(string text, Microsoft.Build.Framework.MessageImportance importance) { throw null;} + private readonly object _dummy; + private readonly int _dummyPrimitive; + public DeferredBuildMessage(string text, Microsoft.Build.Framework.MessageImportance importance) { throw null; } public Microsoft.Build.Framework.MessageImportance Importance { get { throw null; } } public string Text { get { throw null; } } } @@ -1030,14 +1034,14 @@ public partial class BuildRequestData [System.FlagsAttribute] public enum BuildRequestDataFlags { - ClearCachesAfterBuild = 8, - IgnoreExistingProjectState = 4, - IgnoreMissingEmptyAndInvalidImports = 64, None = 0, - ProvideProjectStateAfterBuild = 2, - ProvideSubsetOfStateAfterBuild = 32, ReplaceExistingProjectInstance = 1, + ProvideProjectStateAfterBuild = 2, + IgnoreExistingProjectState = 4, + ClearCachesAfterBuild = 8, SkipNonexistentTargets = 16, + ProvideSubsetOfStateAfterBuild = 32, + IgnoreMissingEmptyAndInvalidImports = 64, } public partial class BuildResult { @@ -1059,8 +1063,8 @@ public partial class BuildResult } public enum BuildResultCode { - Failure = 1, Success = 0, + Failure = 1, } public partial class BuildSubmission { @@ -1093,9 +1097,9 @@ public partial interface ITargetResult } public enum NodeAffinity { - Any = 2, InProc = 0, OutOfProc = 1, + Any = 2, } public enum NodeEngineShutdownReason { @@ -1107,9 +1111,9 @@ public enum NodeEngineShutdownReason public partial class OutOfProcNode { public OutOfProcNode() { } - public Microsoft.Build.Execution.NodeEngineShutdownReason Run(bool enableReuse, bool lowPriority, out System.Exception shutdownException) { shutdownException = default(System.Exception); throw null; } - public Microsoft.Build.Execution.NodeEngineShutdownReason Run(bool enableReuse, out System.Exception shutdownException) { shutdownException = default(System.Exception); throw null; } - public Microsoft.Build.Execution.NodeEngineShutdownReason Run(out System.Exception shutdownException) { shutdownException = default(System.Exception); throw null; } + public Microsoft.Build.Execution.NodeEngineShutdownReason Run(bool enableReuse, bool lowPriority, out System.Exception shutdownException) { throw null; } + public Microsoft.Build.Execution.NodeEngineShutdownReason Run(bool enableReuse, out System.Exception shutdownException) { throw null; } + public Microsoft.Build.Execution.NodeEngineShutdownReason Run(out System.Exception shutdownException) { throw null; } } public partial class ProjectInstance { @@ -1146,9 +1150,9 @@ public partial class ProjectInstance public bool Build(string target, System.Collections.Generic.IEnumerable loggers) { throw null; } public bool Build(string target, System.Collections.Generic.IEnumerable loggers, System.Collections.Generic.IEnumerable remoteLoggers) { throw null; } public bool Build(string[] targets, System.Collections.Generic.IEnumerable loggers) { throw null; } - public bool Build(string[] targets, System.Collections.Generic.IEnumerable loggers, out System.Collections.Generic.IDictionary targetOutputs) { targetOutputs = default(System.Collections.Generic.IDictionary); throw null; } + public bool Build(string[] targets, System.Collections.Generic.IEnumerable loggers, out System.Collections.Generic.IDictionary targetOutputs) { throw null; } public bool Build(string[] targets, System.Collections.Generic.IEnumerable loggers, System.Collections.Generic.IEnumerable remoteLoggers) { throw null; } - public bool Build(string[] targets, System.Collections.Generic.IEnumerable loggers, System.Collections.Generic.IEnumerable remoteLoggers, out System.Collections.Generic.IDictionary targetOutputs) { targetOutputs = default(System.Collections.Generic.IDictionary); throw null; } + public bool Build(string[] targets, System.Collections.Generic.IEnumerable loggers, System.Collections.Generic.IEnumerable remoteLoggers, out System.Collections.Generic.IDictionary targetOutputs) { throw null; } public Microsoft.Build.Execution.ProjectInstance DeepCopy() { throw null; } public Microsoft.Build.Execution.ProjectInstance DeepCopy(bool isImmutable) { throw null; } public bool EvaluateCondition(string condition) { throw null; } @@ -1175,9 +1179,9 @@ public partial class ProjectInstance [System.FlagsAttribute] public enum ProjectInstanceSettings { + None = 0, Immutable = 1, ImmutableWithFastItemLookup = 3, - None = 0, } public partial class ProjectItemDefinitionInstance { @@ -1397,16 +1401,16 @@ public partial class TargetResult : Microsoft.Build.Execution.ITargetResult } public enum TargetResultCode : byte { - Failure = (byte)2, Skipped = (byte)0, Success = (byte)1, + Failure = (byte)2, } } namespace Microsoft.Build.Experimental.ProjectCache { public partial class CacheContext { - public CacheContext(System.Collections.Generic.IReadOnlyDictionary pluginSettings, Microsoft.Build.FileSystem.MSBuildFileSystemBase fileSystem, Microsoft.Build.Graph.ProjectGraph graph=null, System.Collections.Generic.IReadOnlyCollection graphEntryPoints=null) { } + public CacheContext(System.Collections.Generic.IReadOnlyDictionary pluginSettings, Microsoft.Build.FileSystem.MSBuildFileSystemBase fileSystem, Microsoft.Build.Graph.ProjectGraph graph = null, System.Collections.Generic.IReadOnlyCollection graphEntryPoints = null) { } public Microsoft.Build.FileSystem.MSBuildFileSystemBase FileSystem { get { throw null; } } public Microsoft.Build.Graph.ProjectGraph Graph { get { throw null; } } public System.Collections.Generic.IReadOnlyCollection GraphEntryPoints { get { throw null; } } @@ -1423,23 +1427,25 @@ public partial class CacheResult } public enum CacheResultType { + None = 0, CacheHit = 1, CacheMiss = 2, CacheNotApplicable = 3, - None = 0, } public abstract partial class PluginLoggerBase { protected PluginLoggerBase(Microsoft.Build.Framework.LoggerVerbosity verbosity) { } public abstract bool HasLoggedErrors { get; protected set; } public abstract void LogError(string error); - public abstract void LogMessage(string message, System.Nullable messageImportance=default(System.Nullable)); + public abstract void LogMessage(string message, Microsoft.Build.Framework.MessageImportance? messageImportance = default(Microsoft.Build.Framework.MessageImportance?)); public abstract void LogWarning(string warning); } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public partial struct PluginTargetResult + public readonly partial struct PluginTargetResult { - public PluginTargetResult(string targetName, System.Collections.Generic.IReadOnlyCollection taskItems, Microsoft.Build.Execution.BuildResultCode resultCode) { throw null;} + private readonly object _dummy; + private readonly int _dummyPrimitive; + public PluginTargetResult(string targetName, System.Collections.Generic.IReadOnlyCollection taskItems, Microsoft.Build.Execution.BuildResultCode resultCode) { throw null; } public Microsoft.Build.Execution.BuildResultCode ResultCode { get { throw null; } } public string TargetName { get { throw null; } } public System.Collections.Generic.IReadOnlyCollection TaskItems { get { throw null; } } @@ -1452,8 +1458,8 @@ public partial class ProjectCacheDescriptor public Microsoft.Build.Experimental.ProjectCache.ProjectCachePluginBase PluginInstance { get { throw null; } } public System.Collections.Generic.IReadOnlyDictionary PluginSettings { get { throw null; } } public Microsoft.Build.Graph.ProjectGraph ProjectGraph { get { throw null; } } - public static Microsoft.Build.Experimental.ProjectCache.ProjectCacheDescriptor FromAssemblyPath(string pluginAssemblyPath, System.Collections.Generic.IReadOnlyCollection entryPoints, Microsoft.Build.Graph.ProjectGraph projectGraph, System.Collections.Generic.IReadOnlyDictionary pluginSettings=null) { throw null; } - public static Microsoft.Build.Experimental.ProjectCache.ProjectCacheDescriptor FromInstance(Microsoft.Build.Experimental.ProjectCache.ProjectCachePluginBase pluginInstance, System.Collections.Generic.IReadOnlyCollection entryPoints, Microsoft.Build.Graph.ProjectGraph projectGraph, System.Collections.Generic.IReadOnlyDictionary pluginSettings=null) { throw null; } + public static Microsoft.Build.Experimental.ProjectCache.ProjectCacheDescriptor FromAssemblyPath(string pluginAssemblyPath, System.Collections.Generic.IReadOnlyCollection entryPoints, Microsoft.Build.Graph.ProjectGraph projectGraph, System.Collections.Generic.IReadOnlyDictionary pluginSettings = null) { throw null; } + public static Microsoft.Build.Experimental.ProjectCache.ProjectCacheDescriptor FromInstance(Microsoft.Build.Experimental.ProjectCache.ProjectCachePluginBase pluginInstance, System.Collections.Generic.IReadOnlyCollection entryPoints, Microsoft.Build.Graph.ProjectGraph projectGraph, System.Collections.Generic.IReadOnlyDictionary pluginSettings = null) { throw null; } public string GetDetailedDescription() { throw null; } } public abstract partial class ProjectCachePluginBase @@ -1475,9 +1481,9 @@ public abstract partial class MSBuildFileSystemBase { protected MSBuildFileSystemBase() { } public abstract bool DirectoryExists(string path); - public abstract System.Collections.Generic.IEnumerable EnumerateDirectories(string path, string searchPattern="*", System.IO.SearchOption searchOption=(System.IO.SearchOption)(0)); - public abstract System.Collections.Generic.IEnumerable EnumerateFiles(string path, string searchPattern="*", System.IO.SearchOption searchOption=(System.IO.SearchOption)(0)); - public abstract System.Collections.Generic.IEnumerable EnumerateFileSystemEntries(string path, string searchPattern="*", System.IO.SearchOption searchOption=(System.IO.SearchOption)(0)); + public abstract System.Collections.Generic.IEnumerable EnumerateDirectories(string path, string searchPattern = "*", System.IO.SearchOption searchOption = System.IO.SearchOption.TopDirectoryOnly); + public abstract System.Collections.Generic.IEnumerable EnumerateFiles(string path, string searchPattern = "*", System.IO.SearchOption searchOption = System.IO.SearchOption.TopDirectoryOnly); + public abstract System.Collections.Generic.IEnumerable EnumerateFileSystemEntries(string path, string searchPattern = "*", System.IO.SearchOption searchOption = System.IO.SearchOption.TopDirectoryOnly); public abstract bool FileExists(string path); public abstract bool FileOrDirectoryExists(string path); public abstract System.IO.FileAttributes GetAttributes(string path); @@ -1515,6 +1521,8 @@ public partial class MSBuildGlob : Microsoft.Build.Globbing.IMSBuildGlob [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public partial struct MatchInfoResult { + private object _dummy; + private int _dummyPrimitive; public string FilenamePartMatchGroup { get { throw null; } } public string FixedDirectoryPartMatchGroup { get { throw null; } } public bool IsMatch { get { throw null; } } @@ -1622,9 +1630,10 @@ public sealed partial class ProjectGraph public System.Collections.Generic.IReadOnlyCollection ProjectNodesTopologicallySorted { get { throw null; } } public System.Collections.Generic.IReadOnlyDictionary> GetTargetLists(System.Collections.Generic.ICollection entryProjectTargets) { throw null; } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] - public partial struct GraphConstructionMetrics + public readonly partial struct GraphConstructionMetrics { - public GraphConstructionMetrics(System.TimeSpan constructionTime, int nodeCount, int edgeCount) { throw null;} + private readonly int _dummyPrimitive; + public GraphConstructionMetrics(System.TimeSpan constructionTime, int nodeCount, int edgeCount) { throw null; } public System.TimeSpan ConstructionTime { get { throw null; } } public int EdgeCount { get { throw null; } } public int NodeCount { get { throw null; } } @@ -1634,8 +1643,9 @@ public partial struct GraphConstructionMetrics [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public partial struct ProjectGraphEntryPoint { - public ProjectGraphEntryPoint(string projectFile) { throw null;} - public ProjectGraphEntryPoint(string projectFile, System.Collections.Generic.IDictionary globalProperties) { throw null;} + private object _dummy; + public ProjectGraphEntryPoint(string projectFile) { throw null; } + public ProjectGraphEntryPoint(string projectFile, System.Collections.Generic.IDictionary globalProperties) { throw null; } public System.Collections.Generic.IDictionary GlobalProperties { get { throw null; } } public string ProjectFile { get { throw null; } } } @@ -1659,8 +1669,8 @@ public sealed partial class BinaryLogger : Microsoft.Build.Framework.ILogger public void Shutdown() { } public enum ProjectImportsCollectionMode { - Embed = 1, None = 0, + Embed = 1, ZipFile = 2, } } @@ -1800,19 +1810,19 @@ public partial class LinkedObjectsFactory public Microsoft.Build.Construction.ProjectImportGroupElement Create(Microsoft.Build.ObjectModelRemoting.ProjectImportGroupElementLink link) { throw null; } public Microsoft.Build.Construction.ProjectItemDefinitionElement Create(Microsoft.Build.ObjectModelRemoting.ProjectItemDefinitionElementLink link) { throw null; } public Microsoft.Build.Construction.ProjectItemDefinitionGroupElement Create(Microsoft.Build.ObjectModelRemoting.ProjectItemDefinitionGroupElementLink link) { throw null; } - public Microsoft.Build.Evaluation.ProjectItemDefinition Create(Microsoft.Build.ObjectModelRemoting.ProjectItemDefinitionLink link, Microsoft.Build.Evaluation.Project project=null) { throw null; } + public Microsoft.Build.Evaluation.ProjectItemDefinition Create(Microsoft.Build.ObjectModelRemoting.ProjectItemDefinitionLink link, Microsoft.Build.Evaluation.Project project = null) { throw null; } public Microsoft.Build.Construction.ProjectItemElement Create(Microsoft.Build.ObjectModelRemoting.ProjectItemElementLink link) { throw null; } public Microsoft.Build.Construction.ProjectItemGroupElement Create(Microsoft.Build.ObjectModelRemoting.ProjectItemGroupElementLink link) { throw null; } - public Microsoft.Build.Evaluation.ProjectItem Create(Microsoft.Build.ObjectModelRemoting.ProjectItemLink link, Microsoft.Build.Evaluation.Project project=null, Microsoft.Build.Construction.ProjectItemElement xml=null) { throw null; } + public Microsoft.Build.Evaluation.ProjectItem Create(Microsoft.Build.ObjectModelRemoting.ProjectItemLink link, Microsoft.Build.Evaluation.Project project = null, Microsoft.Build.Construction.ProjectItemElement xml = null) { throw null; } public Microsoft.Build.Evaluation.Project Create(Microsoft.Build.ObjectModelRemoting.ProjectLink link) { throw null; } public Microsoft.Build.Construction.ProjectMetadataElement Create(Microsoft.Build.ObjectModelRemoting.ProjectMetadataElementLink link) { throw null; } - public Microsoft.Build.Evaluation.ProjectMetadata Create(Microsoft.Build.ObjectModelRemoting.ProjectMetadataLink link, object parent=null) { throw null; } + public Microsoft.Build.Evaluation.ProjectMetadata Create(Microsoft.Build.ObjectModelRemoting.ProjectMetadataLink link, object parent = null) { throw null; } public Microsoft.Build.Construction.ProjectOnErrorElement Create(Microsoft.Build.ObjectModelRemoting.ProjectOnErrorElementLink link) { throw null; } public Microsoft.Build.Construction.ProjectOtherwiseElement Create(Microsoft.Build.ObjectModelRemoting.ProjectOtherwiseElementLink link) { throw null; } public Microsoft.Build.Construction.ProjectOutputElement Create(Microsoft.Build.ObjectModelRemoting.ProjectOutputElementLink link) { throw null; } public Microsoft.Build.Construction.ProjectPropertyElement Create(Microsoft.Build.ObjectModelRemoting.ProjectPropertyElementLink link) { throw null; } public Microsoft.Build.Construction.ProjectPropertyGroupElement Create(Microsoft.Build.ObjectModelRemoting.ProjectPropertyGroupElementLink link) { throw null; } - public Microsoft.Build.Evaluation.ProjectProperty Create(Microsoft.Build.ObjectModelRemoting.ProjectPropertyLink link, Microsoft.Build.Evaluation.Project project=null) { throw null; } + public Microsoft.Build.Evaluation.ProjectProperty Create(Microsoft.Build.ObjectModelRemoting.ProjectPropertyLink link, Microsoft.Build.Evaluation.Project project = null) { throw null; } public Microsoft.Build.Construction.ProjectRootElement Create(Microsoft.Build.ObjectModelRemoting.ProjectRootElementLink link) { throw null; } public Microsoft.Build.Construction.ProjectSdkElement Create(Microsoft.Build.ObjectModelRemoting.ProjectSdkElementLink link) { throw null; } public Microsoft.Build.Construction.ProjectTargetElement Create(Microsoft.Build.ObjectModelRemoting.ProjectTargetElementLink link) { throw null; } @@ -1824,7 +1834,7 @@ public partial class LinkedObjectsFactory public Microsoft.Build.Construction.UsingTaskParameterGroupElement Create(Microsoft.Build.ObjectModelRemoting.UsingTaskParameterGroupElementLink link) { throw null; } public static Microsoft.Build.ObjectModelRemoting.LinkedObjectsFactory Get(Microsoft.Build.Evaluation.ProjectCollection collection) { throw null; } public static object GetLink(object obj) { throw null; } - public static System.Collections.Generic.IReadOnlyCollection GetLocalProjects(Microsoft.Build.Evaluation.ProjectCollection collection, string projectFile=null) { throw null; } + public static System.Collections.Generic.IReadOnlyCollection GetLocalProjects(Microsoft.Build.Evaluation.ProjectCollection collection, string projectFile = null) { throw null; } public static bool IsLocal(object obj) { throw null; } } public abstract partial class ProjectChooseElementLink : Microsoft.Build.ObjectModelRemoting.ProjectElementContainerLink @@ -2126,7 +2136,8 @@ public abstract partial class UsingTaskParameterGroupElementLink : Microsoft.Bui [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public partial struct XmlAttributeLink { - public XmlAttributeLink(string localName, string value, string namespaceUri) { throw null;} + private object _dummy; + public XmlAttributeLink(string localName, string value, string namespaceUri) { throw null; } public string LocalName { get { throw null; } } public string NamespaceURI { get { throw null; } } public string Value { get { throw null; } } diff --git a/src/Build/Microsoft.Build.csproj b/src/Build/Microsoft.Build.csproj index 6989f8cc24d..122fafbe597 100644 --- a/src/Build/Microsoft.Build.csproj +++ b/src/Build/Microsoft.Build.csproj @@ -15,7 +15,7 @@ false - true + true true true This package contains the $(MSBuildProjectName) assembly which is used to create, edit, and evaluate MSBuild projects. diff --git a/src/Deprecated/Conversion/Microsoft.Build.Conversion.csproj b/src/Deprecated/Conversion/Microsoft.Build.Conversion.csproj index 1fa50bc5c3d..66d4a698bf3 100644 --- a/src/Deprecated/Conversion/Microsoft.Build.Conversion.csproj +++ b/src/Deprecated/Conversion/Microsoft.Build.Conversion.csproj @@ -2,7 +2,7 @@ Microsoft.Build.Conversion.Core $(FullFrameworkTFM) - true + true false true This package contains the $(MSBuildProjectName) assembly which contains logic for converting projects. NOTE: This assembly is deprecated. diff --git a/src/Deprecated/Engine/Microsoft.Build.Engine.csproj b/src/Deprecated/Engine/Microsoft.Build.Engine.csproj index 99f763a29b4..c409b5b1a14 100644 --- a/src/Deprecated/Engine/Microsoft.Build.Engine.csproj +++ b/src/Deprecated/Engine/Microsoft.Build.Engine.csproj @@ -2,7 +2,7 @@ $(FullFrameworkTFM) $(NoWarn);618 - true + true false true $(XMakeRefPath) diff --git a/src/Directory.BeforeCommon.targets b/src/Directory.BeforeCommon.targets index 93836bc46aa..9bafce8e113 100644 --- a/src/Directory.BeforeCommon.targets +++ b/src/Directory.BeforeCommon.targets @@ -129,7 +129,7 @@ $(DefineConstants);FEATURE_NODE_REUSE - + false diff --git a/src/Directory.Build.props b/src/Directory.Build.props index e957eaa9db1..d91dd8521f6 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -57,9 +57,9 @@ true - $(GenAPIAdditionalParameters) -excludeApiList:"$(RepoRoot)ref\ExcludeAPIList.txt" - $(GenAPIAdditionalParameters) -excludeAttributesList:"$(RepoRoot)ref\ExcludeAttributeList.txt" - $(GenAPIAdditionalParameters) -headerFile:"$(RepoRoot)ref\LicenseHeader.txt" + $(GenAPIAdditionalParameters) --exclude-api-list:"$(RepoRoot)ref\ExcludeAPIList.txt" + $(GenAPIAdditionalParameters) --exclude-attributes-list:"$(RepoRoot)ref\ExcludeAttributeList.txt" + $(GenAPIAdditionalParameters) --header-file:"$(RepoRoot)ref\LicenseHeader.txt" http://go.microsoft.com/fwlink/?LinkId=329770 http://go.microsoft.com/fwlink/?LinkId=624683 diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets index ab0983d1760..45bbe9dc150 100644 --- a/src/Directory.Build.targets +++ b/src/Directory.Build.targets @@ -72,10 +72,10 @@ - false + false - + $(AssemblyName) $(MSBuildProjectName) net @@ -85,7 +85,7 @@ $(RepoRoot)ref\$(GenAPIAssemblyName)\$(GenAPIShortFrameworkIdentifier)\$(GenAPIAssemblyName).cs - + diff --git a/src/Framework/Microsoft.Build.Framework.csproj b/src/Framework/Microsoft.Build.Framework.csproj index 5983457827a..59296adc225 100644 --- a/src/Framework/Microsoft.Build.Framework.csproj +++ b/src/Framework/Microsoft.Build.Framework.csproj @@ -1,7 +1,7 @@  $(LibraryTargetFrameworks) - true + true true true This package contains the $(MSBuildProjectName) assembly which is a common assembly used by other MSBuild assemblies. diff --git a/src/Tasks/Microsoft.Build.Tasks.csproj b/src/Tasks/Microsoft.Build.Tasks.csproj index 988843a2973..e4cc9c84179 100644 --- a/src/Tasks/Microsoft.Build.Tasks.csproj +++ b/src/Tasks/Microsoft.Build.Tasks.csproj @@ -7,7 +7,7 @@ $(LibraryTargetFrameworks) false true - true + true Microsoft.Build.Tasks.Core Microsoft.Build.Tasks $(DefineConstants);MICROSOFT_BUILD_TASKS diff --git a/src/Utilities/Microsoft.Build.Utilities.csproj b/src/Utilities/Microsoft.Build.Utilities.csproj index 2fdd06afdd6..ad57c67a789 100644 --- a/src/Utilities/Microsoft.Build.Utilities.csproj +++ b/src/Utilities/Microsoft.Build.Utilities.csproj @@ -9,7 +9,7 @@ Microsoft.Build.Utilities Microsoft.Build.Utilities.Core true - true + true true This package contains the $(MSBuildProjectName) assembly which is used to implement custom MSBuild tasks.