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

Port System.Configuration #19296

Closed
danmoseley opened this issue Nov 8, 2016 · 5 comments
Closed

Port System.Configuration #19296

danmoseley opened this issue Nov 8, 2016 · 5 comments
Assignees
Milestone

Comments

@danmoseley
Copy link
Member

Proposal is to port S.Configuration to Core (not part of .NET Standard) for use by user code -- not by the framework itself.

Note: this doesn't represent a commitment from us to port it to .NET Core -- it's simply a place for comments/discussion.

@danmoseley
Copy link
Member Author

Jeremy is investigating.

@danmoseley
Copy link
Member Author

@JeremyKuhne for folks benefit could you give a brief summary of what you have working so far, and where you expect to take this to for 2.0.

@JeremyKuhne
Copy link
Member

The System.Configuration library is ported, with the following caveats:

  • System.Security and limited trust related pieces were stripped
  • Test writing is in progress

The intent is to prioritize application usage and consumption of System.Configuration. AppSettings and custom app data stored via System.Configuration. In theory most things should work (even now), but that needs to be proved out via tests (which I'm writing and checking in as fast as I can).

Feedback and real-world scenarios are always welcome and will help prioritize test writing / additional work items.

@karelz
Copy link
Member

karelz commented Jan 27, 2017

Are we ready to close the issue now that we have it in 2.0?

@JeremyKuhne
Copy link
Member

Closing this one- our initial work is done. I've created a future task for improving the test coverage.

@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the 2.0.0 milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants