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

Update NuGet.exe #170

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open

Update NuGet.exe #170

wants to merge 4 commits into from

Conversation

Lexa1983
Copy link

@Lexa1983 Lexa1983 commented May 3, 2016

No description provided.

@filipw
Copy link
Owner

filipw commented May 14, 2016

thanks, can you please change tabs to spaces? there are a lot of changes showing up that shouldn't be treated as changes

/// <summary>
/// Gets or sets the list of HTTP verbs that needs to participate in cache.
/// </summary>
public string[] Verbs { get; private set; }
Copy link
Owner

Choose a reason for hiding this comment

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

can this be made HttpMethod[] (enum based), instead of string[]?

Copy link
Author

Choose a reason for hiding this comment

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

Unfortunately no. Only simple types may be used on attribute e.g [CacheOutputHttpVerbs(HttpMethod.Get)] - produces a compilation error.

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

2 participants