Closed snakefoot closed 4 years ago
Alternative implementation of #126 that resolves #127
Then you can do like this, to specify that reflection should be skipped for System.Uri-types and instead just do object.ToString():
System.Uri
object.ToString()
<target xsi:type="ElasticSearch"> <typeconverter objecttype="System.Uri, System.Private.Uri" /> </target>
Alternative implementation of #126 that resolves #127
Then you can do like this, to specify that reflection should be skipped for
System.Uri
-types and instead just doobject.ToString()
:Checklist