How do I modify built assemblies before they are processed by NativeAOT? #94940
-
I wonder, is there any way to modify assemblies after they were compiled to IL and before NativeAOT processes them? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Actually, more specifically, can I |
Beta Was this translation helpful? Give feedback.
-
@sbomer - you probably know right away what is the right place in the SDK - it should be the same point we use for signing things before they go into single-file, right? |
Beta Was this translation helpful? Give feedback.
-
Doesn't an MSBuild Task with target set to after build work in this case? |
Beta Was this translation helpful? Give feedback.
-
Alright, I found the solution. I simply ran my build processor on the post-build event only when the output is updated. |
Beta Was this translation helpful? Give feedback.
Doesn't an MSBuild Task with target set to after build work in this case?