Mille Boström
Mille Boström
Hey! I just uploaded them for my videos so I don't actually have any license. So you can use it however you want :-).
It doesn't crash but later on if you do a commit/emit from a project in the created adhocworkspace it will complain about references. But yeah it depends a lot on...
I did some more research on the no document thing and it seems to be because we don't get any `MessageRaised `events in `EventProcessor` when we remove clean. Because of...
Yeah I guess the API could use some streamlining here. I like your suggestions - it's a bit harder to grab by just looking at the methods but it's more...
I see, maybe we should split it up to a separate Compiler class than? We could add an additional constructor that require the stream you need but it feels like...
Hey! Glad you like the framework and that you find the useful. > Any plans to add 'Record Types'? I'm a bit behind so I haven't checked on a lot...
> Thanks for getting back to me so quickly, I have looked at your code for a long time, and compared it to many other 'code generators' out there. your...
Great to hear that and I'm excited to see what you come up with.
Sounds like a good idea. We have `CompileSourceInMemoryAsync` in `Compiler.cs` but it will only return success or failure (with errors). Maybe you can create a new method or improve on...
Hello, This is a missing case and I have added a new argument for this (`AssignArgument`). Example: To generate this: `[Test(with=1,value=true)]` You just write: `AttributeGenerator.Create(new Attribute("Test", new List { new...