6

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.

LazyOne
  • 158,824
  • 45
  • 388
  • 391
GS.
  • 73
  • 1
  • 8

1 Answers1

0

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

maartenba
  • 3,344
  • 18
  • 31