Skip to content

Commit bd7d049

Browse files
committed
Add missing #nullable disable directives
1 parent f48f467 commit bd7d049

File tree

17 files changed

+21
-4
lines changed

17 files changed

+21
-4
lines changed

src/Microsoft.ComponentDetection.Common/Telemetry/Records/RustDetectionTelemetryRecord.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#nullable disable
12
namespace Microsoft.ComponentDetection.Common.Telemetry.Records;
23

34
public class RustDetectionTelemetryRecord : BaseDetectionTelemetryRecord

src/Microsoft.ComponentDetection.Detectors/linux/Factories/ArtifactComponentFactoryBase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#nullable disable
12
namespace Microsoft.ComponentDetection.Detectors.Linux.Factories;
23

34
using System.Collections.Generic;

src/Microsoft.ComponentDetection.Detectors/linux/Factories/IArtifactComponentFactory.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#nullable disable
12
namespace Microsoft.ComponentDetection.Detectors.Linux.Factories;
23

34
using System.Collections.Generic;

src/Microsoft.ComponentDetection.Detectors/linux/Factories/LinuxComponentFactory.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#nullable disable
12
namespace Microsoft.ComponentDetection.Detectors.Linux.Factories;
23

34
using System.Collections.Generic;

src/Microsoft.ComponentDetection.Detectors/linux/Factories/NpmComponentFactory.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#nullable disable
12
namespace Microsoft.ComponentDetection.Detectors.Linux.Factories;
23

34
using System.Collections.Generic;

src/Microsoft.ComponentDetection.Detectors/linux/Factories/PipComponentFactory.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#nullable disable
12
namespace Microsoft.ComponentDetection.Detectors.Linux.Factories;
23

34
using System.Collections.Generic;

src/Microsoft.ComponentDetection.Detectors/rust/IRustMetadataContextBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#nullable disable
12
namespace Microsoft.ComponentDetection.Detectors.Rust;
23

34
using System;

src/Microsoft.ComponentDetection.Detectors/rust/Parsers/IRustCargoLockParser.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#nullable disable
12
namespace Microsoft.ComponentDetection.Detectors.Rust;
23

34
using System.Threading;

src/Microsoft.ComponentDetection.Detectors/rust/Parsers/IRustCliParser.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#nullable disable
12
namespace Microsoft.ComponentDetection.Detectors.Rust;
23

34
using System.Collections.Generic;

src/Microsoft.ComponentDetection.Detectors/rust/Parsers/IRustSbomParser.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#nullable disable
12
namespace Microsoft.ComponentDetection.Detectors.Rust;
23

34
using System.Collections.Generic;

0 commit comments

Comments
 (0)