Skip to content

Commit ac42d91

Browse files
committed
nullable disable not needed here
1 parent 1398d6f commit ac42d91

12 files changed

+0
-12
lines changed

Activout.RestClient/AcceptAttribute.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
namespace Activout.RestClient
32
{
43
public class AcceptAttribute : HeaderAttribute

Activout.RestClient/ContentTypeAttribute.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
using System;
32

43
namespace Activout.RestClient

Activout.RestClient/DomainExceptions/DomainErrorAttribute.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
using System;
32

43
namespace Activout.RestClient.DomainExceptions

Activout.RestClient/DomainExceptions/DomainExceptionAttribute.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
using System;
32

43
namespace Activout.RestClient.DomainExceptions

Activout.RestClient/DomainExceptions/IDomainExceptionMapperFactory.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
using System;
32
using System.Reflection;
43

Activout.RestClient/FormKeyAttribute.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
using System;
32

43
namespace Activout.RestClient

Activout.RestClient/HeaderAttribute.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
using System;
32

43
namespace Activout.RestClient

Activout.RestClient/IRequestLogger.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
using System;
32
using System.Net.Http;
43

Activout.RestClient/Implementation/HeaderListExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
using System;
32
using System.Collections.Generic;
43

Activout.RestClient/Implementation/StringExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#nullable disable
21
namespace Activout.RestClient.Implementation
32
{
43
public static class StringExtensions

0 commit comments

Comments
 (0)