Utilities for web applications
Assembly: biz.dfch.CS.Web.Utilities.dll
d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland
This project containts a collection of utility classes that provide functionalities like
- ODataController helper
- REST call executor
- ExceptionFilterAttributes
Telerik JustMock has to be licensed separately. Only the code samples (source code files) are licensed under the Apache 2.0 license. The Telerik JustMock software has to be licensed separately. See the NOTICE file for more information about this.
- Validation, exception code handling and logging improved in
ContractRequiresExceptionFilterAttribute
- Upgraded to .NET Framework 4.6.2
- Removed dependency to Log4net
- Updated dependency
biz.dfch.CS.Commons
to version1.11.0
- Updated dependency
Microsoft.AspNet.WebApi.OData
to version5.7.0
- Updated dependency
JustMock
to version2016.3.914.2
- Cleaned up packages.config
- removed dependency on biz.dfch.CS.System.Utilities
- removed dependency on log4net
- updated to Newtonsoft.Json 9.0.1
- added biz.dfch.CS.Commons 1.4.0
- changed logging to log to TraceSource (
biz.dfch.CS.Web.Utilities
)
- Removed dependency to EntityFramework
- Added strong name for assembly
- Upgraded biz.dfch.CS.System.Utilities dependency to version 3.1.1
- Upgraded log4net dependency to version 2.0.5
- Upgraded .NET runtime to 4.6 (from 4.5)
- Activated Code Contracts properly
RestCallExecutor
- ContentType handling adjusted to allow custom content types
RestCallExecutor
- Changed adding DefaultRequestHeaders of httpClient by using TryAddWithoutValidation instead of using Add to allow custom Accept header
- Improved ContractRequiresExceptionAttribute class
- Initial release
- Extracted from biz.dfch.CS.System.Utilities
Built and released with TeamCity