From 357bde0ccb98553804ac4bdc9ed0ac5651375b79 Mon Sep 17 00:00:00 2001 From: Hmodyyahya735 Date: Tue, 28 Jan 2025 03:08:09 +0300 Subject: [PATCH] Update FAQ.MD --- FAQ.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.MD b/FAQ.MD index acb918e..6d45df2 100644 --- a/FAQ.MD +++ b/FAQ.MD @@ -1,4 +1,4 @@ -Why does the application show a compilation error? Doesn't it support for, while, if or /some other language feature here/?
+ahmedWhy does the application show a compilation error? Doesn't it support for, while, if or /some other language feature here/?
The app uses the Roslyn compiler - C# 11 compilation support.
Any compilation related error encountered is probably a syntax or logic error in your own code and thefore only adressable by you.