Skip to content

Commit dc62e8b

Browse files
committed
Use msbuild to add attribute
1 parent a69a6d7 commit dc62e8b

File tree

652 files changed

+5
-651
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

652 files changed

+5
-651
lines changed

src/referencePackages/Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
<Project>
22

33
<Import Project="..\..\Directory.Build.props" />
4+
5+
<ItemGroup>
6+
<!-- Attributes for all Reference Packages -->
7+
<AssemblyMetadata Include="source" Value="source-build-reference-packages" />
8+
</ItemGroup>
49

510
<PropertyGroup>
611
<!-- Common properties for all Reference Packages -->

src/referencePackages/src/humanizer.core/2.2.0/lib/netstandard1.0/Humanizer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.bcl.asyncinterfaces/1.0.0/ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.bcl.asyncinterfaces/1.0.0/ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.bcl.asyncinterfaces/1.1.0/ref/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.bcl.asyncinterfaces/1.1.0/ref/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.bcl.asyncinterfaces/5.0.0/lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.bcl.asyncinterfaces/5.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.bcl.asyncinterfaces/6.0.0/lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.bcl.asyncinterfaces/6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.bcl.asyncinterfaces/7.0.0/lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.bcl.asyncinterfaces/7.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.bcl.hashcode/1.1.1/ref/netstandard2.0/Microsoft.Bcl.HashCode.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.bcl.hashcode/1.1.1/ref/netstandard2.1/Microsoft.Bcl.HashCode.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.build.framework/15.7.179/lib/netstandard2.0/Microsoft.Build.Framework.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.build.framework/16.0.461/lib/netstandard2.0/Microsoft.Build.Framework.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.build.framework/16.10.0/lib/netstandard2.0/Microsoft.Build.Framework.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.build.framework/16.8.0/lib/netstandard2.0/Microsoft.Build.Framework.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.build.framework/17.3.2/ref/net6.0/Microsoft.Build.Framework.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.build.framework/17.3.2/ref/netstandard2.0/Microsoft.Build.Framework.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.build.framework/17.4.0/ref/net7.0/Microsoft.Build.Framework.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.build.framework/17.4.0/ref/netstandard2.0/Microsoft.Build.Framework.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.build.tasks.core/15.7.179/lib/netstandard2.0/Microsoft.Build.Tasks.Core.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.build.tasks.core/16.10.0/lib/netstandard2.0/Microsoft.Build.Tasks.Core.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.build.tasks.core/16.8.0/lib/netstandard2.0/Microsoft.Build.Tasks.Core.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.build.tasks.core/17.3.2/ref/net6.0/Microsoft.Build.Tasks.Core.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.build.tasks.core/17.3.2/ref/netstandard2.0/Microsoft.Build.Tasks.Core.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.build.tasks.core/17.4.0/ref/net7.0/Microsoft.Build.Tasks.Core.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.build.tasks.core/17.4.0/ref/netstandard2.0/Microsoft.Build.Tasks.Core.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.build.utilities.core/15.7.179/lib/netstandard2.0/Microsoft.Build.Utilities.Core.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.build.utilities.core/16.0.461/lib/netstandard2.0/Microsoft.Build.Utilities.Core.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

src/referencePackages/src/microsoft.build.utilities.core/16.10.0/lib/netstandard2.0/Microsoft.Build.Utilities.Core.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
// ------------------------------------------------------------------------------
55
// Changes to this file must follow the http://aka.ms/api-review process.
66
// ------------------------------------------------------------------------------
7-
[assembly: System.Reflection.AssemblyMetadata("source", "source-build-reference-packages")]
87
[assembly: System.Runtime.CompilerServices.CompilationRelaxations(8)]
98
[assembly: System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows = true)]
109
[assembly: System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]

0 commit comments

Comments
 (0)