C#の.csファイルをMacのVisualStudioCodeで動かしたいのですが、うまくいきません。
やってみたこと
1 brew install mono
2 mcs *****.cs
3 mono *****.exe
上記流れかと思っておりますが、正しいでしょうか?
また、2を実行すると以下エラーが出ます。
a NUnit' could not be found.
b OpenQA' could not be found
c IWebDriver' could not be found.
d SeleniumExtras' could not be found.
直接のパッケージインストール、また以下も試してみたのですが、エラーが消えない状況です。
nuget install NUnit.ConsoleRunner
dotnet add package Selenium.WebDriver
元々Windowsをメインに使用していた為、様々な記事を読んでみたのですが、解決に至らず、有識者の方に伺いたくお願いいたします。
回答1件
あなたの回答
tips
プレビュー