-
Generally these annotations would require mappings to be imported, which is not currently happening with `additionalModelTypeAnnotations` option, leading to the generated code not compiling.
-
##### Description
Trying to generate Java code from the [Vimeo OpenAPI spec](https://github.com/vimeo/openapi).
That spec (api.yaml) uses backslashes in some of the strings (e.g. tag definitio…
hebra updated
5 years ago
-
Using C# code first I'm trying to define a requestBody to a method that takes any arbitrary json like this:
```
"requestBody": {
"content": {
"application/json": {
"schema": {
…
-
The nature of the C# driver means that it needs to see all csc invocations for a build. Today that is achieved by [disabling shared compilation][shared] during build. That unfortunately creates a sign…
-
## Describe the bug
I get an error when trying to create a SPA module. I'm new to yeoman so followed the steps in your tutorial to get everything installed correctly. Then I created an MVC module w…
mavjt updated
5 years ago
-
Hello :)
I want to create multiple files through multi projects as faster as it is possible. My code (in Generator.tt) is:
`foreach (var xmlFile in xmlFiles)
{
var …
-
The C# controller code generated for the definition below, fails to compile, with the following error message:
Error CS1519: Invalid token '1' in class, struct, or interface member declaration
{
…
-
Is it supposed to be working? As soon as I extract response types into a convention class it stops working as if NSwag ignores it completely...
-
**Version Used**:
8.0.201 SDK on Ubuntu Linux 22.04
**Steps to Reproduce**:
(1) Create a folder `a`
(2) In `a` create an ASP.NET MVC project
```
dotnet new mvc
```
(3) Add a second `I…
-
```
What steps will reproduce the problem?
1. Generate against large sample webcert DB
2. Open any of cshtml
3. Navigation included into each page
What is the expected output? What do you see instead…