Rainer Sigwald
Rainer Sigwald
Looks ok to me but should we test it in the VMR too since it broke there?
Create a draft PR with this same content in `dotnet/dotnet`'s `src/msbuild` directory.
> Is there a way for build targets that generate other artifacts (in my case, a markdown file with the compiled assembly's public API) to have a similar result, including...
This is a consequence of the `ITask` interface. Tasks can return success or failure by the bool return value of `Execute()`, and **independently** they can log errors. Unfortunately, that means...
@john-larson "yes" in the sense "we still think this is a good idea worth doing sometime hopefully soon", but "no" in the "we have a planned time to work on...
@Denis535 the best option at the moment to run code during a .NET Framework/Visual Studio-driven build is to use an executable; then you can use anything that will run on...
> OR vice-versa, i.e. running full framework tasks from Core MSBuild via Runtime="CLR2/CLR4" @Nirmal4G that's #711
@teo-tsirpanis Unfortunately, I think most of the work for this is * building consensus on direction with VS partners * deciding on some VS-specific implementation details * making VSIX authoring...
@Forgind do you think this is related to https://github.com/dotnet/msbuild/issues/7902?
Can I get a repro or a log? I wonder if there's a mix of NoWarn/MSBuildWarningsAsMessages involved, that's caused friction before.