Maxwell Keonwoo Kang

Results 27 comments of Maxwell Keonwoo Kang

So I went with `fcfg_mt.ruleinputs` as fallback, which just returns `fcfg.relpath`. On supported platform (MSBuild only for now) this should expand to proper list of inputs (depends on build system)....

> What do you mean by "can be batched and built incrementally"? I'll give brief example. When you have custom rule, ```lua rule 'MyCustomRule' fileextensions { '.txt' } buildcommands {...

> OK, so your code is a shorthand for: Yes pretty much. > %{file.ruleinputs} seems a wrong naming: it is the name of several %{file}. rule.inputs is better IMO (but...

+1 for this, I need this feature for my roslyn source generator. I don't want the generated `internal` classes cause conflict if user uses `[InternalsVisibleTo]`, when multiple assemblies use same...

@VelvetThePanda Thanks for the input, I wasn't aware of `file` keyword in C# 11. However it cannot be used for my case as my SG will generate extension class that...

Thank you for detailed bug report and support! Your issue seems like the case that source generation is not happening. All the stub methods throws `NotImplementedException` and should be replaced...

Huh, that's odd. The compile error should not happen even if generation failed, as stub method is still there. Is it error from Unity console, or the IDE? Can you...

Thank you for your proposal. This is interesting idea- I have two concerns about it. 1. If we put this argument in `Gen`, it may should effect all the subsequent...

Nested vertical list is not supported due to ambiguity of the structure. If the header looks like |Id|Values| |--|-------| |Row1|1| ||2| ||3| If the `Values` is `VerticalList Values`, it's not...

Agenda: To support this in better way, `BakingSheet` could take breaking change and make `this[TKey]` to throw exception when key does not exist. User can still use `Find` to get...