From cc0fc6ac06e2f88888ad0ab7746477dfb4a499d5 Mon Sep 17 00:00:00 2001 From: Christian Weiss Date: Sun, 20 Mar 2016 12:06:46 +0100 Subject: [PATCH] File names not matching class names --- ...questServicesContainerFeature.cs => RequestServicesFeature.cs} | 0 .../Startup/{ConfigureDelegate.cs => ConfigureBuilder.cs} | 0 .../{ConfigureServicesDelegate.cs => ConfigureServicesBuilder.cs} | 0 ...timeIsCoreClr.cs => SkipIfCurrentRuntimeIsCoreClrAttribute.cs} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename src/Microsoft.AspNetCore.Hosting/Internal/{RequestServicesContainerFeature.cs => RequestServicesFeature.cs} (100%) rename src/Microsoft.AspNetCore.Hosting/Startup/{ConfigureDelegate.cs => ConfigureBuilder.cs} (100%) rename src/Microsoft.AspNetCore.Hosting/Startup/{ConfigureServicesDelegate.cs => ConfigureServicesBuilder.cs} (100%) rename src/Microsoft.AspNetCore.Server.Testing/xunit/{SkipIfCurrentRuntimeIsCoreClr.cs => SkipIfCurrentRuntimeIsCoreClrAttribute.cs} (100%) diff --git a/src/Microsoft.AspNetCore.Hosting/Internal/RequestServicesContainerFeature.cs b/src/Microsoft.AspNetCore.Hosting/Internal/RequestServicesFeature.cs similarity index 100% rename from src/Microsoft.AspNetCore.Hosting/Internal/RequestServicesContainerFeature.cs rename to src/Microsoft.AspNetCore.Hosting/Internal/RequestServicesFeature.cs diff --git a/src/Microsoft.AspNetCore.Hosting/Startup/ConfigureDelegate.cs b/src/Microsoft.AspNetCore.Hosting/Startup/ConfigureBuilder.cs similarity index 100% rename from src/Microsoft.AspNetCore.Hosting/Startup/ConfigureDelegate.cs rename to src/Microsoft.AspNetCore.Hosting/Startup/ConfigureBuilder.cs diff --git a/src/Microsoft.AspNetCore.Hosting/Startup/ConfigureServicesDelegate.cs b/src/Microsoft.AspNetCore.Hosting/Startup/ConfigureServicesBuilder.cs similarity index 100% rename from src/Microsoft.AspNetCore.Hosting/Startup/ConfigureServicesDelegate.cs rename to src/Microsoft.AspNetCore.Hosting/Startup/ConfigureServicesBuilder.cs diff --git a/src/Microsoft.AspNetCore.Server.Testing/xunit/SkipIfCurrentRuntimeIsCoreClr.cs b/src/Microsoft.AspNetCore.Server.Testing/xunit/SkipIfCurrentRuntimeIsCoreClrAttribute.cs similarity index 100% rename from src/Microsoft.AspNetCore.Server.Testing/xunit/SkipIfCurrentRuntimeIsCoreClr.cs rename to src/Microsoft.AspNetCore.Server.Testing/xunit/SkipIfCurrentRuntimeIsCoreClrAttribute.cs