Closed dukedagmor closed 3 years ago
@kevinransom any thoughts?
@cartermp, @KevinRansom is there someone else who has knowledge about the implementation of MSBuild and F#? Is there another forum I can try to get an answer?
Thanks in advance!
@KevinRansom is the person for this topic (much to his chagrin 😄 )
is this something for the F# backlog or will this remain open till someone with the desired knowledge takes a look at it?
Yep, the policy is to leave them open unless there's information indicating they should be closed.
Recently checked in a fix
I am currently using https://github.com/daveaglick/Buildalyzer to get the output of corecompile for a given C# / F# project. (sourcefiles and references) For C# it checks if an TaskCommandLineEventArgs event is thrown. For F# however I had to implement my own solution that checks every BuildMessageEventArgs for the output of corecompile.
is this an F# issue or just corecompile not taking F# into account? thanks in advance!