openapi-generator/samples/client/petstore/csharp-dotnet2/SwaggerClientTest/Lib/SwaggerClient
2016-04-13 16:56:36 -07:00
..
src/main/CsharpDotNet2/IO/Swagger issue#2589: added fully qualified names memory stream for C# 2016-04-13 16:56:36 -07:00
vendor Adding sample generator and output 2015-07-22 11:31:29 -07:00
compile-mono.sh add compile-mono, fix csharp comment 2016-01-10 00:17:55 +08:00
README.md add back csharp dll, update sample 2015-07-30 10:19:46 +08:00

Csharp-DotNet2

This generator creates C# code targeting the .Net 2.0 framework. The resulting DLLs can be used in places where .Net 2.0 is the maximum supported version, such as in the Unity3d.

Dependencies

  • Mono compiler
  • Note: NuGet is downloaded by the mono compilation script and packages are installed with it. No dependency DLLs are bundled with this generator.