jpdillingham / Utility.CommandLine.Arguments

A C# .NET class library containing tools for parsing the command line arguments of console applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Null reference error

MarkRK opened this issue · comments

In release 1.1.1 there is a null reference error. This was working in release 1.0.1.
The Method GetOperandsProperty fails if there are no Operands variables defined.

Thank you for your contribution!

I've reproduced the problem (it affects attributes too) and added two failing tests to cover these cases to the dev branch. I'll work on an update and should have a new revision shortly.

I was mistaken; the issue only affected operands. PR #4 and Release 1.1.2 resolve this issue.

Thanks again!

Nice to see it's resolved!