Skip to content

Conversation

@heejaechang
Copy link
Contributor

No description provided.

@heejaechang
Copy link
Contributor Author

@mavasani can you take a look? this gives information for error list to show offline help viewer in offline mode.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@heejaechang Looking at the PR I realized I only added handler for SuppressionStateColumnDefinition.ColumnName in live source but not for build source, I will make that fix tomorrow.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a lot of redundancy in this method. Why not have a "GetValue" method that just returns things like data.id. Then have htis method be:

bool TryGetValue(...)
{
    var value = GetValue(...);
    return value != null;
}

It should cut down the size of this method (and the repeated code) by nearly half.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CyrusNajmabadi some of them could, but I dont think it is that bad to require cleaning up.

@mavasani
Copy link
Contributor

👍

@mavasani
Copy link
Contributor

I think you also need to add this fix to FxCop?

@heejaechang
Copy link
Contributor Author

@mavasani good point. I will make the change in FxCop as well.

@heejaechang
Copy link
Contributor Author

@dotnet-bot retest linux please

1 similar comment
@heejaechang
Copy link
Contributor Author

@dotnet-bot retest linux please

@heejaechang
Copy link
Contributor Author

@dotnet-bot retest this please

1 similar comment
@heejaechang
Copy link
Contributor Author

@dotnet-bot retest this please

@heejaechang
Copy link
Contributor Author

@dotnet-bot retest this please

1 similar comment
@heejaechang
Copy link
Contributor Author

@dotnet-bot retest this please

@heejaechang
Copy link
Contributor Author

Jenkins seems in weird state. each tests (actually not "test" but test runner) are failing due to arbitrary reasons each time I re-run. and each failure looks like nothing to do with my change.

@jmarolf
Copy link
Contributor

jmarolf commented Oct 15, 2015

test prtest/lin/dbg/unit32 please
test prtest/mac/dbg/unit32 please

@heejaechang
Copy link
Contributor Author

test prtest/win/dbg/eta please

@heejaechang
Copy link
Contributor Author

test win eta please

@heejaechang
Copy link
Contributor Author

@dotnet-bot retest win eta please

@heejaechang
Copy link
Contributor Author

test win eta please

heejaechang added a commit that referenced this pull request Oct 16, 2015
provide HelpKeyword information for offline help
@heejaechang heejaechang merged commit e0734a8 into dotnet:master Oct 16, 2015
github-actions bot pushed a commit that referenced this pull request Apr 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants