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

Add HostingEnvironment.ApplicationPhysicalPath/ApplicationVirtualPath #491

Merged
merged 4 commits into from
Mar 27, 2024

Conversation

twsouthwick
Copy link
Member

No description provided.

@twsouthwick twsouthwick added this to the 1.4 milestone Feb 28, 2024

namespace Microsoft.AspNetCore.SystemWebAdapters;

public class SystemWebAdaptersOptions
{
/// <summary>
/// Gets or sets the value used by <see cref="HostingEnvironment.ApplicationID"/>
Copy link
Member

Choose a reason for hiding this comment

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

Interesting. I see that most of the code doesn't have tripple slash comments, which makes sense as we usually add things here for people that are already using the API, but for this one it makes sense as this is specific about registering the adapters. I wonder if there is a way to enforce docs on public API on the latter bucket but not on the former.

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm not aware of anything in that area, but it would be nice

@twsouthwick twsouthwick enabled auto-merge (squash) March 27, 2024 23:03
@twsouthwick twsouthwick merged commit e4b90c8 into main Mar 27, 2024
5 checks passed
@twsouthwick twsouthwick deleted the app-physical branch March 27, 2024 23:27
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.

2 participants