Rainer Sigwald
Rainer Sigwald
I can't think of a reason why it would ever be very useful. However, since it's an ancient public field I'm a bit worried about impact to third-party folks who...
Opened dotnet/roslyn#78956.
"send the information about the task to the host process and do the older process there" is more what I was expecting--can you elaborate a bit more on the cons...
> I suspect because of the reforking due to dependabot issues (_that is still not yet resolved_). What dependabot issues are you referring to here?
No, we're not doing this on purpose. It works on .NET 9: ```sh-session ❯ ls *proj Directory: S:\ Mode LastWriteTime Length Name ---- ------------- ------ ---- -a--- 8/20/2024 11:08 AM...
Team triage: I'd like to dig in on some of the changes required here. This may turn into an SDK feature to make it easier to get strongly typed resources.
@tillig I updated the OP with @Arthri's changes.
`LastGenOutput` is not used by the build itself, and I believe it can be dropped now, but there may be some Visual Studio scenario where it is relevant--nothing stood out...
@mhutch, MSBuild itself does not use the Arcade reimplementation (in fact we do not use strongly typed resources at all). I believe the Arcade reimplementation of the MSBuild feature was...
Ah you're right, we had to do that to consume a source package that requires the Arcade approach. That's a bug in the package IMO.