GoEddie / DeploymentContributorFilterer

MIT License
69 stars 34 forks source link

Master branch does not build - A local variable or function named 'match' is already defined #25

Closed bobgodfrey closed 1 year ago

bobgodfrey commented 3 years ago

I am guessing a merge issue but downloaded the latest source and project does not build.

Severity Code Description Project File Line Suppression State Tool Error CS0128 A local variable or function named 'match' is already defined in this scope AgileSqlClub.SqlPackageFilter .. CommandLineFilterParser.cs 78 Active Compiler

image

zyngh commented 3 years ago

To build it, I changed "string match" to "string strMatch", then it built. I'm not a C# developer but it worked. Just in case someone needs the dll badly.

t-johnson commented 3 years ago

Seems to be as a result of a merge problem from commits: ee77aee85384a8e813e15af6969bb0ffcefd1611 and fec30ab03a8e26be98c9d1b4277d1c2f49b27811

akshay52178 commented 1 year ago

@GoEddie the build issue is still there. Can you please merge the fix for this.