Amadeusz Sadowski
Amadeusz Sadowski
@bigdnf Thanks for the link. I was aware of Cezary's blog but didn't read that post before. For brevity, I'll comment on listed changes: > Use Microsoft.CodeAnalysis.MSBuild to load the...
@bigdnf re: documentation, have you seen wiki? I've "recently" put considerable effort there. Also new Readme should be more helpful.
> last time I heard anything about pure Roslyn CGs Well, the current proposal linked by @AArnott just above your post has a bit more details; it doesn't have much...
@bigdnf Hi. Parallelism introduces a lot of issues we'd need to resolve. First we'd need to get some hard numbers. How long does it take for generators to run, in...
@ax0l0tl I guess you might be new to working with GitHub. You'll need to fork this repo, push to a branch on a fork, and then make a PR here....
I wrote an action that provides a hydrated context like `actions/github-script` does for JavaScript: https://github.com/Amadevus/pwsh-script It also **includes a module** based on earlier versions of https://github.com/ebekker/pwsh-github-action-tools Maybe this helps someone...
How is https://github.com/Microsoft/msbuild/issues/4025 blocking? 'Tis just a performance issue and not a very big one, considering that there is only one sfproj in solution (in most cases I've seen at...
If we were to do that, the comparer should definitely be used in any place the property is used.
Hmm. Interesting that they know which files are generated. O.o Also, good to know that the NRT propagates even though it's expected to support C#7.3 at most. As per the...
Hi, yes you're correct - default values aren't copied over to the Builder. Since the record's constructor actually requires passing all of the properties into it, it wouldn't ever be...