We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
?yourQueryStringConfig
API expected display 68267599263309460 and 68267599263309459
But Swagger View display 68267599263309460 and 68267599263309460
Steps to reproduce the behavior:
<PackageReference Include="NJsonSchema" Version="10.3.4" /> <PackageReference Include="NSwag.AspNetCore" Version="13.10.2" /> <PackageReference Include="NSwag.Core" Version="13.10.2" />
[HttpGet] public ActionResult<TestLong> Get() { var data = new TestLong(); data.Data = new List<long>(); data.Data.Add(68267599263309460); data.Data.Add(68267599263309459); return this.Ok(data); }
public class TestLong { public List<long> Data { get; set; } }
https://imgur.com/OFsB4Jw
The text was updated successfully, but these errors were encountered:
Duplicate of #2030.
Sorry, something went wrong.
No branches or pull requests
Q&A (please complete the following information)
Content & configuration
Describe the bug you're encountering
API expected display 68267599263309460 and 68267599263309459
But Swagger View display 68267599263309460 and 68267599263309460
To reproduce...
Steps to reproduce the behavior:
Expected behavior
API expected display 68267599263309460 and 68267599263309459
But Swagger View display 68267599263309460 and 68267599263309460
Screenshots
https://imgur.com/OFsB4Jw
Additional context or thoughts
The text was updated successfully, but these errors were encountered: