From 2e107b07889d83d52ef0240efe27253f1d06384f Mon Sep 17 00:00:00 2001 From: Travis Illig Date: Tue, 1 Oct 2024 06:56:53 -0700 Subject: [PATCH] Add link from container analysis FAQ to diagnostics. --- docs/faq/container-analysis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/container-analysis.rst b/docs/faq/container-analysis.rst index e38ec9a..3d77daf 100644 --- a/docs/faq/container-analysis.rst +++ b/docs/faq/container-analysis.rst @@ -46,4 +46,4 @@ These are somewhat simple cases. Consider the additional cases of things like... These are not uncommon scenarios and that's not even a complete list of dynamic capabilities supported. -It is possible that at some point a very simplistic analysis mechanism could be added to try catching a minority of issues, but it is likely a more valuable endeavor to enhance Autofac to support better diagnostic and tracing functionality to more quickly target and resolve runtime challenges that are encountered. (If you're interested in helping with that effort, `let us know! `_) \ No newline at end of file +It is possible that at some point a very simplistic analysis mechanism could be added to try catching a minority of issues, but it is likely a more valuable endeavor to enhance :doc:`Autofac's existing diagnostic and tracing functionality <../troubleshooting/diagnostics>` to more quickly target and resolve runtime challenges that are encountered. (If you're interested in helping with that effort, `let us know! `_)