Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Johluo/remove migrated files #3160

Merged
merged 5 commits into from
Apr 7, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Remove migrated packages
  • Loading branch information
John Luo committed Apr 7, 2020
commit 212d133337888738ec0a1cd36771c580a52dc5c0
2 changes: 0 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@
/src/Caching/ @tratcher @anurse
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should probably hand these off too @dotnet/extensions-migration .

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JunTaoLuo are you able to provide details as to where the source for logging & logging abstractions now live? as the master branch no longer contains the source as far as I can tell?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See aspnet/Announcements#411 for the full list of packages and where the code lives after this migration is complete.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Tratcher @anurse thanks for pointing me to the announcement and new location for the source; it may be good to also update the README.md accordingly with a more information and/or to redirect others to the new location for source; as people may still think the namespace/package relates to this repo and not the runtime repo if they have missed the announcement.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bradygaster how far along are you with updating the readme?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@poizan42 did you see the updated ReadMe in extensions?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/src/Configuration/ @tratcher @anurse
/src/Hosting/ @tratcher @anurse
/src/Primitives/ @tratcher @anurse
/src/Shared/src/HostFactoryResolver/ @tratcher @anurse
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<ItemGroup Condition=" '$(IsUnitTestProject)' == 'true' ">
<ProjectReference Include="$(MSBuildThisFileDirectory)src\TestingUtils\Microsoft.AspNetCore.Testing\src\Microsoft.AspNetCore.Testing.csproj" />
<Reference Include="Moq" />
<!-- Bring in the latest NETStandard.Library to avoid too many package references from
<!-- Bring in the latest NETStandard.Library to avoid too many package references from
Moq & xunit's dependencies -->
<Reference Include="NETStandard.Library" />
</ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions eng/Build.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
<Project>
<ItemGroup>
<ProjectToBuild Include="$(RepoRoot)src\**\*.csproj" Condition="'$(BuildCSharp)' != 'false'"/>
<ProjectToBuild Include="$(RepoRoot)src\**\*.npmproj" Condition="'$(BuildNodeJS)' == 'true'">
<RestoreInParallel>false</RestoreInParallel>
</ProjectToBuild>
</ItemGroup>
</Project>
11 changes: 0 additions & 11 deletions eng/repo.targets
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,4 @@
SkipNonexistentProjects="true" />
</Target>

<Target Name="EnsureFunctionalTestLogsPreserved">
<PropertyGroup>
<FunctionalLogDir>$(ArtifactsDir)log\Microsoft.Extensions.Logging.Testing.Tests\$(DefaultNetCoreTargetFramework)\AssemblyTestLogTests\</FunctionalLogDir>
<FlakyTestLog>$(FunctionalLogDir)FunctionalLogs_LogsPreservedFromFlakyRun.log</FlakyTestLog>
<NonFlakyTestLog>$(FunctionalLogDir)FunctionalLogs_LogsPreservedFromNonFlakyRun.log</NonFlakyTestLog>
</PropertyGroup>
<Error Condition="!Exists('$(FlakyTestLog)')" Text="Flaky test functional logs not found." />
<Error Condition="!Exists('$(FlakyTestLog)')" Text="Non flaky test functional logs not found." />

<Message Text="All functional test logs preserved" Importance="High" />
</Target>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@
<TargetFrameworks>$(DefaultNetCoreTargetFramework);net472</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\..\Config\test\ConfigurationProviderTestBase.cs">
<Link>test\ConfigurationProviderTestBase.cs</Link>
</Compile>
<Compile Include="..\..\Config\testassets\Test.Common\ConfigurationProviderExtensions.cs">
<Link>testassets\Common\ConfigurationProviderExtensions.cs</Link>
</Compile>
<Compile Include="..\..\Config\testassets\Test.Common\TestStreamHelpers.cs">
<Link>testassets\Common\TestStreamHelpers.cs</Link>
</Compile>
</ItemGroup>

<ItemGroup>
<Reference Include="Microsoft.Extensions.Configuration.Abstractions" />
<Reference Include="Microsoft.Extensions.Configuration.Binder" />
Expand Down
20 changes: 0 additions & 20 deletions src/DependencyInjection/DI.External.Tests/test/Autofac.cs

This file was deleted.

20 changes: 0 additions & 20 deletions src/DependencyInjection/DI.External.Tests/test/DryIoc.cs

This file was deleted.

24 changes: 0 additions & 24 deletions src/DependencyInjection/DI.External.Tests/test/Grace.cs

This file was deleted.

22 changes: 0 additions & 22 deletions src/DependencyInjection/DI.External.Tests/test/Lamar.cs

This file was deleted.

21 changes: 0 additions & 21 deletions src/DependencyInjection/DI.External.Tests/test/LightInject.cs

This file was deleted.

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions src/DependencyInjection/DI.External.Tests/test/StashBox.cs

This file was deleted.

29 changes: 0 additions & 29 deletions src/DependencyInjection/DI.External.Tests/test/StructureMap.cs

This file was deleted.

21 changes: 0 additions & 21 deletions src/DependencyInjection/DI.External.Tests/test/Unity.cs

This file was deleted.

Loading