I understand that AX 2012 does not support F sharp projects the same way it supports VB.NET and C# projects, but I was curious about how relatively possible it is to add this functionality to the AOT?. Does anyone have any links or information about extending the actual AOT rather than just objects within it? It seems like this should be fairly possible considering F Sharp compiles down to dll's that are MSIL.
Worst case scenario I can add a dll that I call from a c# project in the AOT, but that requires me to physically deploy the file to clients/servers running AX, rather than have the auto deploy functionality.
Can you auto deploy a dll added as a reference?