.net core 跑在linux或者macos下。 mutex无法使用

2019-06-03 12:43发布

问题:

我用.net core 2.2 里面一句代码是var mutexSecurity = new MutexSecurity();
跑在windows没问题,跑在mac下的时候出了异常

看了许多文章。似乎System.Threading 下的这些mutex,信号量只能跑在 windows下
https://github.com/dotnet/coreclr/issues/1237
https://github.com/dotnet/docs/issues/3825
https://github.com/oleg-shilo/cs-script/issues/10
https://github.com/dotnet/coreclr/issues/3422

大佬们sos,请求帮助支援 @dudu

回答1:

mac 上不支持 MutexSecurity ,建议使用其他 Mutex