Commit Graph

8 Commits

Author SHA1 Message Date
Arne Kiesewetter a417474747 Restructure Harmony Solution to use separate projects for packages with shared code 2025-04-16 23:18:37 +02:00
Andreas Pardeike f9273146a3 fixes project outdates 2024-11-14 01:24:55 +01:00
Andreas Pardeike 6a1059b797 Feature/fat version (#569)
* adds ilrepack
* builds both thin and fat
* makes ReleaseFat default test configuration
* fixes test configuration
2024-02-03 15:50:15 +01:00
Andreas Pardeike 04ba15be84 Revert "WIP: Fat/Lite Packages (#538)"
This reverts commit 89d4d9b870.
2024-02-02 17:57:37 +01:00
Vitalii Mikhailov 89d4d9b870 WIP: Fat/Lite Packages (#538)
* Added ILMerge back, now with support for .NET core and .NET
* Split MSBuild code into smaller files
* Added Debug/Release Fat/Lite configurations
* Adapted azure pipeline
* Added configuration to the display name
* Switching to ILRepack.FullAuto for a better control of repacking
* Let's test the new ILRepack
2024-02-02 17:33:20 +01:00
Andreas Pardeike 606ba09b5f code cleanup, net8.0, optional ret code for methods ending in throw 2023-12-29 15:53:30 +01:00
Andreas Pardeike f05a536867 housekeeping 2023-07-12 20:55:35 +02:00
Vitalii Mikhailov 0b64f4c059 GetExecutingAssembly Tuning and Tests (#537)
* Added simple tests for GetExecutingAssembly

Better nullability checks for InternalPatches
Minor formatting fixes

* Added test for code inside the patched methods

* More null checks - GetOriginalMethodFromStackframe could return null
2023-07-12 20:34:11 +02:00