Skip to content

PPDS.Migration v1.0.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@joshsmithxrm joshsmithxrm released this 05 Jan 00:02
· 963 commits to main since this release
Immutable release. Only release title and notes can be modified.
8ba4bce

Changed

  • PluginStepManager and UserMappingGenerator refactored to use early-bound entities - Replaced magic string attribute access with strongly-typed PPDS.Dataverse.Generated classes (SdkMessageProcessingStep, SdkMessageFilter, SystemUser). Provides compile-time type safety and IntelliSense for entity operations. (#56)
  • Progress reporters output to stderr - ConsoleProgressReporter and JsonProgressReporter now write to Console.Error instead of Console.Out, enabling clean piping of JSON output (#76)