Skip to content

Commit 140bae8

Browse files
committed
update to latest master
fix warning with netstandard targets and System.Web
1 parent 6c192a1 commit 140bae8

351 files changed

Lines changed: 3013 additions & 1238 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

modules/openapi-generator/src/main/resources/csharp/netcore_project.mustache

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,11 @@
7373
{{/net48}}
7474
</ItemGroup>
7575
<ItemGroup>
76+
{{^netStandard}}
7677
{{^net60OrLater}}
7778
<Reference Include="System.Web" />
7879
{{/net60OrLater}}
80+
{{/netStandard}}
7981
{{#net48}}
8082
<Reference Include="System.Net.Http" />
8183
{{/net48}}

samples/client/echo_api/csharp/restsharp/net8/EchoApi/docs/Tag.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**Id** | **long** | | [optional]
8-
**Name** | **string** | | [optional]
7+
**Id** | **long?** | | [optional]
8+
**Name** | **string?** | | [optional]
99

1010
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1111

samples/client/others/csharp-complex-files/src/Org.OpenAPITools/Org.OpenAPITools.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,5 @@
3333
<None Remove="System.Web" />
3434
</ItemGroup>
3535
<ItemGroup>
36-
<Reference Include="System.Web" />
3736
</ItemGroup>
3837
</Project>

samples/client/petstore/csharp/httpclient/net9/Petstore/docs/ActivityOutputElementRepresentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**Prop1** | **string** | | [optional]
8-
**Prop2** | **Object** | | [optional]
7+
**Prop1** | **string?** | | [optional]
8+
**Prop2** | **Object?** | | [optional]
99

1010
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1111

samples/client/petstore/csharp/httpclient/net9/Petstore/docs/AdditionalPropertiesClass.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**MapProperty** | **Dictionary&lt;string, string&gt;** | | [optional]
88
**MapOfMapProperty** | **Dictionary&lt;string, Dictionary&lt;string, string&gt;&gt;** | | [optional]
9-
**Anytype1** | **Object** | | [optional]
10-
**MapWithUndeclaredPropertiesAnytype1** | **Object** | | [optional]
11-
**MapWithUndeclaredPropertiesAnytype2** | **Object** | | [optional]
9+
**Anytype1** | **Object?** | | [optional]
10+
**MapWithUndeclaredPropertiesAnytype1** | **Object?** | | [optional]
11+
**MapWithUndeclaredPropertiesAnytype2** | **Object?** | | [optional]
1212
**MapWithUndeclaredPropertiesAnytype3** | **Dictionary&lt;string, Object&gt;** | | [optional]
13-
**EmptyMap** | **Object** | an object with no declared properties and no undeclared properties, hence it&#39;s an empty map. | [optional]
13+
**EmptyMap** | **Object?** | an object with no declared properties and no undeclared properties, hence it&#39;s an empty map. | [optional]
1414
**MapWithUndeclaredPropertiesString** | **Dictionary&lt;string, string&gt;** | | [optional]
1515

1616
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

samples/client/petstore/csharp/httpclient/net9/Petstore/docs/ApiResponse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**Code** | **int** | | [optional]
8-
**Type** | **string** | | [optional]
9-
**Message** | **string** | | [optional]
7+
**Code** | **int?** | | [optional]
8+
**Type** | **string?** | | [optional]
9+
**Message** | **string?** | | [optional]
1010

1111
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1212

samples/client/petstore/csharp/httpclient/net9/Petstore/docs/Apple.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**Cultivar** | **string** | | [optional]
8-
**Origin** | **string** | | [optional]
9-
**ColorCode** | **string** | | [optional]
7+
**Cultivar** | **string?** | | [optional]
8+
**Origin** | **string?** | | [optional]
9+
**ColorCode** | **string?** | | [optional]
1010

1111
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1212

samples/client/petstore/csharp/httpclient/net9/Petstore/docs/AppleReq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**Cultivar** | **string** | |
8-
**Mealy** | **bool** | | [optional]
8+
**Mealy** | **bool?** | | [optional]
99

1010
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1111

samples/client/petstore/csharp/httpclient/net9/Petstore/docs/Banana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**LengthCm** | **decimal** | | [optional]
7+
**LengthCm** | **decimal?** | | [optional]
88

99
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1010

samples/client/petstore/csharp/httpclient/net9/Petstore/docs/BananaReq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**LengthCm** | **decimal** | |
8-
**Sweet** | **bool** | | [optional]
8+
**Sweet** | **bool?** | | [optional]
99

1010
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
1111

0 commit comments

Comments
 (0)