Skip to content

Introducing BufferEntryCollection which is used by MVC and Razor for buffering output data.#3

Closed
sornaks wants to merge 3 commits intodevfrom
Output
Closed

Introducing BufferEntryCollection which is used by MVC and Razor for buffering output data.#3
sornaks wants to merge 3 commits intodevfrom
Output

Conversation

@sornaks
Copy link

@sornaks sornaks commented Feb 26, 2015

@NTaylorMullen
Copy link

:shipit: once you've verified as a package (talked in person).

Common.sln Outdated
Copy link

Choose a reason for hiding this comment

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

nit: revert this particular change. keep the version moving upwards.

@dougbu
Copy link

dougbu commented Feb 27, 2015

@sornaks
Copy link
Author

sornaks commented Feb 27, 2015

Updated..

Copy link

Choose a reason for hiding this comment

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

To my knowledge, we put public class in Internal namespace so that the class can be consumed but we don't guarantee the API's stable. Now that an internal class is placed here doesn't it defeat the purpose of Internal namespace?
Or do we can different guidelines for how to use Internal namespace?

Copy link

Choose a reason for hiding this comment

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

@troydai the shared-source projects are a special case. everything is internal because otherwise any assembly that depends on (for example) both Razor and MVC would see two versions of the classes. and the classes in this repo are in the namespace we chose for it.

Copy link

Choose a reason for hiding this comment

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

Make sense. Thanks for the clarification. I do think the namespace can be more specific though.

@dougbu
Copy link

dougbu commented Feb 27, 2015

:shipit: after @troydai signs off on the test and @NTaylorMullen confirms binary dependencies won't cause a problem.

@sornaks
Copy link
Author

sornaks commented Feb 28, 2015

Updated @troydai please have a look..

@troydai
Copy link

troydai commented Feb 28, 2015

See my latest comment. Still ⌚

@troydai
Copy link

troydai commented Feb 28, 2015

:shipit: after the comments are re-placed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants