-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Replaced status code number with constants #1924
Conversation
@@ -4,6 +4,7 @@ | |||
using System; | |||
using System.Collections.Generic; | |||
using Microsoft.AspNet.Mvc.Core; | |||
using Microsoft.AspNet.WebUtilities; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Tratcher would you guys consider moving this to more common namespace? As is it kinda makes me sad 😢
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With or without moving it to a new assembly?
Suggestions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Microsoft.aspnet.http ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shrug File a bug. HttpAbstractions needs a full organizational review anyways.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Take a look at |
|
@rynowak, Should the |
@@ -3,6 +3,7 @@ | |||
|
|||
using Xunit; | |||
using Microsoft.AspNet.Mvc.ModelBinding; | |||
using Microsoft.AspNet.WebUtilities; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sort usings
|
1058adf
to
5607227
Compare
Updated. Replaced |
I had the same feedback (leave the functional test code alone) and I'm equally confused. Let's discuss tomorrow |
5607227
to
70eada2
Compare
|
70eada2
to
ac6a1a6
Compare
Issue - #1920 @yishaigalatzer