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
Describe the issue
I can't use IFormFile in Swagger, we are using IFormFile in many places, so i just don't want to change into byte[]. can you suggest me some alternative configuration ways to fix this.
To Reproduce
Steps to reproduce the behavior:
public class PostRequestDto
{
public Guid id { get; set; } = Guid.Empty;
public string title { get; set; }
public string description { get; set; }
public IFormFile? image { get; set; }
public string isActive { get; set; }
public string createdBy { get; set; }
public DateTime? createdTime { get; set; }
}
Expected behavior
Excepted to load the Swagger UI, it throws "Index out of range"
Screenshots
If applicable, add screenshots to help explain your issue.
Environment (please complete the following information, if applicable):
OS: [e.g. Mac]
Browser Chrome, Safari]
Version [V3]
The text was updated successfully, but these errors were encountered:
Describe the issue
I can't use IFormFile in Swagger, we are using IFormFile in many places, so i just don't want to change into byte[]. can you suggest me some alternative configuration ways to fix this.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Excepted to load the Swagger UI, it throws "Index out of range"
Screenshots
If applicable, add screenshots to help explain your issue.
Environment (please complete the following information, if applicable):
The text was updated successfully, but these errors were encountered: