Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Make these extension methods internal #3699

Closed
davidfowl opened this issue Oct 6, 2019 · 6 comments
Closed

Make these extension methods internal #3699

davidfowl opened this issue Oct 6, 2019 · 6 comments
Assignees
Milestone

Comments

@davidfowl
Copy link

public static class HttpResponseExtensions

Or maybe change the namespace? We’re working on adding some of these methods like WriteJsonAsync and they’ll likely clash (when we do).

Also IdentityServer is so commonly used it’s a less than ideal situation that these names get squatted on.

@leastprivilege
Copy link
Member

I agree - they should be in our namespace.

@leastprivilege
Copy link
Member

When do you want to add these methods? @davidfowl ?

@davidfowl
Copy link
Author

They'll be part of 5.0 (WriteJsonAsync..), not sure about the HTML one.

@aboondeviant
Copy link

What about IEnumerableExtensions? These are internal in the Storage project but public in the IdentityServer4 project

public static class IEnumerableExtensions

@brockallen
Copy link
Member

all done

@lock
Copy link

lock bot commented Jan 10, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 10, 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