Skip to content

Commit dd962a0

Browse files
Cleanup
1 parent 463c917 commit dd962a0

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/Certify.Server/Certify.Server.Hub.Api.Client/Certify.Server.Hub.Api.Client.cs

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//----------------------
1+
//----------------------
22
// <auto-generated>
33
// Generated using the NSwag toolchain v14.4.0.0 (NJsonSchema v11.3.2.0 (Newtonsoft.Json v13.0.0.0)) (http://NSwag.org)
44
// </auto-generated>
@@ -12,7 +12,7 @@
1212
using Certify.Models.Hub;
1313
using Certify.Models.Config.Migration;
1414
using Certify.Shared;
15-
using ProblemDetails = Certify.Models.Util.ProblemDetails;
15+
using ProblemDetails=Certify.Models.Util.ProblemDetails;
1616

1717
#pragma warning disable 108 // Disable "CS0108 '{derivedDto}.ToJson()' hides inherited member '{dtoBase}.ToJson()'. Use the new keyword if hiding was intended."
1818
#pragma warning disable 114 // Disable "CS0114 '{derivedDto}.RaisePropertyChanged(String)' hides inherited member 'dtoBase.RaisePropertyChanged(String)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword."
@@ -35,19 +35,19 @@ namespace Certify.Server.Hub.Api
3535
using System = global::System;
3636

3737
[System.CodeDom.Compiler.GeneratedCode("NSwag", "14.4.0.0 (NJsonSchema v11.3.2.0 (Newtonsoft.Json v13.0.0.0))")]
38-
public partial class Client
38+
public partial class Client
3939
{
40-
#pragma warning disable 8618
40+
#pragma warning disable 8618
4141
private string _baseUrl;
42-
#pragma warning restore 8618
42+
#pragma warning restore 8618
4343

4444
private System.Net.Http.HttpClient _httpClient;
4545
private static System.Lazy<Newtonsoft.Json.JsonSerializerSettings> _settings = new System.Lazy<Newtonsoft.Json.JsonSerializerSettings>(CreateSerializerSettings, true);
4646
private Newtonsoft.Json.JsonSerializerSettings _instanceSettings;
4747

48-
#pragma warning disable CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
48+
#pragma warning disable CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
4949
public Client(string baseUrl, System.Net.Http.HttpClient httpClient)
50-
#pragma warning restore CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
50+
#pragma warning restore CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
5151
{
5252
BaseUrl = baseUrl;
5353
_httpClient = httpClient;
@@ -6888,7 +6888,7 @@ private string ConvertToString(object value, System.Globalization.CultureInfo cu
68886888
var field = System.Reflection.IntrospectionExtensions.GetTypeInfo(value.GetType()).GetDeclaredField(name);
68896889
if (field != null)
68906890
{
6891-
var attribute = System.Reflection.CustomAttributeExtensions.GetCustomAttribute(field, typeof(System.Runtime.Serialization.EnumMemberAttribute))
6891+
var attribute = System.Reflection.CustomAttributeExtensions.GetCustomAttribute(field, typeof(System.Runtime.Serialization.EnumMemberAttribute))
68926892
as System.Runtime.Serialization.EnumMemberAttribute;
68936893
if (attribute != null)
68946894
{
@@ -6900,13 +6900,13 @@ private string ConvertToString(object value, System.Globalization.CultureInfo cu
69006900
return converted == null ? string.Empty : converted;
69016901
}
69026902
}
6903-
else if (value is bool)
6903+
else if (value is bool)
69046904
{
69056905
return System.Convert.ToString((bool)value, cultureInfo).ToLowerInvariant();
69066906
}
69076907
else if (value is byte[])
69086908
{
6909-
return System.Convert.ToBase64String((byte[])value);
6909+
return System.Convert.ToBase64String((byte[]) value);
69106910
}
69116911
else if (value is string[])
69126912
{
@@ -6928,7 +6928,7 @@ private string ConvertToString(object value, System.Globalization.CultureInfo cu
69286928
}
69296929
}
69306930

6931-
6931+
69326932

69336933
[System.CodeDom.Compiler.GeneratedCode("NSwag", "14.4.0.0 (NJsonSchema v11.3.2.0 (Newtonsoft.Json v13.0.0.0))")]
69346934
public partial class FileResponse : System.IDisposable
@@ -7004,10 +7004,10 @@ public ApiException(string message, int statusCode, string response, System.Coll
70047004

70057005
}
70067006

7007-
#pragma warning restore 108
7008-
#pragma warning restore 114
7009-
#pragma warning restore 472
7010-
#pragma warning restore 612
7007+
#pragma warning restore 108
7008+
#pragma warning restore 114
7009+
#pragma warning restore 472
7010+
#pragma warning restore 612
70117011
#pragma warning restore 1573
70127012
#pragma warning restore 1591
70137013
#pragma warning restore 8073
@@ -7016,4 +7016,4 @@ public ApiException(string message, int statusCode, string response, System.Coll
70167016
#pragma warning restore 8602
70177017
#pragma warning restore 8603
70187018
#pragma warning restore 8604
7019-
#pragma warning restore 8625
7019+
#pragma warning restore 8625

0 commit comments

Comments
 (0)