
To reproduce:
- Use vs2015 preview 5 + the roslyn editor vsix'
- Create a new F# console project
- unload it and edit the proj file
- Add this:
<OtherFlags>$(OtherFlags) --times</OtherFlags>
- Reload the project and build
It seems a bit timing sensitive, I had to exit and restart vs at least once to repro it one time.
Kevin