When command line is empty an exception is not caught
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
WADL Sharp |
Fix Committed
|
High
|
Manuel de la Peña |
Bug Description
I tried to merge this, but stumbled across an error
When invoking wadl-sharp executable without any parameter, it gives me an error instead of a Help menu as I can see in the file Program.cs in WadlConsole
The error I get is
Unhandled Exception: System.
at System.
at System.
at (wrapper remoting-
at LpNet.WadlSharp
at Wadl.Program.
at Wadl.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0
Related branches
- Manish Sinha (मनीष सिन्हा): Approve
-
Diff: 13 lines (+2/-1)1 file modifiedWadlConsole/Program.cs (+2/-1)
Changed in wadlsharp: | |
importance: | Undecided → High |
status: | New → Confirmed |
assignee: | nobody → Manuel de la Pena (mandel) |
Changed in wadlsharp: | |
status: | Confirmed → In Progress |
lp:~mandel/wadlsharp/fix_643524 fixed the problem