Boris Zaikin
Boris Zaikin
Issue occurs when trying to connect to: - `(local)\SQLServer` - `(local)` NoSql Possible solutions: - use IP instead of `(local)` OR named instances - create users and modify connection string...
Hi Team, I have Web.API core action method which returns FileContentResult, code example: ``` return new FileContentResult(fileViewModel.Content, fileViewModel.FileMetadataViewModel.MimeType) { FileDownloadName = fileViewModel.FileMetadataViewModel.FileName }; ``` It generates code like: ``` var...
Hi Rico, I have small question. **Background.** I have several swagger api versions. Like: - http://localhost:5002/swagger/v1/swagger.json - http://localhost:5002/swagger/v2/swagger.json **Question:** Is it possible to generate only one client from 2..n swagger...