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

Conversation

JunTaoLuo
Copy link

Cleaning up and addressing more parts of dotnet/aspnetcore#19254

I've looked at the samples and given my thoughts on what is valuable at dotnet/AspNetCore.Docs#17646.

@JunTaoLuo JunTaoLuo requested review from a team and removed request for Tratcher and dougbu April 7, 2020 08:24
@@ -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.

@@ -14,9 +14,6 @@
<IsTestAssetProject Condition="$(RepoRelativeProjectDir.Contains('testassets'))">true</IsTestAssetProject>
<IsSampleProject Condition="$(RepoRelativeProjectDir.Contains('samples'))">true</IsSampleProject>

<IsReferenceAssemblyProject>false</IsReferenceAssemblyProject>
Copy link
Author

Choose a reason for hiding this comment

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

@dotnet/aspnet-build I wanted to double check removing reference assembly related logic here. Since everything left is package only, I think we can remove all ref assemblies logic right?

Copy link
Member

Choose a reason for hiding this comment

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

Makes sense to me

@@ -1,20 +0,0 @@
// Licensed to the .NET Foundation under one or more agreements.
Copy link
Author

Choose a reason for hiding this comment

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

@maryamariyan I've removed all DI spec and external tests since they will be moved to runtime. If you need the source for reference you can find it in the commit history.

Copy link
Member

@wtgodbe wtgodbe left a comment

Choose a reason for hiding this comment

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

Seems reasonable given that we're not producing a ref pack here anymore

@JunTaoLuo JunTaoLuo merged commit 0560d97 into master Apr 7, 2020
@JunTaoLuo JunTaoLuo deleted the johluo/remove-migrated-files branch April 7, 2020 19:43
@@ -73,5 +70,4 @@

<Import Project="eng\Dependencies.props" />
<Import Project="eng\ProjectReferences.props" />
<Import Project="eng\targets\Csharp.Refs.props" Condition="'$(IsReferenceAssemblyProject)' == 'true'" />
Copy link
Member

Choose a reason for hiding this comment

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

Hey @JunTaoLuo why is eng/targets/Csharp.Refs.props still in this repo?

Copy link
Author

Choose a reason for hiding this comment

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

No reason, i just forgot to remove it.

JunTaoLuo pushed a commit to dotnet/aspnetcore that referenced this pull request Nov 17, 2020
* Remove migrated packages

* Remove reference assemblies and associated logic

* Cleanup slns and projects

* Remove sample

* Fix codecheck\n\nCommit migrated from dotnet/extensions@0560d97
@ghost ghost locked as resolved and limited conversation to collaborators May 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants