forked from loafle/openapi-generator-original
tidy: [csharp-netcore] Remove redundant useWebRequest tag from templates. (#11398)
This commit is contained in:
@@ -23,9 +23,6 @@ using ErrorEventArgs = Newtonsoft.Json.Serialization.ErrorEventArgs;
|
||||
using RestSharp;
|
||||
using RestSharp.Deserializers;
|
||||
using RestSharpMethod = RestSharp.Method;
|
||||
{{#useWebRequest}}
|
||||
using System.Net.Http;
|
||||
{{/useWebRequest}}
|
||||
{{#supportsRetry}}
|
||||
using Polly;
|
||||
{{/supportsRetry}}
|
||||
|
||||
@@ -20,9 +20,6 @@ using System.Web;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Serialization;
|
||||
using ErrorEventArgs = Newtonsoft.Json.Serialization.ErrorEventArgs;
|
||||
{{#useWebRequest}}
|
||||
using System.Net.Http;
|
||||
{{/useWebRequest}}
|
||||
using System.Net.Http;
|
||||
using System.Net.Http.Headers;
|
||||
{{#supportsRetry}}
|
||||
|
||||
@@ -23,9 +23,6 @@ using ErrorEventArgs = Newtonsoft.Json.Serialization.ErrorEventArgs;
|
||||
using RestSharp;
|
||||
using RestSharp.Deserializers;
|
||||
using RestSharpMethod = RestSharp.Method;
|
||||
{{#useWebRequest}}
|
||||
using System.Net.Http;
|
||||
{{/useWebRequest}}
|
||||
{{#supportsRetry}}
|
||||
using Polly;
|
||||
{{/supportsRetry}}
|
||||
|
||||
@@ -20,9 +20,6 @@ using System.Web;
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Serialization;
|
||||
using ErrorEventArgs = Newtonsoft.Json.Serialization.ErrorEventArgs;
|
||||
{{#useWebRequest}}
|
||||
using System.Net.Http;
|
||||
{{/useWebRequest}}
|
||||
using System.Net.Http;
|
||||
using System.Net.Http.Headers;
|
||||
{{#supportsRetry}}
|
||||
|
||||
Reference in New Issue
Block a user