PowerApps-Tooling icon indicating copy to clipboard operation
PowerApps-Tooling copied to clipboard

Adding SaveAs functionality to MSAppArchive

Open cwduncan opened this issue 1 year ago • 0 comments

If this is related to an issue open in GitHub, please link it to this ticket and put the URL here.

Problem

Current Save routine only enables saving to the same file/stream the app was opened from/created with

Solution

Adding SaveAs function to msapparchive

Changes

  • Added SaveAs function to MSAppArchive
  • Resolved a bug resulting from calling Save without editing the file first
  • Added unit test for SaveAs

Validation

  • Unit Testing and CI

cwduncan avatar Apr 12 '24 22:04 cwduncan