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
Related to this is that the version of log4net seems to be explicitly set in Roundhouse.Tasks. I have 1.2.11 in my project due to another dependency, but it appears Roundhouse.Tasks required 1.2.10 because a specific version is set in the project file.
How soon until this might be updated? I can't build my site with Roundhouse in it at this time.
I think migrating to using Microsoft.Extensions.Logging.ILogger would be the preferred way to go now. Combined with proper structured logging (e.g using Serilog).
RH should use log4net if it is there, but not depend on it. This applies only to the DLL versions of roundhouse (msbuild and lib)
The text was updated successfully, but these errors were encountered: