-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Error building dotnet project in Windows #9915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have read this article written by @jimevans about how to build the .net project and it still fails, but if I check out a commit close to when that article was written, I can build it with only a couple of changes in the file .bazelrc probably due to a newer version of bazel. Looks like something has changed since then that breaks the build. |
For what I can see, these two options are the one breaking the build for the dotnet project:
I can open a PR to remove them, but that may break something else. |
If you try building using The ones we do use, are much better in that regard, but they’re also wildly incomplete, mostly in the execution of stuff using The custom rules’ author (me) doesn’t know what he’s doing when constructing Bazel rules, and no one with any real expertise in writing Bazel rules seems to have any interest in donating effort to make them actually work. Those same people with the proper Bazel skill set also usually have no understanding of the peculiarities of .NET projects, or the know how to make them to work seamlessly on Windows. |
@sarvaje I'm going to go ahead and close this issue. To build the test suite using Bazel, execute the target using |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
🐛 Bug Report
Building the dotnet project in Windows returns an error.
To Reproduce
Detailed steps to reproduce the behavior:
I have tried to build it using two different ways:
Webdriver
project, but when I try to build the projectWebdriver.Common.Tests
then I get some issues similar to the this one:bazel build dotnet/...
Any idea what can be the issue?
Expected behavior
The project is built.
Test script or set of commands reproducing this issue
Environment
OS: Windows 10
Browser: ---
Browser version: ---
Browser Driver version: ---
Language Bindings version: ---
Selenium Grid version (if applicable): ---
The text was updated successfully, but these errors were encountered: