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
The linker should output some diagnostic information so that consumers of the linker with custom extensions don't need to do it themselves, such as:
the final configured pipeline, with steps and sub steps
timing information (total time? time per step?)
If the diagnostics are printed to stdout using LogMessage, they will get Low importance when the linker runs in MSBuild, and the messages will show up (if using the default logger) when using -verbosity:detailed or higher.
The linker should output some diagnostic information so that consumers of the linker with custom extensions don't need to do it themselves, such as:
If the diagnostics are printed to stdout using
LogMessage
, they will getLow
importance when the linker runs in MSBuild, and the messages will show up (if using the default logger) when using -verbosity:detailed or higher.See xamarin/xamarin-macios#11374 (comment)
The text was updated successfully, but these errors were encountered: