The Roslyn analyzer contract does not allow for analyzer I/O outside of the constructs provided by the APIs (e.g. using AdditionalFiles to pass external data to an analyzer). Analyzers should not side-step these mechanisms, either through direct file I/O or through web invocations.
The Roslyn analyzer contract does not allow for analyzer I/O outside of the constructs provided by the APIs (e.g. using
AdditionalFilesto pass external data to an analyzer). Analyzers should not side-step these mechanisms, either through direct file I/O or through web invocations.