Ask HN: Developing .NET on Windows but deploying to Linux – common issues?

ghostlyInc · 2 hours ago · view on HN · security
0 net
Tags
I develop a Blazor Server app on Windows but deploy it to Linux servers (mostly for cost reasons).

Quite often everything works locally but fails on Linux. In many cases it turns out to be things like case-sensitive paths or filesystem differences.

I'm curious how others handle this workflow.

Do you also develop on Windows and deploy to Linux? What kinds of issues did you encounter?