mono / gir-sharp

C# binding generator for GIR format
MIT License
12 stars 10 forks source link

Generate usings based on generation options #41

Open Therzok opened 6 years ago

Therzok commented 6 years ago

Currently, we generate no usings at all.

We should look at all the repos and add using for all the namespaces.

Therzok commented 6 years ago

See https://github.com/mono/gir-sharp/blob/69814a791775eb70c76469364813f783c6ccab7d/src/Gir/Generation/IndentWriter.cs#L29