C# Plugin
-
I want to write a C# plugin, but the template I found was quite outdated and didn’t load. It wants me to download a target for .Net 2. Just so there is not confusion, it wants the .Net Framework 2.0, which is over a decade old, as opposed to .NET Core 2.0, which is relatively current, though .Net Core 3.0 released recently.
Is there an updated project template for C# for maybe .NET Framework 4.x (preferably 4.8 the current latest or even better .NET standard 2.1)?
-
-
@Jared-A-Barneck - what’s your plugin idea? Is it for C# or just going to be written in C# and provide some other capability?
-
It isn’t for C#, but just going to be written in C#. I am a C# developer, though I can code in php, java, python, are various other languages, I would love to code in the language I use daily.
I have a few ideas for plugins, such as section finder in np++. https://github.com/rhyous/SectionFinder, which is already written in C#.