Open roji opened 3 years ago
As suggested by @bricelam, we could temporarily change all pubternal APIs to real-internals, and note any compiler errors that result. These would indicate areas where our analyzer isn't flagging pubternal usage as it should.
Known problems: is XXX, typeof(XXX) (type checks)
is XXX
typeof(XXX)
As suggested by @bricelam, we could temporarily change all pubternal APIs to real-internals, and note any compiler errors that result. These would indicate areas where our analyzer isn't flagging pubternal usage as it should.