Skip to content

Commit e9ff160

Browse files
committed
removed some #nullable
1 parent 3435980 commit e9ff160

File tree

112 files changed

+13
-114
lines changed

Some content is hidden

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

112 files changed

+13
-114
lines changed

src/Microsoft.ComponentDetection.Common/AsyncExecution.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
namespace Microsoft.ComponentDetection.Common;
32

43
using System;

src/Microsoft.ComponentDetection.Common/Column.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
namespace Microsoft.ComponentDetection.Common;
32

43
public class Column

src/Microsoft.ComponentDetection.Common/ComponentStream.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
namespace Microsoft.ComponentDetection.Common;
32

43
using System.IO;

src/Microsoft.ComponentDetection.Common/ComponentStreamEnumerable.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
namespace Microsoft.ComponentDetection.Common;
32

43
using System;

src/Microsoft.ComponentDetection.Common/ComponentStreamEnumerableFactory.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
namespace Microsoft.ComponentDetection.Common;
32

43
using System;

src/Microsoft.ComponentDetection.Common/ConsoleWritingService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
namespace Microsoft.ComponentDetection.Common;
32

43
using System;

src/Microsoft.ComponentDetection.Common/DependencyScopeComparer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
namespace Microsoft.ComponentDetection.Common;
32

43
using Microsoft.ComponentDetection.Contracts.BcdeModels;

src/Microsoft.ComponentDetection.Common/DirectoryItemFacade.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
namespace Microsoft.ComponentDetection.Common;
32

43
using System.Collections.Generic;

src/Microsoft.ComponentDetection.Common/DirectoryItemFacadeOptimized.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
namespace Microsoft.ComponentDetection.Common;
32

43
using System.Collections.Generic;

src/Microsoft.ComponentDetection.Common/DirectoryUtilityService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
namespace Microsoft.ComponentDetection.Common;
32

43
using System.Collections.Generic;

0 commit comments

Comments
 (0)