From cdb236da1a58d30fdb4cc01d3084781244b49a9a Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Mon, 10 Sep 2018 02:37:16 -0700 Subject: Wiki page main-loop.md changed with summary [Added BETA Warning] by Xavi Artigas --- pages/develop/guides/csharp/core/main-loop.md.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/develop/guides/csharp/core/main-loop.md.txt b/pages/develop/guides/csharp/core/main-loop.md.txt index 8d91e1b4d..a398a2091 100644 --- a/pages/develop/guides/csharp/core/main-loop.md.txt +++ b/pages/develop/guides/csharp/core/main-loop.md.txt @@ -9,6 +9,10 @@ The EFL is event-driven. This means that execution usually takes place within an EFL manages timers and user interface events amongst many other things and even provides a simple mechanism for applications to perform conventional data polling if required. +| | WARNING | | +| --- | ------- | --- | +| ![NOTE](/_media/note-important.png) | **The C# bindings are currently in BETA state**
They should only be used for experimenting and **NOT** for any product development.
The source code for the tutorials is subject to change in the future. | ![NOTE](/_media/note-important.png) | + ## Prerequisites ## * Read the [Hello World in C#](/develop/tutorials/csharp/hello-world.md) tutorial to learn how to instantiate EFL objects. -- cgit v1.2.1