mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-01 08:23:42 -04:00
Export, plugin archive install, and herald cache race condition fixes (#82)
* WIP: Grid export and plugin extraction * Tweak export process * Check for recursion of the same assembly load. * Individual screens aren't always primary? * Wait for cache to be writable * Export selection only. * Update built xml docs * Ignore invalid archives. * Need to ensure task is started.
This commit is contained in:
@ -873,6 +873,13 @@
|
||||
Version string of Observatory Core.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Observatory.Framework.Interfaces.IObservatoryCore.GetPluginErrorLogger(Observatory.Framework.Interfaces.IObservatoryPlugin)">
|
||||
<summary>
|
||||
Returns a delegate for logging an error for the calling plugin. A plugin can wrap this method
|
||||
or pass it along to its collaborators.
|
||||
</summary>
|
||||
<param name="plugin">The calling plugin</param>
|
||||
</member>
|
||||
<member name="M:Observatory.Framework.Interfaces.IObservatoryCore.ExecuteOnUIThread(System.Action)">
|
||||
<summary>
|
||||
Perform an action on the current Avalonia UI thread.
|
||||
|
Reference in New Issue
Block a user