You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Represents the small list of targets that must be executed in order for PackageReference, PackageDownload, and FrameworkReference items to be accurate.
40
+
/// Represents the small list of targets that must be executed in order for various restore input items to be accurate.
Copy file name to clipboardExpand all lines: src/NuGet.Core/NuGet.Build.Tasks/GlobalSuppressions.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,8 @@
37
37
[assembly:SuppressMessage("Build","CA1819:Properties should not return arrays",Justification="<Pending>",Scope="member",Target="~P:NuGet.Build.Tasks.GetRestoreDotnetCliToolsTask.RestoreSources")]
38
38
[assembly:SuppressMessage("Build","CA1819:Properties should not return arrays",Justification="<Pending>",Scope="member",Target="~P:NuGet.Build.Tasks.GetRestoreFrameworkReferencesTask.FrameworkReferences")]
39
39
[assembly:SuppressMessage("Build","CA1819:Properties should not return arrays",Justification="<Pending>",Scope="member",Target="~P:NuGet.Build.Tasks.GetRestoreFrameworkReferencesTask.RestoreGraphItems")]
40
+
[assembly:SuppressMessage("Build","CA1819:Properties should not return arrays",Justification="<Pending>",Scope="member",Target="~P:NuGet.Build.Tasks.GetRestoreNuGetAuditSuppressionsTask.NuGetAuditSuppressions")]
41
+
[assembly:SuppressMessage("Build","CA1819:Properties should not return arrays",Justification="<Pending>",Scope="member",Target="~P:NuGet.Build.Tasks.GetRestoreNuGetAuditSuppressionsTask.RestoreGraphItems")]
40
42
[assembly:SuppressMessage("Build","CA1819:Properties should not return arrays",Justification="<Pending>",Scope="member",Target="~P:NuGet.Build.Tasks.GetRestorePackageDownloadsTask.PackageDownloads")]
41
43
[assembly:SuppressMessage("Build","CA1819:Properties should not return arrays",Justification="<Pending>",Scope="member",Target="~P:NuGet.Build.Tasks.GetRestorePackageDownloadsTask.RestoreGraphItems")]
42
44
[assembly:SuppressMessage("Build","CA1819:Properties should not return arrays",Justification="<Pending>",Scope="member",Target="~P:NuGet.Build.Tasks.GetRestorePackageReferencesTask.PackageReferences")]
0 commit comments