-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable remaining Extensions projects (#33984)
ref/src/pkg/test: - Microsoft.Extensions.Configuration.Json - Microsoft.Extensions.Configurations.UserSecrets - Microsoft.Extensions.Configurations.Xml - Microsoft.Extensions.Logging - Microsoft.Extensions.Logging.Configuration - Microsoft.Extensions.Logging.Console - Microsoft.Extensions.Logging.Debug - Microsoft.Extensions.Logging.EventLog - Microsoft.Extensions.Logging.EventSource - Microsoft.Extensions.Logging.TraceSource - Microsoft.Extensions.Http - Microsoft.Extensions.Caching.Memory - Microsoft.Extensions.Hosting More: - [x] Hosting: Included FunctionalTests and TestApp but refactor later - [x] changes manually applied from PR 3040 in extensions - [x] skip some test failures using ActiveIssue - [x] ProjectExclusions removed - [x] Suppress the duplication LoggingBuilderExtensions - [x] deleting all csproj under Common
- Loading branch information
1 parent
951bc70
commit db23750
Showing
131 changed files
with
1,072 additions
and
2,089 deletions.
There are no files selected for viewing
14 changes: 0 additions & 14 deletions
14
.../src/Extensions/ActivatorUtilities/Microsoft.Extensions.ActivatorUtilities.Sources.csproj
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...Common/src/Extensions/BenchmarkRunner/Microsoft.AspNetCore.BenchmarkRunner.Sources.csproj
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...mmon/src/Extensions/CommandLineUtils/Microsoft.Extensions.CommandLineUtils.Sources.csproj
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...mmon/src/Extensions/HashCodeCombiner/Microsoft.Extensions.HashCodeCombiner.Sources.csproj
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...rc/Extensions/HostFactoryResolver/Microsoft.Extensions.HostFactoryResolver.Sources.csproj
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...on/src/Extensions/NonCapturingTimer/Microsoft.Extensions.NonCapturingTimer.Sources.csproj
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...xtensions/ParameterDefaultValue/Microsoft.Extensions.ParameterDefaultValue.Sources.csproj
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...s/Common/src/Extensions/TypeNameHelper/Microsoft.Extensions.TypeNameHelper.Sources.csproj
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...s/Common/src/Extensions/ValueStopwatch/Microsoft.Extensions.ValueStopwatch.Sources.csproj
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
src/libraries/Common/tests/Extensions/Microsoft.Extensions.Sources.Tests.csproj
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
...ensions/TestingUtils/Microsoft.AspNetCore.Testing/src/Microsoft.AspNetCore.Testing.csproj
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
.../TestingUtils/Microsoft.AspNetCore.Testing/test/Microsoft.AspNetCore.Testing.Tests.csproj
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
...aries/Microsoft.Extensions.Caching.Memory/pkg/Microsoft.Extensions.Caching.Memory.pkgproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<Project DefaultTargets="Build"> | ||
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props))" /> | ||
<ItemGroup> | ||
<ProjectReference Include="..\src\Microsoft.Extensions.Caching.Memory.csproj"> | ||
<SupportedFramework>net461;netcoreapp2.0;uap10.0.16299;$(AllXamarinFrameworks)</SupportedFramework> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.targets))" /> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 9 additions & 12 deletions
21
...icrosoft.Extensions.Caching.Memory/tests/Microsoft.Extensions.Caching.Memory.Tests.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<Import Project="$(MSBuildThisFileDirectory)..\..\..\Logging\Logging.Testing\src\build\Microsoft.Extensions.Logging.Testing.props" /> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>$(DefaultNetCoreTargetFramework);net472</TargetFrameworks> | ||
<TargetFrameworks>$(NetCoreAppCurrent);$(NetFrameworkCurrent)</TargetFrameworks> | ||
<EnableDefaultItems>true</EnableDefaultItems> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Reference Include="Microsoft.Extensions.Caching.Abstractions" /> | ||
<Reference Include="Microsoft.Extensions.Caching.Memory" /> | ||
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions" /> | ||
<Reference Include="Microsoft.Extensions.DependencyInjection" /> | ||
<Reference Include="Microsoft.Extensions.Logging.Abstractions" /> | ||
<Reference Include="Microsoft.Extensions.Logging.Testing" /> | ||
<Reference Include="Microsoft.Extensions.Logging" /> | ||
<Reference Include="Microsoft.Extensions.Options" /> | ||
<Reference Include="Microsoft.Extensions.Primitives" /> | ||
<Compile Include="..\..\Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ExceptionAssertions.cs"> | ||
<Link>Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ExceptionAssertions.cs</Link> | ||
</Compile> | ||
<Compile Include="..\..\Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\CultureReplacer.cs"> | ||
<Link>Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\CultureReplacer.cs</Link> | ||
</Compile> | ||
<ReferenceFromRuntime Include="Microsoft.Extensions.Caching.Memory" /> | ||
</ItemGroup> | ||
|
||
</Project> |
9 changes: 9 additions & 0 deletions
9
...crosoft.Extensions.Configuration.Json/pkg/Microsoft.Extensions.Configuration.Json.pkgproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<Project DefaultTargets="Build"> | ||
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.props))" /> | ||
<ItemGroup> | ||
<ProjectReference Include="..\src\Microsoft.Extensions.Configuration.Json.csproj"> | ||
<SupportedFramework>net461;netcoreapp2.0;uap10.0.16299;$(AllXamarinFrameworks)</SupportedFramework> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<Import Project="$([MSBuild]::GetPathOfFileAbove(Directory.Build.targets))" /> | ||
</Project> |
Oops, something went wrong.