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

System.Web: add RuntimeConfig stub #21441

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

deltragon
Copy link

Split out of #21247.

This is a prerequisite to use the referencesource for System.Web.Extensions, as many files in it refer to this/require it.
Currently, this is just a thin wrapper around System.Web.Configuration.WebConfigurationManager. However, at some point this will need to be extended to support other configurations (eg. the current context).

@deltragon
Copy link
Author

deltragon commented Feb 22, 2022

Note that locally (on linux), running make run-test in mcs/class/System.Web returns a bunch of failures (on main, independent of this PR).
Until that is fixed, the added test has no effect as it is never fully executed (the GetAppConfig_load method is never called).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant