-
Notifications
You must be signed in to change notification settings - Fork 345
Conversation
@@ -0,0 +1,3 @@ | |||
# System.Device.Gpio samples have moved! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of adding new READMEs and keeping the folders around, can you instead add this to a heading to the root README after archived projects?
https://github.com/dotnet/corefxlab#archived-projects
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I'd still prefer to keep these .mds around, as I think it is more likely for people to find this and navigate to the new location than if we have them listed in the main README.md file in section of archived projects
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems odd to have, an essentially empty directory, with the project format. But I don't feel strongly about it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll keep them for now, given that I do believe they will be useful, but if I get more feedback saying to remove them, or you feel strongly about removing them, then I'll go ahead and remove.
The projects need to be removed from the |
cc @MattGal, we are seeing similar, intermittent, package restore errors as before: |
@ahsonkhan the core-eng issue you linked here was about Windows machines, the logs in the OSX restore failure you've pasted match NuGet/Home#7341 but we still don't know that actual cause of that one. If you manage to identify any correlation between specific machines (file permissions / ownership might be at play here, from the Nuget thread) that would help a lot. |
All of the System.Device.Gpio source code and samples have migrated to dotnet/iot repo. Removing all of the code from corefx lab and add a few .md files to point people to the new home.