I'm trying to compile cs code generated by TraceParserGen with custom manifest.
First problem I see is that guids passed to RegisterTemplate() are not defied.
Then I found this comment in code
// as of today, the generated code won't compile because the task GUID is not defined
// TODO: define the xxxTaskGuid based on eventGUID attribute of <task> elements of the .man file
Is it going to be fixed?
It happens both if I define eventGUID attribute or not.