Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to compile RserveCLI2 with SharpDevelop 4/5 #46

Closed
kmlxk opened this issue Feb 9, 2016 · 2 comments
Closed

How to compile RserveCLI2 with SharpDevelop 4/5 #46

kmlxk opened this issue Feb 9, 2016 · 2 comments
Labels

Comments

@kmlxk
Copy link

kmlxk commented Feb 9, 2016

I tried to compile RserveCLI2 using SharpDevelop 5.1 RC / 4.3 , but it seemed that NET Framework compiler didn't understand the following line :


        internal static void NotifyUnhandledException(this Task task) =>
            OnUnhandledException(new UnhandledTaskExceptionEventArgs(task));

@SurajGupta
Copy link
Collaborator

sorry, I don't have experience with SharpDevelop. And I'm no longer maintaining this repo. Maybe someone else can help?

@atifaziz
Copy link
Collaborator

atifaziz commented Feb 9, 2016

@kmlxk That line is in C# 6 syntax (specifically expression bodied function member). I don't have experience with SharpDevelop either but I would check which version supports C# 6 or how to configure it to do so.

@atifaziz atifaziz closed this as completed Feb 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants