Salvador A. Melo

Results 7 comments of Salvador A. Melo

Having to manually add generated files to the project through the IDE would be a pain, especially for my main use case of having a single script generate all my...

I do, tho it didn't apply to that particular project (.NET Standard). Don't know if that would impact the odds of it being related or not.

From what I can tell that loads `Microsoft.CodeAnalysis.Workspaces` automatically, but not, for example, `Microsoft.CodeAnalysis.CSharp`. The suggestion was to have Scripty automatically point your script to the same version of that...

Essentially, yeah. I guess if it didn't find anything I'd expect a result similar to if it didn't find any other `#r` directive? I'm not sure what you mean by...

None that I can think of, unless there's an overhead issue from referencing assemblies that aren't used. I doubt it would be a problem for scripts that are run at...

I meant a forum channel. Server would be neat too, but my current use case is a server running different games in different forum channels.

> Add toggle for adding word splitting. (this would likely be very English specific...) I wonder if there's an existing library out there for that kind of text transformation, maybe...