Oskar Gewalli
Oskar Gewalli
This seems like a nice thing to have. It seems to be more of an enhancement than a bug though.
Could a workaround be to use a specific TargetFramework for a specific build target in order to get around the open bug?
Or perhaps revamp this project?
Looks like there hasn't been any accepted pull requests in a while, so let's ask about in the f# projects channel.
Perhaps time to archive this project then? @forki
Yes, I think that it would be a good thing to have.
Yes, that sounds odd, so should probably be fixed
I think the issue appears when you use reflection fullname, so a workaround could be to use `--decompile` instead in order to avoid getting names with assembly versions.
I've done a fix for it (assembly version included in typename), there is a pull request @baronfel