diff --git a/getting_started/scripting/c_sharp/c_sharp_basics.rst b/getting_started/scripting/c_sharp/c_sharp_basics.rst
index 9e01c1712..34a492697 100644
--- a/getting_started/scripting/c_sharp/c_sharp_basics.rst
+++ b/getting_started/scripting/c_sharp/c_sharp_basics.rst
@@ -268,7 +268,7 @@ msbuild to use, run:
Profiling your C# code
----------------------
-- `Mono log profiler `_ is available via `this PR `_.
+- `Mono log profiler `_ is available for Linux and macOS. Due to a Mono change, it does not work on Windows currently.
- External Mono profiler like `JetBrains dotTrace `_ can be used as described `here `_.
Configuring VS 2019 for debugging