Commit Graph
15 Commits
Author SHA1 Message Date
Caelan Sayler bd44bc302c Fix tests and add size validation to rust 2025-05-23 18:42:24 +01:00
Caelan Sayler a43be3ed09 Fix build/test warnings 2025-05-23 18:42:24 +01:00
Caelan Sayler 96a191ed1b Add delta to rust updatemanager 2025-05-23 18:42:24 +01:00
Caelan Sayler 6b08ff0a21 Refactor code and add tests 2025-05-23 18:42:24 +01:00
Caelan Sayler 53bf55cace Refactor namespaces 2025-05-23 18:42:24 +01:00
Caelan Sayler 60890b7bba Remove Msft.Logging from C# lib 2025-03-13 00:01:35 +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 379e533c78 Add more specific exception types for lockfile and notinstalled 2025-01-11 08:03:18 +00:00
Caelan Sayler e924fb4d69 Remove bindetect and chmod 755 all files we extract on macos 2024-11-07 20:56:28 +00:00
Caelan Sayler c8ced4c0fb Oops, this is now an async method 2024-11-07 20:20:43 +00:00
Caelan Sayler 2946b4ea2c Write my own lockfile implementation 2024-11-07 20:20:43 +00:00
Caelan Sayler d8943faf37 Align C# locking with rust 2024-11-07 20:20:43 +00:00
Caelan 8347f29309 Refactor util into separate classes 2024-09-23 12:19:38 -06:00
Caelan 139013c35f Return asset from pending restart check 2024-09-20 22:58:58 -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