Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

dfensgmbh/biz.dfch.CS.Web.Utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

biz.dfch.CS.Web.Utilities

Build Status License Version

Utilities for web applications

Assembly: biz.dfch.CS.Web.Utilities.dll

d-fens GmbH, General-Guisan-Strasse 6, CH-6300 Zug, Switzerland

Download

Description

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.

See also Releases and Tags

4.0.1 - 20170123

  • Validation, exception code handling and logging improved in ContractRequiresExceptionFilterAttribute

4.0.0 - 20170123

  • Upgraded to .NET Framework 4.6.2
  • Removed dependency to Log4net
  • Updated dependency biz.dfch.CS.Commons to version 1.11.0
  • Updated dependency Microsoft.AspNet.WebApi.OData to version 5.7.0
  • Updated dependency JustMock to version 2016.3.914.2
  • Cleaned up packages.config

3.1.0 - 20161128

  • 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)

3.0.0 - 20161123

  • Removed dependency to EntityFramework
  • Added strong name for assembly

2.0.0 - 20161116

  • 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

1.2.0 - 20160819

RestCallExecutor

  • ContentType handling adjusted to allow custom content types

1.1.0 - 20160818

RestCallExecutor

  • Changed adding DefaultRequestHeaders of httpClient by using TryAddWithoutValidation instead of using Add to allow custom Accept header

1.0.1 - 20160201

  • Improved ContractRequiresExceptionAttribute class

1.0.0 - 20151222

  • Initial release
  • Extracted from biz.dfch.CS.System.Utilities

TeamCity Logo

Built and released with TeamCity