-
|
When building the project in an azurepipeline, an IO exception is thrown I presume this is because of the comma's in the file name. Would it be possible to add comma's to the current list of invalidChars or would this create problems elsewhere? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
|
Hum I think comma can appear in file name only for generic types and methids with more than one generic parameter, is this your case? I guess the same way the chars escaped for markdown can be configured I could add a configuration for the invalid chars in path 🤔 would that work with you? |
Beta Was this translation helpful? Give feedback.
I've created the 1.2.0-test02 version with the updated dotnet api url generation, while you would still end up with dotnet url for your interface, it should at least generate a correct url without space now