Skip to content

Commit 25936b4

Browse files
authored
Add route4me to the sponsor list (#19294)
* update samples * add route4me to the sponsor list
1 parent 8f1d59f commit 25936b4

14 files changed

Lines changed: 89 additions & 48 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ If you find OpenAPI Generator useful for work, please consider asking your compa
7171
[<img src="https://openapi-generator.tech/img/companies/designli.jpg" width="128" height="128">](https://designli.co?utm_source=openapi-generator&utm_medium=sponsorship&utm_campaign=oss-sponsorship)
7272
[<img src="https://openapi-generator.tech/img/companies/itm.png" width="128" height="128">](https://opensource.muenchen.de?utm_source=openapi-generator&utm_medium=sponsorship&utm_campaign=oss-sponsorship)
7373
[<img src="https://openapi-generator.tech/img/companies/kong.png" width="128" height="128">](https://konghq.com/products/kong-konnect?utm_medium=referral&utm_source=github&utm_campaign=platform&utm_content=openapi-generator)
74-
74+
[<img src="https://openapi-generator.tech/img/companies/route4me.png" width="128" height="128">](https://route4me.com/?utm_source=openapi-generator&utm_medium=sponsorship&utm_campaign=oss-sponsorship)
7575

7676
#### Thank you GoDaddy for sponsoring the domain names, Linode for sponsoring the VPS, Checkly for sponsoring the API monitoring and Gradle for sponsoring Develocity
7777

samples/client/petstore/csharp/generichost/net4.7/FormModels/src/Org.OpenAPITools/Model/FormatTest.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
196196
/// Used to track the state of Int32Range
197197
/// </summary>
198198
[JsonIgnore]
199-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
199+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
200200
public Option<int?> Int32RangeOption { get; private set; }
201201

202202
/// <summary>
@@ -222,7 +222,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
222222
/// Used to track the state of Int64Negative
223223
/// </summary>
224224
[JsonIgnore]
225-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
225+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
226226
public Option<long?> Int64NegativeOption { get; private set; }
227227

228228
/// <summary>
@@ -235,7 +235,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
235235
/// Used to track the state of Int64NegativeExclusive
236236
/// </summary>
237237
[JsonIgnore]
238-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
238+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
239239
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
240240

241241
/// <summary>
@@ -248,7 +248,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
248248
/// Used to track the state of Int64Positive
249249
/// </summary>
250250
[JsonIgnore]
251-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
251+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
252252
public Option<long?> Int64PositiveOption { get; private set; }
253253

254254
/// <summary>
@@ -261,7 +261,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
261261
/// Used to track the state of Int64PositiveExclusive
262262
/// </summary>
263263
[JsonIgnore]
264-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
264+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
265265
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
266266

267267
/// <summary>

samples/client/petstore/csharp/generichost/net4.7/Petstore/src/Org.OpenAPITools/Model/FormatTest.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
196196
/// Used to track the state of Int32Range
197197
/// </summary>
198198
[JsonIgnore]
199-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
199+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
200200
public Option<int?> Int32RangeOption { get; private set; }
201201

202202
/// <summary>
@@ -222,7 +222,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
222222
/// Used to track the state of Int64Negative
223223
/// </summary>
224224
[JsonIgnore]
225-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
225+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
226226
public Option<long?> Int64NegativeOption { get; private set; }
227227

228228
/// <summary>
@@ -235,7 +235,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
235235
/// Used to track the state of Int64NegativeExclusive
236236
/// </summary>
237237
[JsonIgnore]
238-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
238+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
239239
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
240240

241241
/// <summary>
@@ -248,7 +248,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
248248
/// Used to track the state of Int64Positive
249249
/// </summary>
250250
[JsonIgnore]
251-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
251+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
252252
public Option<long?> Int64PositiveOption { get; private set; }
253253

254254
/// <summary>
@@ -261,7 +261,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
261261
/// Used to track the state of Int64PositiveExclusive
262262
/// </summary>
263263
[JsonIgnore]
264-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
264+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
265265
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
266266

267267
/// <summary>

samples/client/petstore/csharp/generichost/net4.8/FormModels/src/Org.OpenAPITools/Model/FormatTest.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
196196
/// Used to track the state of Int32Range
197197
/// </summary>
198198
[JsonIgnore]
199-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
199+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
200200
public Option<int?> Int32RangeOption { get; private set; }
201201

202202
/// <summary>
@@ -222,7 +222,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
222222
/// Used to track the state of Int64Negative
223223
/// </summary>
224224
[JsonIgnore]
225-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
225+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
226226
public Option<long?> Int64NegativeOption { get; private set; }
227227

228228
/// <summary>
@@ -235,7 +235,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
235235
/// Used to track the state of Int64NegativeExclusive
236236
/// </summary>
237237
[JsonIgnore]
238-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
238+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
239239
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
240240

241241
/// <summary>
@@ -248,7 +248,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
248248
/// Used to track the state of Int64Positive
249249
/// </summary>
250250
[JsonIgnore]
251-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
251+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
252252
public Option<long?> Int64PositiveOption { get; private set; }
253253

254254
/// <summary>
@@ -261,7 +261,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
261261
/// Used to track the state of Int64PositiveExclusive
262262
/// </summary>
263263
[JsonIgnore]
264-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
264+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
265265
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
266266

267267
/// <summary>

samples/client/petstore/csharp/generichost/net4.8/Petstore/src/Org.OpenAPITools/Model/FormatTest.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
196196
/// Used to track the state of Int32Range
197197
/// </summary>
198198
[JsonIgnore]
199-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
199+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
200200
public Option<int?> Int32RangeOption { get; private set; }
201201

202202
/// <summary>
@@ -222,7 +222,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
222222
/// Used to track the state of Int64Negative
223223
/// </summary>
224224
[JsonIgnore]
225-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
225+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
226226
public Option<long?> Int64NegativeOption { get; private set; }
227227

228228
/// <summary>
@@ -235,7 +235,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
235235
/// Used to track the state of Int64NegativeExclusive
236236
/// </summary>
237237
[JsonIgnore]
238-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
238+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
239239
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
240240

241241
/// <summary>
@@ -248,7 +248,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
248248
/// Used to track the state of Int64Positive
249249
/// </summary>
250250
[JsonIgnore]
251-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
251+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
252252
public Option<long?> Int64PositiveOption { get; private set; }
253253

254254
/// <summary>
@@ -261,7 +261,7 @@ public FormatTest(byte[] @byte, DateTime date, decimal number, string password,
261261
/// Used to track the state of Int64PositiveExclusive
262262
/// </summary>
263263
[JsonIgnore]
264-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
264+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
265265
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
266266

267267
/// <summary>

samples/client/petstore/csharp/generichost/net8/FormModels/src/Org.OpenAPITools/Model/FormatTest.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public FormatTest(byte[] @byte, DateOnly date, decimal number, string password,
196196
/// Used to track the state of Int32Range
197197
/// </summary>
198198
[JsonIgnore]
199-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
199+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
200200
public Option<int?> Int32RangeOption { get; private set; }
201201

202202
/// <summary>
@@ -222,7 +222,7 @@ public FormatTest(byte[] @byte, DateOnly date, decimal number, string password,
222222
/// Used to track the state of Int64Negative
223223
/// </summary>
224224
[JsonIgnore]
225-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
225+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
226226
public Option<long?> Int64NegativeOption { get; private set; }
227227

228228
/// <summary>
@@ -235,7 +235,7 @@ public FormatTest(byte[] @byte, DateOnly date, decimal number, string password,
235235
/// Used to track the state of Int64NegativeExclusive
236236
/// </summary>
237237
[JsonIgnore]
238-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
238+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
239239
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
240240

241241
/// <summary>
@@ -248,7 +248,7 @@ public FormatTest(byte[] @byte, DateOnly date, decimal number, string password,
248248
/// Used to track the state of Int64Positive
249249
/// </summary>
250250
[JsonIgnore]
251-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
251+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
252252
public Option<long?> Int64PositiveOption { get; private set; }
253253

254254
/// <summary>
@@ -261,7 +261,7 @@ public FormatTest(byte[] @byte, DateOnly date, decimal number, string password,
261261
/// Used to track the state of Int64PositiveExclusive
262262
/// </summary>
263263
[JsonIgnore]
264-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
264+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
265265
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
266266

267267
/// <summary>

samples/client/petstore/csharp/generichost/net8/NullReferenceTypes/src/Org.OpenAPITools/Model/FormatTest.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public FormatTest(byte[] @byte, DateOnly date, decimal number, string password,
198198
/// Used to track the state of Int32Range
199199
/// </summary>
200200
[JsonIgnore]
201-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
201+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
202202
public Option<int?> Int32RangeOption { get; private set; }
203203

204204
/// <summary>
@@ -224,7 +224,7 @@ public FormatTest(byte[] @byte, DateOnly date, decimal number, string password,
224224
/// Used to track the state of Int64Negative
225225
/// </summary>
226226
[JsonIgnore]
227-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
227+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
228228
public Option<long?> Int64NegativeOption { get; private set; }
229229

230230
/// <summary>
@@ -237,7 +237,7 @@ public FormatTest(byte[] @byte, DateOnly date, decimal number, string password,
237237
/// Used to track the state of Int64NegativeExclusive
238238
/// </summary>
239239
[JsonIgnore]
240-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
240+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
241241
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
242242

243243
/// <summary>
@@ -250,7 +250,7 @@ public FormatTest(byte[] @byte, DateOnly date, decimal number, string password,
250250
/// Used to track the state of Int64Positive
251251
/// </summary>
252252
[JsonIgnore]
253-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
253+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
254254
public Option<long?> Int64PositiveOption { get; private set; }
255255

256256
/// <summary>
@@ -263,7 +263,7 @@ public FormatTest(byte[] @byte, DateOnly date, decimal number, string password,
263263
/// Used to track the state of Int64PositiveExclusive
264264
/// </summary>
265265
[JsonIgnore]
266-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
266+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
267267
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
268268

269269
/// <summary>

samples/client/petstore/csharp/generichost/net8/Petstore/src/Org.OpenAPITools/Model/FormatTest.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public FormatTest(byte[] @byte, DateOnly date, decimal number, string password,
196196
/// Used to track the state of Int32Range
197197
/// </summary>
198198
[JsonIgnore]
199-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
199+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
200200
public Option<int?> Int32RangeOption { get; private set; }
201201

202202
/// <summary>
@@ -222,7 +222,7 @@ public FormatTest(byte[] @byte, DateOnly date, decimal number, string password,
222222
/// Used to track the state of Int64Negative
223223
/// </summary>
224224
[JsonIgnore]
225-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
225+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
226226
public Option<long?> Int64NegativeOption { get; private set; }
227227

228228
/// <summary>
@@ -235,7 +235,7 @@ public FormatTest(byte[] @byte, DateOnly date, decimal number, string password,
235235
/// Used to track the state of Int64NegativeExclusive
236236
/// </summary>
237237
[JsonIgnore]
238-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
238+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
239239
public Option<long?> Int64NegativeExclusiveOption { get; private set; }
240240

241241
/// <summary>
@@ -248,7 +248,7 @@ public FormatTest(byte[] @byte, DateOnly date, decimal number, string password,
248248
/// Used to track the state of Int64Positive
249249
/// </summary>
250250
[JsonIgnore]
251-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
251+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
252252
public Option<long?> Int64PositiveOption { get; private set; }
253253

254254
/// <summary>
@@ -261,7 +261,7 @@ public FormatTest(byte[] @byte, DateOnly date, decimal number, string password,
261261
/// Used to track the state of Int64PositiveExclusive
262262
/// </summary>
263263
[JsonIgnore]
264-
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
264+
[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
265265
public Option<long?> Int64PositiveExclusiveOption { get; private set; }
266266

267267
/// <summary>

0 commit comments

Comments
 (0)