As usual, it’s available at Codeplex.
Changes:
HgContextclass- Added
Execute(bool elevateContext, HgContextCode code)method. - (Breaking change) Removed the constructors and the IDisposable interface. The class now is static and can only be used via its static methods and delegates.
- (Breaking change) Replaced the explicit delegates with action delegates.
- Added
HgListItemclass- Fixed a bug in the
SetLookupmethod. - Added parser methods for GUID type.
- Renamed
HgListItem.IDtoHgListItem.Id.
- Fixed a bug in the
HgRoleclass- Refactored
HgRole.DoesPrincipalsContainUserto remove unnecessary type casting.
- Refactored
- Miscellaneous
- Added a CA (Code Analysis) custom dictionary to make exception for
Hgkeywords. - Removed all CA message suppressions for
Hgcasing. - Added the
LiquidSilver.HgImpersonationContextclass for impersonation purpose.
- Added a CA (Code Analysis) custom dictionary to make exception for
- LiquidSilver.Extra project
- Added the
UserControlLoaderWeb part to load and manage user control.
- Added the
- LiquidSilver.Tests project
- Added this project for unit testing.
- Added some tests for
HgContextand HgList.