FileNotFoundException is unhandled

Bug #641205 reported by Manuel de la Peña
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
WADL Sharp
Fix Committed
Undecided
Manuel de la Peña

Bug Description

If the Convert method is called with a non existing file due a file not found exception will be thrown the reason for this the that the FileMode used for the creation of the output file is ored with FileMode.Truncate which means that the file MUST always be present. The FileStream class is not smart enough to know that the FileMode.OpenOrCreate is used.

Related branches

Changed in wadlsharp:
status: New → Fix Committed
assignee: nobody → Manuel de la Pena (mandel)
Changed in wadlsharp:
milestone: none → 0.2
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.