Hey guys,
I'm a bit of a programmer, but largely C++, Python, and some others. I haven't touched C# before, but I thought I would take a look at adding Skills to the editor. However I've been unable to get the source to compile. I'm using VS 2015 (and am very familiar with it for C++), and I downloaded and installed .NET Framework 4.6.2.
The SortGenerationList project builds without any issues. But D-OS Save Editor is blowing up. It thinks many of the .cs files are code of some other kind, and complains about just about every line there. Here's a screenshot of it all going wrong:
https://imgur.com/a/N3kiE9zThis is my first foray into C#, but I'm hoping this is a simple issue I can resolve to get it compiling, while I learn more.