1>Client\ApiClient.cs(385,17,385,133): warning CS0618: 'RestClient.AddHandler
(IDeserializer, params string[])' is obsolete:
'Use the overload that accepts a factory delegate'
1>Client\ApiClient.cs(390,17,390,118): warning CS0618: 'RestClient.AddHandler(
IDeserializer, params string[])' is obsolete:
'Use the overload that accepts a factory delegate'
1>Client\ApiClient.cs(393,13,393,98): warning CS0618: 'RestClient.AddHandler(
IDeserializer, params string[])' is obsolete:
'Use the overload that accepts a factory delegate'
no special yaml needed. Even default petstore cause same issue.
Bug Report Checklist
Description
The
RestSharpRestClientthrows a warning about deprecated/obsoletecsharp-netcoretfm2.0openapi-generator version
masterOpenAPI declaration file content or url
no special yaml needed. Even default petstore cause same issue.