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
logger.Warning($"Negative and Zero Values not allowed for timeout. Using the default {Common.Constants.DefaultLicenseFetchTimeoutInSeconds} seconds instead.");
logger.Warning($"Negative and Zero Values not allowed for timeout. Using the default {Common.Constants.DefaultLicenseFetchTimeoutInSeconds} seconds instead.");
logger.Warning("A license fetching timeout is specified (argument -lto), but this has no effect when FetchLicenseInfo is unspecified or false (argument -li)");
logger.Warning("A license fetching timeout is specified (argument -lto), but this has no effect when FetchLicenseInfo is unspecified or false (argument -li)");
106
+
}
103
107
}
104
108
105
109
// Replace backslashes in directory paths with the OS-sepcific directory separator character.
[SuppressMessage("StyleCop.CSharp.NamingRules","SA1311:Static readonly fields should begin with upper-case letter",Justification="Private fields with the same name as public properties.")]
18
18
[SuppressMessage("Naming","CA1724:Type names should not match namespaces",Justification="This is the configuration class")]
/// If set to true, we will attempt to locate and parse package metadata files for additional information to include in the SBOM such as .nuspec/.pom files in the local package cache.
Copy file name to clipboardexpand all lines: src/Microsoft.Sbom.Common/Config/InputConfiguration.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
namespaceMicrosoft.Sbom.Common.Config;
14
14
15
15
[System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.NamingRules","SA1311:Static readonly fields should begin with upper-case letter",Justification="Private fields with the same name as public properties.")]
0 commit comments