* fixes #11808 (tick checkbox to generate XML file) * Update * Update aspnetcore/tutorials/getting-started-with-swashbuckle.md Co-Authored-By: hf-kklein <konstantin.klein@hochfrequenz.de>pull/11856/head
parent
a2a89c8eab
commit
9fd3542890
|
@ -232,7 +232,7 @@ namespace TodoApi
|
|||
}
|
||||
```
|
||||
|
||||
Configure Swagger to use the generated XML file. For Linux or non-Windows operating systems, file names and paths can be case-sensitive. For example, a *TodoApi.XML* file is valid on Windows but not CentOS.
|
||||
Configure Swagger to use the XML file that's generated with the preceding instructions. For Linux or non-Windows operating systems, file names and paths can be case-sensitive. For example, a *TodoApi.XML* file is valid on Windows but not CentOS.
|
||||
|
||||
::: moniker range=">= aspnetcore-2.1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue