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: modules/swagger-codegen/src/main/resources/csharp/README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,14 @@
6
6
-[RestSharp] (https://www.nuget.org/packages/RestSharp) - 105.1.0 or later
7
7
-[Json.NET] (https://www.nuget.org/packages/Newtonsoft.Json/) - 7.0.0 or later
8
8
9
-
NOTE: The DLLs included in the package may not be the latest version. We recommned using [NuGet] (https://docs.nuget.org/consume/installing-nuget) to obtain the latest version of the packages:
9
+
The DLLs included in the package may not be the latest version. We recommned using [NuGet] (https://docs.nuget.org/consume/installing-nuget) to obtain the latest version of the packages:
10
10
```
11
11
Install-Package RestSharp
12
12
Install-Package Newtonsoft.Json
13
13
```
14
14
15
+
NOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See [RestSharp#742](https://github.com/restsharp/RestSharp/issues/742)
Copy file name to clipboardexpand all lines: samples/client/petstore/csharp/SwaggerClientTest/Lib/SwaggerClient/src/main/csharp/IO/Swagger/Properties/AssemblyInfo.cs
-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,5 @@
1
1
usingSystem.Reflection;
2
2
usingSystem.Runtime.InteropServices;
3
-
usingSystem.Windows;
4
3
5
4
// General Information about an assembly is controlled through the following
6
5
// set of attributes. Change these attribute values to modify the information
0 commit comments