Commit Graph

15 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
bbba014602
feat: add System.Text.Json source generation for AOT/trim compatibility
- Add PodmanJsonContext (JsonSerializerContext) covering all ~70 DTOs and
  request models used by the library with PropertyNameCaseInsensitive=true
- Replace MaksIT.Core ToJson()/ToObject<T>() with explicit JsonTypeInfo<T>
  parameters threaded through all internal HTTP helper methods
- Update all call sites in PodmanClient partial classes
- Update PodmanProgressSession<T> constructor to accept JsonTypeInfo<T>
- Remove MaksIT.Core package reference (no longer needed)
- Enable IsAotCompatible=true in project file to activate trim/AOT analyzers
- All 13 unit tests pass, 0 build warnings
2026-06-30 17:15:10 +00:00
copilot-swe-agent[bot]
1553524cbc
Initial plan 2026-06-30 16:56:40 +00:00
Maksym Sadovnychyy
b4a497ec47 (chore): dependency updates 2026-06-28 11:27:17 +02:00
Maksym Sadovnychyy
45a50e00ec (feature): ship 1.1.0 with full libpod api, typed dtos, streaming attach/progress, and maksit results on net10 2026-06-04 19:44:13 +02:00
b1c6c6cb44 (feature): readme contact info update 2024-11-02 16:11:12 +01:00
Maksym Sadovnychyy
87c27b6e8d (feature): add separate license file 2024-09-21 13:16:40 +02:00
Maksym Sadovnychyy
03b71068bb (bugfix): empty string json parse issue, code review 2024-08-18 18:52:24 +02:00
Maksym Sadovnychyy
6bcb99c40f (bugfix): package readme 2024-08-18 16:10:15 +02:00
Maksym Sadovnychyy
1252afe0d8 (refactor): redundant readme 2024-08-18 15:43:46 +02:00
Maksym Sadovnychyy
1d14db7a4a (refactor): LF and readme 2024-08-18 15:40:22 +02:00
Maksym Sadovnychyy
4bb2edcd77 (refactor): exec tests 2024-08-18 15:19:43 +02:00
Maksym Sadovnychyy
b68d8c1bca (refactor): containers tests 2024-08-18 14:49:24 +02:00
Maksym Sadovnychyy
acdcb1300d (refactor): code clean up, image pull and tag test 2024-08-18 14:24:14 +02:00
Maksym Sadovnychyy
de06e407c5 (feature): nuget 2024-08-17 23:56:00 +02:00
Maksym Sadovnychyy
b37342cda1 (feature): init 2024-08-17 22:11:46 +02:00