John Hall

Results 2 issues of John Hall

It would be useful for methods like ExcelReaderFactory.CreateReader to document the possible exceptions that can be thrown. For example, we had a corrupted .xlsx file that threw a [System.IO.InvalidDataException](https://docs.microsoft.com/en-us/dotnet/api/system.io.invaliddataexception?view=net-6.0), which...

enhancement
breaking

If you inject a module initializer into an assembly that uses async/await, then (with Visual Studio 2012 at least) local variables in async methods are not displayed correctly in the...