Add Homebrew install instructions to README #852
Annotations
10 warnings
Analyze (csharp):
src/Microsoft.Sbom.Parsers.Spdx22SbomParser/SPDXParser.cs#L45
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Analyze (csharp):
src/Microsoft.Sbom.Parsers.Spdx22SbomParser/SPDXParser.cs#L46
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Analyze (csharp):
src/Microsoft.Sbom.Parsers.Spdx22SbomParser/Utils/ParserStateResult.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Analyze (csharp):
src/Microsoft.Sbom.Parsers.Spdx22SbomParser/Utils/ParserStateResult.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Analyze (csharp):
src/Microsoft.Sbom.Parsers.Spdx22SbomParser/SPDXParser.cs#L48
The keyword 'new' should be followed by a space.
|
Analyze (csharp):
src/Microsoft.Sbom.Parsers.Spdx22SbomParser/Generator.cs#L182
The behavior of 'string.StartsWith(string)' could vary based on the current user's locale settings. Replace this call in 'Microsoft.Sbom.Parsers.Spdx22SbomParser.Generator.EnsureRelativePathStartsWithDot(string)' with a call to 'string.StartsWith(string, System.StringComparison)'.
|
Analyze (csharp):
src/Microsoft.Sbom.Common/WindowsFileSystemUtils.cs#L16
This call site is reachable on all platforms. 'FileSystemRights.Write' is only supported on: 'windows'.
|
Analyze (csharp):
src/Microsoft.Sbom.Common/WindowsFileSystemUtils.cs#L14
This call site is reachable on all platforms. 'FileSystemRights.Read' is only supported on: 'windows'.
|
Analyze (csharp):
src/Microsoft.Sbom.Common/FileSystemUtils.cs#L41
This call site is reachable on all platforms. 'FileSystemAclExtensions.GetAccessControl(DirectoryInfo)' is only supported on: 'windows'.
|
Analyze (csharp):
src/Microsoft.Sbom.Common/WindowsFileSystemUtils.cs#L33
This call site is reachable on all platforms. 'SecurityIdentifier.Equals(object?)' is only supported on: 'windows'.
|