-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TraceParserGen: xxxTaskGuid not defined #1351
Open
Labels
Comments
@dorian-apanel-intel, this can be fixed, but wasn't an issue that I was aware of. Would you be up for submitting a PR for this? |
Hi, I fixed it for myself. |
dorian-apanel-intel
added a commit
to dorian-apanel-intel/perfview
that referenced
this issue
Apr 20, 2021
Add Task class and keep instances in m_tasks dictionary instead of m_taskNames, m_taskValues and potential m_taskGuids. Generate guids variables or pass Guid.Empty Add basic RegisterTemplate implementation. fix microsoft#1351
Is this fixed? |
I don't believe that this has been fixed. Fixes to TraceParserGen have been held up behind a goal to create a test-bed for the tool first, as each time we take a change, we tend to break something. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Is it going to be fixed?
It happens both if I define eventGUID attribute or not.
The text was updated successfully, but these errors were encountered: