Skip to content

FabricHealer 1.2.15

Latest
Compare
Choose a tag to compare
@sidhant012 sidhant012 released this 31 Oct 19:11

FabricHealer 1.2.15 SFPkgs with Microsoft-signed binaries. Microsoft-signed Nupkgs will be located in the nuget.org gallery.

FabricHealer Changes

  • FH now loads all plugins only once at startup and caches them to reduce memory usage.
  • Breaking Change: Attributes - CustomServiceInitializer and RepairPredicateType have been deprecated and are now unified to a single attribute - Plugin. All predicate types must implement a new interface IPredicateType. RegisterToPredicateTypesCollection API of IRepairPredicateType interface has been deprecated. Customers must start using LoadPredicateTypes method. Please refer to the updated documentation for plugins for more details.
  • Bug Fix - serializedRepairData is now being passed to all entity repair types for custom predicate support