fsprojects / ExcelProvider

This library is for the .NET platform implementing a Excel type provider.
http://fsprojects.github.io/ExcelProvider/
The Unlicense
141 stars 51 forks source link

Avoids nine warnings of type FS0025, Incomplete pattern matches #10

Closed WallaceKelly closed 10 years ago

WallaceKelly commented 10 years ago

I believe this modification has the same behavior as the original code, with the exception that...

  1. It avoids nine compiler warnings.
  2. Any runtime exceptions would be slightly more descriptive than before.

For more detail about the compiler warnings, see http://stackoverflow.com/questions/21443097/alternative-approach-to-avoid-incomplete-pattern-match-warning

JohnDoeKyrgyz commented 10 years ago

Thanks for the contribution!

WallaceKelly commented 10 years ago

Thanks for the library!

From: JohnDoeKyrgyz Sent: ‎Friday‎, ‎September‎ ‎12‎, ‎2014 ‎1‎:‎52‎ ‎PM To: fsprojects/ExcelProvider Cc: wally@bluerockresearch.com

Thanks for the contribution!

— Reply to this email directly or view it on GitHub.