You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/WebUI/RulesGptApiClients.cs
+11-7Lines changed: 11 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
//----------------------
2
2
// <auto-generated>
3
-
// Generated using the NSwag toolchain v14.2.0.0 (NJsonSchema v11.1.0.0 (Newtonsoft.Json v13.0.0.0)) (http://NSwag.org)
3
+
// Generated using the NSwag toolchain v14.3.0.0 (NJsonSchema v11.2.0.0 (Newtonsoft.Json v13.0.0.0)) (http://NSwag.org)
4
4
// </auto-generated>
5
5
//----------------------
6
6
@@ -13,6 +13,8 @@
13
13
#pragma warning disable 1591// Disable "CS1591 Missing XML comment for publicly visible type or member ..."
14
14
#pragma warning disable 8073// Disable "CS8073 The result of the expression is always 'false' since a value of type 'T' is never equal to 'null' of type 'T?'"
15
15
#pragma warning disable 3016// Disable "CS3016 Arrays as attribute arguments is not CLS-compliant"
16
+
#pragma warning disable 8600// Disable "CS8600 Converting null literal or possible null value to non-nullable type"
17
+
#pragma warning disable 8602// Disable "CS8602 Dereference of a possibly null reference"
16
18
#pragma warning disable 8603// Disable "CS8603 Possible null reference return"
17
19
#pragma warning disable 8604// Disable "CS8604 Possible null reference argument for parameter"
0 commit comments