2
0

ChangeLog 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. 2008-05-18 Sebastien Pouliot <[email protected]>
  2. * ProviderBase.cs: Use String.IsNullOrEmpty inside 2.0 code.
  3. [Found using Gendarme]
  4. 2007-08-31 Gert Driesen <[email protected]>
  5. * ProviderBase.cs: Remove "description" key from NameValueCollection.
  6. Use provider name as description if description is null or a zero
  7. length string. Modifies exception messages to match MS.
  8. 2006-12-02 Marek Habersack <[email protected]>
  9. * ProviderBase.cs: Throw exceptions as per documentation.
  10. 2006-05-05 Chris Toshok <[email protected]>
  11. * ProviderBase.cs (Initialize): don't die if config == null.
  12. 2005-10-07 Chris Toshok <[email protected]>
  13. * ProviderCollection.cs: fix compiler warning with Hashtable ctor.
  14. 2005-09-22 Chris Toshok <[email protected]>
  15. * ProviderBase.cs (Initialize): set the description to name if
  16. description isn't specified in config.
  17. 2005-09-22 Chris Toshok <[email protected]>
  18. * ProviderBase.cs: handle the description config attribute as
  19. described in Homer/Sussman/Howard, Table 7.3.
  20. 2005-08-24 Sebastien Pouliot <[email protected]>
  21. * ProviderException.cs: New (2.0). Seems to replace the older
  22. NotSupportedByProviderException class.
  23. 2004-11-18 Lluis Sanchez Gual <[email protected]>
  24. * IProvider.cs, ProviderCollection.cs: IProvider has been Replaced by
  25. ProviderBase.
  26. 2003-11-07 Ben Maurer <[email protected]>
  27. * Implemented everything for V2.