Commit 4da60bf
Improve interop-rules.md loading: trigger on diff content, not just file presence
The previous heuristic loaded interop rules only when both C# and native
files changed. This missed cases where a C#-only diff touches JNI/P/Invoke
boundary code (e.g., DllImport, [Register], JNIEnv, [MarshalAs],
[StructLayout]). Now triggers based on actual interop markers in the diff.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent f3e52e3 commit 4da60bf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments