- Made the assembly compilation logs output in production builds.
- Removed double logging in debug builds.
This commit is contained in:
@@ -442,13 +442,7 @@ public class PluginManagementService : IAssemblyManagementService
|
||||
{
|
||||
var res = assemblyLoader.LoadAssemblyFromFile(binResource.FullPath, dependencyPaths);
|
||||
result.WithReasons(res.Reasons);
|
||||
#if DEBUG
|
||||
_logger.LogResults(res.ToResult());
|
||||
#endif
|
||||
if (res.IsFailed)
|
||||
{
|
||||
_logger.LogResults(res.ToResult());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user