Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

ILVerify command line options to include/exclude certain methods#3475

Merged
jkotas merged 2 commits intodotnet:ILVerifyfrom
Dynatrace:ILVerify-IncludeExcludePatternsPR
May 2, 2017
Merged

ILVerify command line options to include/exclude certain methods#3475
jkotas merged 2 commits intodotnet:ILVerifyfrom
Dynatrace:ILVerify-IncludeExcludePatternsPR

Conversation

@mmayr-at
Copy link
Collaborator

@mmayr-at mmayr-at commented May 2, 2017

I've added two command line options to the ILVerify program to include/exclude certain methods for verification. The include/exclude patterns can be specified as regular expressions and multiple occurrences are possible.

Example:

ILVerify.exe --include=Console\..* --exclude=Console\.WriteLine --include=System\..*

@dnfclas
Copy link

dnfclas commented May 2, 2017

@mmayr-at,
Thanks for having already signed the Contribution License Agreement. Your agreement has not been validated yet. We will now review your pull request.
Thanks,
.NET Foundation Pull Request Bot

Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

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

Thanks!

@jkotas jkotas merged commit c0f41e6 into dotnet:ILVerify May 2, 2017
@mmayr-at mmayr-at deleted the ILVerify-IncludeExcludePatternsPR branch May 3, 2017 05:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants