Eric Mutta

Results 32 comments of Eric Mutta

A similar thing happens with `UpdatedRowSource` which looks like this in code: ![image](https://user-images.githubusercontent.com/20465797/189730185-17a1050e-a398-4180-a1a0-2be0c693a8dc.png) ...but renders like this on the [docs site](https://www.npgsql.org/doc/api/Npgsql.NpgsqlCommand.html#Npgsql_NpgsqlCommand_UpdatedRowSource): ![image](https://user-images.githubusercontent.com/20465797/189730383-9595dd81-79af-4884-9e09-a1d1aae67ee1.png)

@roji it looks like others faced [the same issue](https://github.com/dotnet/docfx/issues/7245) and a fix was [pushed to the DocFX repo](https://github.com/dotnet/docfx/pull/7325) last year, where unresolved references just render the text "as is" instead...