From e199d1177d8630c4a699a8d84e8968b6b0deabef Mon Sep 17 00:00:00 2001 From: Hsu Still <341464@gmail.com> Date: Mon, 16 Apr 2018 17:43:23 +0800 Subject: [PATCH] Add Mono warning --- docs/guides/getting_started/installing.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/guides/getting_started/installing.md b/docs/guides/getting_started/installing.md index 9ee6d90b2..c0980101e 100644 --- a/docs/guides/getting_started/installing.md +++ b/docs/guides/getting_started/installing.md @@ -22,6 +22,12 @@ recommended to create applications using [.NET Core], although it is not required. When using .NET Framework, it is suggested to target `.NET Framework 4.6.1` or higher. +> [!WARNING] +> Using this library with [Mono] is not recommended until further +> notice. It is known to have issues with the library's WebSockets +> implementation and may crash the application upon startup. + +[Mono]: https://www.mono-project.com/ [.NET Standard]: https://docs.microsoft.com/en-us/dotnet/articles/standard/library [.NET Core]: https://docs.microsoft.com/en-us/dotnet/articles/core/ [additional steps]: #installing-on-net-standard-11