forked from loafle/openapi-generator-original
Fix issue with C# generator when the model name is "File" (#1428)
* fix get schema type in abstract c# class * update c# petstore sample
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**File** | **System.IO.Stream** | | [optional]
|
||||
**Files** | **List<System.IO.Stream>** | | [optional]
|
||||
**File** | [**File**](File.md) | | [optional]
|
||||
**Files** | [**List<File>**](File.md) | | [optional]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user