Skip to content

Commit 0328475

Browse files
Merge pull request #2282 from stefannikolei/stefannikolei/add-nullable-annotation
Enable Nullable
2 parents ca20c92 + 344fc99 commit 0328475

File tree

279 files changed

+376
-100
lines changed

Some content is hidden

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

279 files changed

+376
-100
lines changed

src/ImageSharp/Advanced/AotCompilerTools.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) Six Labors.
22
// Licensed under the Six Labors Split License.
3+
#nullable disable
34

45
using System.Diagnostics.CodeAnalysis;
56
using System.Numerics;

src/ImageSharp/Color/Color.Conversions.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) Six Labors.
22
// Licensed under the Six Labors Split License.
3+
#nullable disable
34

45
using System.Numerics;
56
using System.Runtime.CompilerServices;

src/ImageSharp/Color/Color.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) Six Labors.
22
// Licensed under the Six Labors Split License.
3+
#nullable disable
34

45
using System.Numerics;
56
using System.Runtime.CompilerServices;

src/ImageSharp/ColorSpaces/CieLab.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) Six Labors.
22
// Licensed under the Six Labors Split License.
3+
#nullable disable
34

45
using System.Numerics;
56
using System.Runtime.CompilerServices;

src/ImageSharp/ColorSpaces/CieLch.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) Six Labors.
22
// Licensed under the Six Labors Split License.
3+
#nullable disable
34

45
using System.Numerics;
56
using System.Runtime.CompilerServices;

src/ImageSharp/ColorSpaces/CieLchuv.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) Six Labors.
22
// Licensed under the Six Labors Split License.
3+
#nullable disable
34

45
using System.Numerics;
56
using System.Runtime.CompilerServices;

src/ImageSharp/ColorSpaces/CieLuv.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) Six Labors.
22
// Licensed under the Six Labors Split License.
3+
#nullable disable
34

45
using System.Numerics;
56
using System.Runtime.CompilerServices;

src/ImageSharp/ColorSpaces/CieXyy.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) Six Labors.
22
// Licensed under the Six Labors Split License.
3+
#nullable disable
34

45
using System.Numerics;
56
using System.Runtime.CompilerServices;

src/ImageSharp/ColorSpaces/CieXyz.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) Six Labors.
22
// Licensed under the Six Labors Split License.
3+
#nullable disable
34

45
using System.Numerics;
56
using System.Runtime.CompilerServices;

src/ImageSharp/ColorSpaces/Cmyk.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Copyright (c) Six Labors.
22
// Licensed under the Six Labors Split License.
3+
#nullable disable
34

45
using System.Numerics;
56
using System.Runtime.CompilerServices;

0 commit comments

Comments
 (0)