Skip to content

Commit

Permalink
moved to mvc3 dinamico
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Herila committed Jun 5, 2012
1 parent 9e845e2 commit 99ec44b
Show file tree
Hide file tree
Showing 534 changed files with 322,888 additions and 191,163 deletions.
20 changes: 20 additions & 0 deletions src/n2cms_www.sln
@@ -0,0 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "n2cms_www", "www\n2cms_www.csproj", "{294BADE1-4699-4550-87C2-B82FD2C7D193}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{294BADE1-4699-4550-87C2-B82FD2C7D193}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{294BADE1-4699-4550-87C2-B82FD2C7D193}.Debug|Any CPU.Build.0 = Debug|Any CPU
{294BADE1-4699-4550-87C2-B82FD2C7D193}.Release|Any CPU.ActiveCfg = Release|Any CPU
{294BADE1-4699-4550-87C2-B82FD2C7D193}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Empty file modified src/packages/Castle.Core.2.5.2/Castle.Core.2.5.2.nupkg 100644 → 100755
Empty file.
114 changes: 57 additions & 57 deletions src/packages/Castle.Core.2.5.2/lib/ASL - Apache Software Foundation License.txt 100644 → 100755

Large diffs are not rendered by default.

108 changes: 54 additions & 54 deletions src/packages/Castle.Core.2.5.2/lib/BreakingChanges.txt 100644 → 100755
@@ -1,55 +1,55 @@
================================================================================================
change - Removed WebLogger and WebLoggerFactory

impact - low
fixability - medium
revision -

description - To minimize management overhead the classes were removed so that only single
Client Profile version of Castle.Core can be distributed.

fix - You can use NLog or Log4Net web logger integration, or reuse implementation of existing
web logger and use it as a custom logger.

================================================================================================
change - Removed obsolete overload of ProxyGenerator.CreateClassProxy

impact - low
fixability - trivial
revision -

description - Deprecated overload of ProxyGenerator.CreateClassProxy was removed to keep the
method consistent with other methods and to remove confusion

fix - whenever removed overload was used, use one of the other overloads.

================================================================================================
change - IProxyGenerationHook.NonVirtualMemberNotification method was renamed

impact - high
fixability - easy
revision -

description - to accommodate class proxies with target method NonVirtualMemberNotification on
IProxyGenerationHook type was renamed to more accurate NonProxyableMemberNotification
since for class proxies with target not just methods but also fields and other member that
break the abstraction will be passed to this method.

fix - whenever NonVirtualMemberNotification is used/implemented change the method name to
NonProxyableMemberNotification. Implementors should also accommodate possibility that not
only MethodInfos will be passed as method's second parameter.

================================================================================================
change - DynamicProxy will now allow to intercept members of System.Object

impact - very low
fixability - easy
revision -

description - to allow scenarios like mocking of System.Object members, DynamicProxy will not
disallow proxying of these methods anymore. AllMethodsHook (default IProxyGenerationHook)
will still filter them out though.

fix - whenever custom IProxyGenerationHook is used, user should account for System.Object's
members being now passed to ShouldInterceptMethod and NonVirtualMemberNotification methods
================================================================================================
change - Removed WebLogger and WebLoggerFactory
impact - low
fixability - medium
revision -
description - To minimize management overhead the classes were removed so that only single
Client Profile version of Castle.Core can be distributed.
fix - You can use NLog or Log4Net web logger integration, or reuse implementation of existing
web logger and use it as a custom logger.
================================================================================================
change - Removed obsolete overload of ProxyGenerator.CreateClassProxy
impact - low
fixability - trivial
revision -
description - Deprecated overload of ProxyGenerator.CreateClassProxy was removed to keep the
method consistent with other methods and to remove confusion
fix - whenever removed overload was used, use one of the other overloads.
================================================================================================
change - IProxyGenerationHook.NonVirtualMemberNotification method was renamed
impact - high
fixability - easy
revision -
description - to accommodate class proxies with target method NonVirtualMemberNotification on
IProxyGenerationHook type was renamed to more accurate NonProxyableMemberNotification
since for class proxies with target not just methods but also fields and other member that
break the abstraction will be passed to this method.
fix - whenever NonVirtualMemberNotification is used/implemented change the method name to
NonProxyableMemberNotification. Implementors should also accommodate possibility that not
only MethodInfos will be passed as method's second parameter.
================================================================================================
change - DynamicProxy will now allow to intercept members of System.Object
impact - very low
fixability - easy
revision -
description - to allow scenarios like mocking of System.Object members, DynamicProxy will not
disallow proxying of these methods anymore. AllMethodsHook (default IProxyGenerationHook)
will still filter them out though.
fix - whenever custom IProxyGenerationHook is used, user should account for System.Object's
members being now passed to ShouldInterceptMethod and NonVirtualMemberNotification methods
and if neccessary update the code to handle them appropriately.

0 comments on commit 99ec44b

Please sign in to comment.