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

Make Scintilla.NET compatible with C# 7.3 #139

Closed
wants to merge 1 commit into from

Conversation

ahmetsait
Copy link
Collaborator

I'm not really sure if this is worth merging. We can just set <LangVersion>12.0</LangVersion> and tell people to use an up-to-date .NET SDK to build instead. What do you think @desjarlais?

@desjarlais
Copy link
Owner

desjarlais commented Aug 29, 2024

@ahmetsait What about the change makes you think it is not worth it?

@ahmetsait
Copy link
Collaborator Author

What about the change makes you think it is not worth it?

The sheer amount of pain for not being able to use any of the newer C# features just so few users can have the slight convenience of being able to build the project with an older .NET SDK version.

I also realized Scintilla.NET was using C# 10 before I changed it to latest. In fact, we used to have a .NET 8.0 target which compiles C# 12 by default anyway!

Okay so even though I did the work, I'm closing this because I convinced myself isn't a good direction for the project overall.

@ahmetsait ahmetsait closed this Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants