Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

IList<string> on public APIs? #69

Closed
@yishaigalatzer

Description

@yishaigalatzer

https://github.com/aspnet/HttpAbstractions/blob/dev/src/Microsoft.AspNet.Http/HttpResponse.cs#L58

This code and similar related APIs expose IList where the API could be either

IEnumerable<string> or IReadOnlyList<string>

This ties to ChallengeResult in MVC and Security calls.

Should this API stay as is, or should we switch it?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions