Dave Thomas
Dave Thomas
I added an enum style prefix to the known colour Id's for the outline colour. The reason this came up was I couldn't tell if I had forgot to add...
Yeah the version of FCS and Fantomas needs to be incremented to one that has the new AST components. Any updating the calls inot Fantomas that they changed.
Im guessing its just a case of adding a few range0 where they are expected to be present.
Yeah when the AST is updated there's typically something added in so it's just a matter of adding in fake locations for the code start/end elements.
Its this bit: https://github.com/MoiraeSoftware/myriad/blob/3c9818faabf9d508c10c28d5ecd26e66fafb48a1/src/Myriad.Sdk/build/Myriad.Sdk.targets#L140-L142 And the section below thats creates the hash. Its supposed to combine the config file, executable (myriad), codegen identity elements, as well as the extra bits...
Well as things get bigger I would have a generator that catalogued the bits its interested in, then generate all at once. The fileds plugin is supposed to be a...
What do you mean by logical identity? Could do a version match, or FQN
`GetAssemblyIdentity` might be able to do this. Then hash the result of that instead.
I've not used Myriad in a watch situation so I cant comment on that part. The complexity of the file writing is made a bit worse by the fact its...
While debugging ChowTapeModel, it did seem to take a while to save and load presets but thats not necessarily any issue, could just be debug slowing things down a lot....