You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor the logger used in the MSBuild Task such that it implements an ILogger type so that the dependencies can take a dependency on ILogger instead of TaskLoggingHelper.
Based off feedback in #6760
ConfigureServicesis necessary: Documentation for using MSBuildTaskBase class #6760 (comment) If so, implement them.ExecuteTaskis necessary: Documentation for using MSBuildTaskBase class #6760 (comment) If so, implement it.ILoggertype so that the dependencies can take a dependency onILoggerinstead ofTaskLoggingHelper.