Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Activout.RestClient/AcceptAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#nullable disable
namespace Activout.RestClient
{
public class AcceptAttribute : HeaderAttribute
Expand Down
1 change: 0 additions & 1 deletion Activout.RestClient/ContentTypeAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#nullable disable
using System;

namespace Activout.RestClient
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#nullable disable
using System;

namespace Activout.RestClient.DomainExceptions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#nullable disable
using System;

namespace Activout.RestClient.DomainExceptions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#nullable disable
using System;
using System.Reflection;

Expand Down
1 change: 0 additions & 1 deletion Activout.RestClient/FormKeyAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#nullable disable
using System;

namespace Activout.RestClient
Expand Down
1 change: 0 additions & 1 deletion Activout.RestClient/HeaderAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#nullable disable
using System;

namespace Activout.RestClient
Expand Down
1 change: 0 additions & 1 deletion Activout.RestClient/IRequestLogger.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#nullable disable
using System;
using System.Net.Http;

Expand Down
1 change: 0 additions & 1 deletion Activout.RestClient/Implementation/HeaderListExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#nullable disable
using System;
using System.Collections.Generic;

Expand Down
1 change: 0 additions & 1 deletion Activout.RestClient/Implementation/StringExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#nullable disable
namespace Activout.RestClient.Implementation
{
public static class StringExtensions
Expand Down
1 change: 0 additions & 1 deletion Activout.RestClient/RestClientBuilderExtensions.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#nullable disable
using System;
using System.Net.Http.Headers;

Expand Down
1 change: 0 additions & 1 deletion Activout.RestClient/RouteAttribute.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#nullable disable
using System;

namespace Activout.RestClient
Expand Down
Loading