Description
When you call the following code, it is correct on Windows and Linux, but MacOS you get the linux path
var path = System.Environment.GetFolderPath (Environment.SpecialFolder.ApplicationData)
paths actual value = ~/.config
It should be ~/Library/Application Support
Configuration
MacOS