Browse Source

Add Mono warning

pull/988/head
Hsu Still 7 years ago
parent
commit
e199d1177d
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      docs/guides/getting_started/installing.md

+ 6
- 0
docs/guides/getting_started/installing.md View File

@@ -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


Loading…
Cancel
Save