How do I use the Cake.AliaSQL dll? #4296
|
Can someone help me answer the following question? https://stackoverflow.com/questions/78104117/running-aliasql-on-mac |
Answered by
nils-a
Mar 5, 2024
Replies: 1 comment
|
I answered on your SO question. If you are trying to use AliaSQL on a mac, Cake.AliaSQL can not help you, as it requires a running version of The only options you have IMO is to either use mono to run AliaSQL.exe on mac (not sure if that works, though) or port AliaSQL to a modern version of .NET. |
0 replies
Answer selected by
juleedev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I answered on your SO question.
If you are trying to use AliaSQL on a mac, Cake.AliaSQL can not help you, as it requires a running version of
AliaSQL.exe.The only options you have IMO is to either use mono to run AliaSQL.exe on mac (not sure if that works, though) or port AliaSQL to a modern version of .NET.