Fernando Colombo
Fernando Colombo
I'm facing the error below: ``` c:\temp> dotnet script --verbosity t Program.csx ... C:\Users\tonystark\AppData\Local\Temp\dotnet-script\c\temp\net7.0 : dotnet restore "C:\Users\tonystark\AppData\Local\Temp\dotnet-script\c\temp\net7.0\script.csproj" -r win10-x64 --configfile "c:\temp\NuGet.Config" Determining projects to restore... C:\Program Files\dotnet\sdk\7.0.203\NuGet.targets(132,5): warning :...
If I add a new `foo` property with type `integer` and `x-nullable: true` in the Swagger definition, will the generated client send `"foo": null` in the request payload? Or will...