Skip to content

Commit 1aea240

Browse files
authored
Fix the issue that StaticAnalysis fails to check dependence on .Net framework. (#12)
Co-authored-by: wyunchi-ms <[email protected]>
1 parent 84fe479 commit 1aea240

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/StaticAnalysis/DependencyAnalyzer/DependencyAnalyzer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ public class DependencyAnalyzer : IStaticAnalyzer
166166
"System.Configuration",
167167
"System.Net.WebClient",
168168
"System.Memory",
169+
"System.Memory.Data",
169170
"System.Text.Encoding.CodePages",
170171
"System.Private.Xml",
171172
"System.Reflection.DispatchProxy",

0 commit comments

Comments
 (0)