scemino / MO5-Emulator

Emulateur de Thomson MO5
GNU General Public License v2.0
6 stars 2 forks source link

Solution on GitHub does not load in Visual Studio for Mac. #2

Closed nekoniaow closed 6 years ago

nekoniaow commented 6 years ago

Hello/Salut,

there seems to be issues loading the solutions in the repository.

What are you seeing ?

The solution file scemino/MO5-Emulator/MO5Emulator.sln does not load properly as a solution, it opens as a text file. Similarly, the solution file scemino/MO5-Emulator/MO5Emulator/MO5Emulator.sln fails to load an App1.csproj project.

What is expected?

The solution projects in the repository should be able to load fine.

Steps to Reproduce

From a clean empty folder. Clone the Git repository on Mac. Open Visual Studio for Mac. Try to open scemino/MO5-Emulator/MO5Emulator.sln, notice that it loads as a text file, not a solution. Try to open scemino/MO5-Emulator/MO5Emulator/MO5Emulator.sln, note that it fails to load App1.csproj.

Thank you in advance. Cheers, Laurent

scemino commented 6 years ago

You're totally right, @nekoniaow !! This is now fixed. Thank you.

scemino commented 6 years ago

Can you confirm that the issue is fixed now @nekoniaow ?

nekoniaow commented 6 years ago

Hi, sorry for the horribly long delay. I unfortunately have not been able to test but I will do my best to give it a try this week end.

nekoniaow commented 6 years ago

I confirm that this was fixed, thanks! The project builds correctly (on OS X with Visual Studio Mac). However there is now an issue at runtime, I will create a new issue entry.