I have some annoying problem with SHFB in one of my project.
I link some web references which are using some Visual Studio generates an access classes. These classes are excluded from SHFB by API filter because they produce +500 warnings (not well documented code :-) )
One of my classes which servers like a routing table for clients, produces several warning, because it uses there references, see below.


- I have tried to elaborate with Additional Reference Links plug-in, no luck. I don't have an assembly to link.
- I have tried to elaborate with Assembly Binding Redirection plug-in, no luck.
- I have tried to inject missing links directly into assembly's XML file, so far manually with manually triggered build of the SHFB project. No luck.
Any suggestion?