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