I worked with a DLL that contains some classes, and one of the classes has some constants. I wrote Summaryfor each of these constants, and these summaries appear as โhintsโ when I want to use constants inside a DLL.
However, when I access these constants from the main project that references this DLL, I donโt see any Summaryin the tooltip.
Does anyone know a solution to this problem? Everything is declared using an access modifier public. But MVS2013 does not cache these Summaries.
source
share