How to attach library source to JetBrains Rider
Asked Answered
P

1

7

How can I attach the library source, such as MySql.Data.dll (source code file:mysql-connector-net-6.9.9-src.zip), to the IDE?

When I Ctrl + Click the library class, it decompiles the dll file automatically, but I want to attach the source code to it.

Petula answered 7/6, 2017 at 9:23 Comment(0)
Z
1

This is not possible. Rider will always either decompile sources or download sources from a symbol server.

Zackzackariah answered 15/1, 2019 at 14:16 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.