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

Generate csproj/fsproj files from bazel targets #239

Closed
purkhusid opened this issue Mar 29, 2021 · 3 comments
Closed

Generate csproj/fsproj files from bazel targets #239

purkhusid opened this issue Mar 29, 2021 · 3 comments

Comments

@purkhusid
Copy link
Collaborator

This is feature request which I might tackle myself later if nobody else does it.
I would like to be able to generate .fsproj/csproj files from the C#/F#` targets that are declared in my workspace.

This would make it easier to keep the IDE support working without having to manually maintain the .fsproj/.csproj files.

@njlr
Copy link
Contributor

njlr commented Jul 5, 2022

I made a start on this here: https://github.com/njlr/bazel2proj

There is still lots to do, but it works for the examples in the repo.

Long term I think it would be best to bring the tool into here?

@purkhusid
Copy link
Collaborator Author

Nice! It's definitely on the roadmap to ass BUILD/csproj/fsproj generation. I'll take a look at this once I'm off vacation.

@purkhusid
Copy link
Collaborator Author

Duplicate of #258

@purkhusid purkhusid marked this as a duplicate of #258 Aug 5, 2022
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

2 participants