Skip to content
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

Removing profiler leaves extra spaces in the project file #45

Closed
icnocop opened this issue Jan 23, 2019 · 0 comments
Closed

Removing profiler leaves extra spaces in the project file #45

icnocop opened this issue Jan 23, 2019 · 0 comments

Comments

@icnocop
Copy link

icnocop commented Jan 23, 2019

Hi.

When I remove the profiler on a project, it leaves extra spaces in the project file.

For example:

  1. Before enabling profiler:
<AdditionalOptions>/Zm135 %(AdditionalOptions)</AdditionalOptions>
  1. After enabling profiler:
<AdditionalOptions>/Zm135  /GH /Gh %(AdditionalOptions)</AdditionalOptions>

Notice the two spaces between /Zm135 and /GH.

  1. After removing profiler:
<AdditionalOptions>/Zm135   %(AdditionalOptions)</AdditionalOptions>

Notice the three spaces between /Zm135 and %(AdditionalOptions).

I expected the inner text of the AdditionalOptions element to return back to its original value.

Visual Studio 2015
MicroProfiler 1.4.605.0 (Visual Studio Extension)

Thank you. :)

tyoma added a commit that referenced this issue Sep 23, 2019
…sue #44 #45)

- support of the projects with broken configurations.
@tyoma tyoma closed this as completed Sep 23, 2019
tyoma added a commit that referenced this issue Sep 23, 2019
…sue #45 #45)

- support of the projects with broken configurations.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants