dotnet / fsharp

The F# compiler, F# core library, F# language service, and F# tooling integration for Visual Studio
https://dotnet.microsoft.com/languages/fsharp
MIT License
3.92k stars 786 forks source link

TaskCommandLineEventArgs not used, generic BuildMessageEventArgs #10205

Closed dukedagmor closed 3 years ago

dukedagmor commented 4 years ago

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!

cartermp commented 4 years ago

@kevinransom any thoughts?

dukedagmor commented 4 years ago

@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!

cartermp commented 4 years ago

@KevinRansom is the person for this topic (much to his chagrin 😄 )

dukedagmor commented 3 years ago

is this something for the F# backlog or will this remain open till someone with the desired knowledge takes a look at it?

cartermp commented 3 years ago

Yep, the policy is to leave them open unless there's information indicating they should be closed.

KevinRansom commented 3 years ago

Recently checked in a fix