Commit f19f79d Mateo Torres Ruiz
committed
1 parent 1cc0605 commit f19f79d Copy full SHA for f19f79d
File tree 2 files changed +10
-8
lines changed
src/Tasks/Microsoft.NET.Build.Tasks/targets
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 110
110
<Uri >https://github.com/mono/linker</Uri >
111
111
<Sha >9978bd03eab26081f5a353b84e516af5f33e88e7</Sha >
112
112
</Dependency >
113
+ <Dependency Name =" Microsoft.NET.ILLink.Analyzers" >
114
+ <Url >https://github.com/mono/linker</Url >
115
+ <Sha >9978bd03eab26081f5a353b84e516af5f33e88e7</Sha >
116
+ </Dependency >
113
117
<Dependency Name =" System.CodeDom" Version =" 6.0.0-alpha.1.21068.2" >
114
118
<Uri >https://github.com/dotnet/runtime</Uri >
115
119
<Sha >5c5bb6a340d04a476045d37436530297eff189b7</Sha >
Original file line number Diff line number Diff line change @@ -82,6 +82,11 @@ Copyright (c) .NET Foundation. All rights reserved.
82
82
<Analyzer
83
83
Include =" $(MSBuildThisFileDirectory)..\analyzers\Microsoft.CodeAnalysis.NetAnalyzers.dll"
84
84
IsImplicitlyDefined =" true" />
85
+ <!-- ILLinker Analyzers -->
86
+ <Analyzer
87
+ Condition =" '$(PublishSingleFile)' == 'true' Or '$(PublishTrimmed)' == 'true'"
88
+ Include =" $(MSBuildThisFileDirectory)..\analyzers\ILLink.RoslynAnalyzer.dll"
89
+ IsImplicitlyDefined =" true" />
85
90
</ItemGroup >
86
91
87
92
<!-- C# Code Style Analyzers -->
@@ -116,11 +121,4 @@ Copyright (c) .NET Foundation. All rights reserved.
116
121
IsImplicitlyDefined =" true" />
117
122
</ItemGroup >
118
123
119
- <!-- ILLinker Analyzers -->
120
- <ItemGroup Condition =" '$(PublishSingleFile)' == 'true' Or
121
- '$(PublishTrimmed)' == 'true'" >
122
- <Analyzer
123
- Include =" $(MSBuildThisFileDirectory)..\analyzers\ILLink.RoslynAnalyzer.dll"
124
- IsImplicitlyDefined =" true" />
125
- </ItemGroup >
126
- </Project >
124
+ </Project >
You can’t perform that action at this time.
0 commit comments