FileNotFoundException is unhandled
Bug #641205 reported by
Manuel de la Peña
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.
Related branches
lp://staging/~mandel/wadlsharp/fix-641205
- Manish Sinha (मनीष सिन्हा): Approve
-
Diff: 17 lines (+6/-1)1 file modifiedLpNet.WadlSharp.Common/WadlConverter.cs (+6/-1)
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.