Skip to content

Commit e72f08c

Browse files
committed
add back #nullable disables
1 parent a4b3461 commit e72f08c

File tree

63 files changed

+63
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+63
-9
lines changed

src/Microsoft.ComponentDetection.Common/Column.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;
23

34
public class Column

src/Microsoft.ComponentDetection.Common/ComponentStream.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;
23

34
using System.IO;

src/Microsoft.ComponentDetection.Common/ComponentStreamEnumerable.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;
23

34
using System;

src/Microsoft.ComponentDetection.Common/DirectoryItemFacade.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;
23

34
using System.Collections.Generic;

src/Microsoft.ComponentDetection.Common/DirectoryItemFacadeOptimized.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;
23

34
using System.Collections.Generic;

src/Microsoft.ComponentDetection.Common/DockerReference/DockerReferenceUtility.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
// transcribed from https://github.com/containers/image/blob/c1a5f92d0ebbf9e0bf187b3353dd400472b388eb/docker/reference/reference.go
32

43
// Package reference provides a general type to represent any way of referencing images within the registry.

src/Microsoft.ComponentDetection.Common/DockerService.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;
23

34
using System;

src/Microsoft.ComponentDetection.Common/EnvironmentVariableService.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;
23

34
using System;

src/Microsoft.ComponentDetection.Common/FileUtilityService.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;
23

34
using System.Collections.Generic;

src/Microsoft.ComponentDetection.Common/FileWritingService.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;
23

34
using System;

0 commit comments

Comments
 (0)