Imported Upstream version 4.0.0~alpha1

Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
This commit is contained in:
Jo Shields
2015-04-07 09:35:12 +01:00
parent 283343f570
commit 3c1f479b9d
22469 changed files with 2931443 additions and 869343 deletions

View File

@@ -28,7 +28,6 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if NET_2_0
using System.Collections;
using System.IO;
@@ -106,4 +105,3 @@ namespace SystemWebTestShim {
}
}
#endif

View File

@@ -32,7 +32,7 @@ namespace SystemWebTestShim {
public class BuildManager {
public static void SuppressDebugModeMessages ()
{
#if NET_2_0 && !TARGET_DOTNET
#if !TARGET_DOTNET
global::System.Web.Compilation.BuildManager.suppressDebugModeMessages = true;
#endif
}

View File

@@ -28,7 +28,6 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if NET_2_0
using Orig = System.Web.Configuration.HttpCapabilitiesBase;
@@ -45,4 +44,3 @@ namespace SystemWebTestShim {
}
}
#endif

View File

@@ -33,7 +33,6 @@ using System.Web;
namespace SystemWebTestShim {
public class Page : Orig.Page {
#if NET_2_0
public new string RawViewState {
#if TARGET_DOTNET
set; private get;
@@ -48,6 +47,5 @@ namespace SystemWebTestShim {
base.SetContext (ctx);
#endif
}
#endif
}
}

View File

@@ -28,7 +28,6 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//
#if NET_2_0
using Orig = System.Web.Util.UrlUtils;
@@ -41,4 +40,3 @@ namespace SystemWebTestShim {
}
}
#endif