unoplatform / Uno.Wasm.Bootstrap

A simple nuget package to run C# code in a WASM-compatible browser
Other
371 stars 57 forks source link

[Perf] packager should not use powershell to copy files #760

Closed jeromelaban closed 1 year ago

jeromelaban commented 1 year ago

The packager uses powershell commands to copy files; it's likely not required and we can likely remove the ifdiff from the copy part.

https://github.com/unoplatform/Uno.Wasm.Bootstrap/blob/70179edd6a40bddc1f9e3810af96d78a8d4aef44/src/Uno.Wasm.Packager/packager.cs#L1498