Jakob Harder
Jakob Harder
Input: ```xml 11152 180 1 ``` Patch: ```xml 90 1 1 ``` Expectation: ```xml 11152 90 1 1 ``` Merge only updates existing nodes but doesn't add missing ones. The...
The only call (StringExtensions.PutTogether) can be replaced with string.Join. By removing the reference, RDAExplorer is free of WinForms dependencies.
There's a `assets.xml` with ``. If you update `some.include.xml` the modloader cache will think `assets.xml` hasn't changed and therefore not update it. It's possible to work around that issue by...
The line information is from the included xml though.
If you have two mods where one is a substring of the other, matching files with the mod may take the shorter version. E.g. `Mod 1`, `Mod 1 extended`. In...
It led to 403 on windows and is not needed since actions/runner-images#490
Relative paths are great and have their use cases, but I also started to have some main `assets.xml` that merely collect "sub-mods" and it would be great if I can...
With increasing mod compatibility efforts there, my ModOps get complex only because I want to supress not found warnings. In the following example I add a product to storage lists,...
assets.xml ```xml 100443 102423 55 15 24 ``` wrong order patch ```xml 32 100 400 ``` correct order patch ```xml 400 100 32 ``` The `merge` ModOp does not apply...