Skip to content

Conversation

@ViToni
Copy link

@ViToni ViToni commented Jan 30, 2015

Renamed files to match class names and case sensisitive file system on Linux:

  • SimpleDLNA/StartupUtilities.cs
  • server/Http/HttpServer.cs
  • server/Types/Subtitle.cs
  • util/FFmpeg.cs

Changed files to match case sensitive paths / names:

  • SimpleDLNA/FormMain.cs
  • server/Http/HttpClient.cs
  • server/Properties/Resources.resx
  • util/util.csproj

@nmaier
Copy link
Owner

nmaier commented Feb 2, 2015

I'm not to keen on the pull request also containing a SQLite nuget update, in particular one that breaks the setup project.

@goblin
Copy link

goblin commented Mar 23, 2016

Thanks @ViToni, this helped me compile on Linux as well. I also had to rename some filenames due to case sensitivity:

 rename server/Http/{HTTPServer.cs => HttpServer.cs} (100%)
 rename server/Types/{SubTitle.cs => Subtitle.cs} (100%)
 rename util/{Ffmpeg.cs => FFmpeg.cs} (100%)

@piedar piedar mentioned this pull request Dec 18, 2016
ViToni added 2 commits April 1, 2024 21:32
Renamed files to match class names and case sensisitive file system on Linux:

* SimpleDLNA/StartupUtilities.cs
* server/Http/HttpServer.cs
* server/Types/Subtitle.cs
* util/FFmpeg.cs

Changed files to match case sensitive paths / names:

* SimpleDLNA/FormMain.cs
* server/Http/HttpClient.cs
* server/Properties/Resources.resx
* util/util.csproj
@ViToni
Copy link
Author

ViToni commented Apr 1, 2024

I'm not to keen on the pull request also containing a SQLite nuget update, in particular one that breaks the setup project.

Reduced the PR to the minimal changes to make it compile without warnings on Linux.
All dependency updates have been removed.

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.

3 participants