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
Copy file name to clipboardExpand all lines: src/NuGet.Core/NuGet.Commands/GlobalSuppressions.cs
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -82,8 +82,6 @@
82
82
[assembly:SuppressMessage("Build","CA1062:In externally visible method 'PackagesLockFile PackagesLockFileBuilder.CreateNuGetLockFile(LockFile assetsFile)', validate parameter 'assetsFile' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument.",Justification="<Pending>",Scope="member",Target="~M:NuGet.Commands.PackagesLockFileBuilder.CreateNuGetLockFile(NuGet.ProjectModel.LockFile)~NuGet.ProjectModel.PackagesLockFile")]
83
83
[assembly:SuppressMessage("Build","CA1822:Member CreateNuGetLockFile does not access instance data and can be marked as static (Shared in VisualBasic)",Justification="<Pending>",Scope="member",Target="~M:NuGet.Commands.PackagesLockFileBuilder.CreateNuGetLockFile(NuGet.ProjectModel.LockFile)~NuGet.ProjectModel.PackagesLockFile")]
84
84
[assembly:SuppressMessage("Build","CA1062:In externally visible method 'string PackageSourceProviderExtensions.ResolveAndValidateSource(IPackageSourceProvider sourceProvider, string source)', validate parameter 'sourceProvider' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument.",Justification="<Pending>",Scope="member",Target="~M:NuGet.Commands.PackageSourceProviderExtensions.ResolveAndValidateSource(NuGet.Configuration.IPackageSourceProvider,System.String)~System.String")]
85
-
[assembly:SuppressMessage("Build","CA1062:In externally visible method 'PackageSpecificWarningProperties PackageSpecificWarningProperties.CreatePackageSpecificWarningProperties(PackageSpec packageSpec)', validate parameter 'packageSpec' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument.",Justification="<Pending>",Scope="member",Target="~M:NuGet.Commands.PackageSpecificWarningProperties.CreatePackageSpecificWarningProperties(NuGet.ProjectModel.PackageSpec)~NuGet.Commands.PackageSpecificWarningProperties")]
86
-
[assembly:SuppressMessage("Build","CA1062:In externally visible method 'PackageSpecificWarningProperties PackageSpecificWarningProperties.CreatePackageSpecificWarningProperties(PackageSpec packageSpec, NuGetFramework framework)', validate parameter 'packageSpec' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument.",Justification="<Pending>",Scope="member",Target="~M:NuGet.Commands.PackageSpecificWarningProperties.CreatePackageSpecificWarningProperties(NuGet.ProjectModel.PackageSpec,NuGet.Frameworks.NuGetFramework)~NuGet.Commands.PackageSpecificWarningProperties")]
87
85
[assembly:SuppressMessage("Build","CA1062:In externally visible method 'void PackCollectorLogger.Log(ILogMessage message)', validate parameter 'message' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument.",Justification="<Pending>",Scope="member",Target="~M:NuGet.Commands.PackCollectorLogger.Log(NuGet.Common.ILogMessage)")]
88
86
[assembly:SuppressMessage("Build","CA1062:In externally visible method 'Task PackCollectorLogger.LogAsync(ILogMessage message)', validate parameter 'message' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument.",Justification="<Pending>",Scope="member",Target="~M:NuGet.Commands.PackCollectorLogger.LogAsync(NuGet.Common.ILogMessage)~System.Threading.Tasks.Task")]
89
87
[assembly:SuppressMessage("Build","CA1062:In externally visible method 'void PackCommandRunner.AddDependencyGroups(IEnumerable<LibraryDependency> dependencies, NuGetFramework framework, PackageBuilder builder)', validate parameter 'dependencies' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument.",Justification="<Pending>",Scope="member",Target="~M:NuGet.Commands.PackCommandRunner.AddDependencyGroups(System.Collections.Generic.IEnumerable{NuGet.LibraryModel.LibraryDependency},NuGet.Frameworks.NuGetFramework,NuGet.Packaging.PackageBuilder)")]
0 commit comments