Dave Thomas

Results 149 comments of Dave Thomas

All plugins in a dll will get called, fields/dus/lend all share the same dll

>But I have multiple generators in my plugin dll, so then how can it know which to use? Thats a good question when theres no input file, the addition of...

What I wanted to make sure of was that complexity didn't explode, once you add two ways of doing things the logic starts to twist, we would have 3 ways...

```xml ../AdventureWorks/bin/Debug/AdventureWorks.dacpac ssdt test other ``` Theres also using the toml file to add all these extra pieces of info: myGeneratorSection ```

I think maybe extending the interface so that IsValid is passed some properties and then the plugin author can decide whether its applied of not `IsValid(inputFile: string option, extension: string...

It could also be possible to specify a glob as part of an filename to tell the generator what to do like `[id].fs` which would give it a one to...

`` has more clear intent than (which isn't immediately obvious whether it is for input or output). This is less an issue in my scenario since the input is a...

I think making the input optional and adding explicit Generators after this: https://github.com/MoiraeSoftware/myriad/blob/master/src/Myriad.Sdk/build/Myriad.Sdk.targets#L8 Is probably the way to proceed.

At some point I'll draft a spec, or someone else could if they feel inclined, and start a PR. Im not sure when I'll have time just yet.

@JordanMarr Im not entirely sure what the conclusion of all this was?