Skip to content

v2025.04.15.1543

Choose a tag to compare

@freedbygrace freedbygrace released this 15 Apr 20:51

Changes

  • Fixed threading issues in PowerShell cmdlets
  • Changed cmdlets to use ProcessRecordInternal instead of ProcessRecord
  • Used ExecuteAsyncTask instead of Task.Run or direct GetAwaiter().GetResult() calls
  • Ensured all Write* methods are called from the main thread
  • Added proper exception handling with ProcessingException
  • Added null checks after async operations
  • Made sure all Write* calls are properly guarded by null checks