Brightspace / rules_csharp

Bazel rules for C#
Apache License 2.0
8 stars 5 forks source link

[Outline] Framework BUILD-File generator concept #121

Closed jrbeverly closed 4 years ago

jrbeverly commented 4 years ago

Early work for getting the framework build-file generator into the rules_csharp project. However, from the looks of it the generator is no longer mapping directly to this. This may be due to manual modifications or there may a branch with some unmerged diffs. I'm not particularly concerned with that, as I wanted to rough out the bazel run //tools/framework:generator workflow.

I have made some small modifications to the Label and other syntax generators to attempt to fit the expected data. These changes would not persist in the actual implement.

This PR is only for prototyping out ideas for generating the netN.BUILD files using rules_csharp, and under no circumstances should be merged. The actual work for getting this in rules_csharp will take the following:

Relates to #20