If you have a linked file in an F# project, you can attempt to rename the file in solution explorer:

However you get an error dialog when you try it:

FWIW C# prohibits rename on linked files entirely. This seems reasonable, as it's not clear what "renaming" even means with respect to linked files (change the name of the link? or the file itself?). So IMO fix would be to just mark this field a read-only.

If you have a linked file in an F# project, you can attempt to rename the file in solution explorer:
However you get an error dialog when you try it:
FWIW C# prohibits rename on linked files entirely. This seems reasonable, as it's not clear what "renaming" even means with respect to linked files (change the name of the link? or the file itself?). So IMO fix would be to just mark this field a read-only.