Drutol / MALClient

Not so small client app for Myanimelist.net - Windows 10 UWP & Android
GNU General Public License v3.0
352 stars 32 forks source link

MALClient.sln: fix project name case #225

Closed scribam closed 5 years ago

scribam commented 5 years ago

Otherwise, it fails to load on Linux which is case-sensitive.

An other solution (to have consistency with the other names) could be to rename the folder and the project file but I think it is not ideal for the git history. I leave the decision up to you.

Drutol commented 5 years ago

Hmm, why do you even need this project on Linux?

scribam commented 5 years ago

I would like to build the Android version on Linux, using the .NET IDE Rider. I don't have a Windows system to do it.

Drutol commented 5 years ago

It's an UWP project so just unload it?

scribam commented 5 years ago

I still have the error message in Rider despite having the project unloaded:

Project 'MALClient.UrlInterceptor' load failed: Project file '/home/scribam/RiderProjects/MALClient/MALClient.UrlInterceptor/MALClient.UrlInterceptor.csproj' not found.
Drutol commented 5 years ago

I have no clue why it doesn't want to work tbh and prevents whole solution load at that. Do they even have Xamarin builds on linux, last time I checked they were failing to build?

I'll just rename the folders, no point for such workarounds.

scribam commented 5 years ago

Issue solved, thanks :slightly_smiling_face: