Skip to content
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

Use csproj file to configure the basel rule #152

Closed
lehmamic opened this issue Dec 27, 2019 · 2 comments
Closed

Use csproj file to configure the basel rule #152

lehmamic opened this issue Dec 27, 2019 · 2 comments

Comments

@lehmamic
Copy link

In the dot net world, the csproj files are required by most of the IDEs and Tools, e.g. Visual Studio or the DotNet CLI.

If I'm using those tools for development, I never can be sure that the Bazel Rule will generate the same as in my dev IDE, which makes it useless for me in Enterprise Projects.

I suggest you'll find a way to use the csproj to configure the rule or even better, make the rule really using the underlying toolset so we have to deference between Bazel builds and csproj builds.

@zaphar
Copy link
Collaborator

zaphar commented Jan 11, 2020

This use case would probably be better handled by issue #12 instead. Generating a csproj from the bazel rule would be a better direction than the other way around.

@purkhusid
Copy link
Collaborator

Duplicate of #258. Closing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants