Is your feature request related to a problem? Please describe.
After #241 goes in, it would probably make sense to ship our own MsBuild Task implementation so we can output correct message levels to MsBuild itself.
Describe the solution you'd like
Some mapping layer from our ILogger to MsBuild's Events: https://learn.microsoft.com/en-us/visualstudio/msbuild/task-writing?view=vs-2022#raise-events-from-a-task
Describe alternatives you've considered
Not doing it.
Additional context
Is your feature request related to a problem? Please describe.
After #241 goes in, it would probably make sense to ship our own MsBuild Task implementation so we can output correct message levels to MsBuild itself.
Describe the solution you'd like
Some mapping layer from our
ILoggerto MsBuild's Events: https://learn.microsoft.com/en-us/visualstudio/msbuild/task-writing?view=vs-2022#raise-events-from-a-taskDescribe alternatives you've considered
Not doing it.
Additional context