-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add support for .NET 6 run-time configuration settings for mobile targets #48811
Comments
Tagging subscribers to this area: @safern Issue Details.NET Core support setting application configuration using various mechanisms as described at https://docs.microsoft.com/en-us/dotnet/core/run-time-config/. Such settings need to be correctly propagated to AppContext class as well as to internal runtime variables for mobile applications.
|
Tagging subscribers to this area: @CoffeeFlux Issue Details.NET Core support setting application configuration using various mechanisms as described at https://docs.microsoft.com/en-us/dotnet/core/run-time-config/. Such settings need to be correctly propagated to AppContext class as well as to internal runtime variables for mobile applications.
|
@SamMonoRT @fanyang-mono this is a dupe of #49237, right? |
Yes, it is a dupe and that one has more detailed information/tracking. Can close this out. |
This feature has been tracked by #49237 |
.NET Core support setting application configuration using various mechanisms as described at https://docs.microsoft.com/en-us/dotnet/core/run-time-config/. Such settings need to be correctly propagated to AppContext class as well as to internal runtime variables for mobile applications.
The text was updated successfully, but these errors were encountered: