Commit Graph

13 Commits

Author SHA1 Message Date
Caelan Sayler
1177ec864e Add new IProcessImpl abstraction to C# library 2025-05-09 22:51:07 +01:00
Kevin Bost
11d8dee9f1 Working MSI updates 2025-04-05 22:11:26 -07:00
Kevin Bost
2ed94b2d06 Adding msi to Avalonia sample output
Adding temp directory for when packages directory cannot be created.
2025-04-05 22:11:26 -07:00
Kevin Bost
81261d4e94 Suppressing all exception types 2025-04-05 22:11:26 -07:00
Kevin Bost
4ffa60144a Handling IOException when the app is not in a writable directory 2025-04-05 22:11:26 -07:00
Caelan Sayler
4f10c94565 C# library writes to file + custom location at same time 2025-03-13 00:01:35 +00:00
Caelan Sayler
60890b7bba Remove Msft.Logging from C# lib 2025-03-13 00:01:35 +00:00
Kevin Bost
1014067401 Cleaning up logging message 2025-03-03 08:15:37 +00:00
Kevin Bost
e51a3505b6 Implementing Flow tiered rollout in C#
This add support for setting the tiered rollout percentage in vpk
2025-03-03 08:15:37 +00:00
Caelan Sayler
7381195d38 Don't use virtual member in constructor 2025-02-02 21:16:29 +00:00
Caelan Sayler
e38b01eef2 Make ProcessInfo mockable, to help unusual setups and Unity 2025-02-02 21:16:29 +00:00
Caelan
8347f29309 Refactor util into separate classes 2024-09-23 12:19:38 -06:00
Caelan
3128d34b14 Rework solution structure to allow more types of library projects (#196)
* Rename avalonia & wpf samples

* Rename rest of samples

* fix sample readme

* Fix compat util tests

* rename / move all src projects

* remove package lock files and move libC# again

* Add rust lib and cargo workspace

* Replace locksmith lib with new filelocksmith-rs library

* Deprecated type

* fix setup compile

* Use thiserror for error handling

* Rename some enums and formatting

* Add missing SHA256

* wip c++ library

* cpp wip

* alphabetize readme

* Try to get build working again

* Fix some conditionally compiled bits

* cross config should be in workspace root

* Fix PathHelper for new rust target dir

* Missed one old path to velopack.csproj

* remove obsolete coverage code

* testawareapp.exe no longer exists
2024-08-06 22:56:40 +01:00