标签: c# .net-core
如何在网络核心中编写操作系统特定的代码?像golangs <pkgname>_<osname>.go文件一样。
<pkgname>_<osname>.go
我尝试使用RuntimeInformation.IsOSPlatform和if/else块解决此问题,但我不喜欢它。
RuntimeInformation.IsOSPlatform
if/else