请问HN:在Windows上开发.NET,但部署到Linux时常见的问题有哪些?
我在Windows上开发Blazor Server应用程序,但将其部署到Linux服务器(主要是出于成本考虑)。<p>很多时候,应用程序在本地运行正常,但在Linux上却失败。在许多情况下,问题出在大小写敏感的路径或文件系统差异上。<p>我很好奇其他人是如何处理这种工作流程的。<p>你们也在Windows上开发并部署到Linux吗?遇到了哪些问题?
查看原文
I develop a Blazor Server app on Windows but deploy it to Linux servers (mostly for cost reasons).<p>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.<p>I'm curious how others handle this workflow.<p>Do you also develop on Windows and deploy to Linux? What kinds of issues did you encounter?