Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commonize 'throw on view not found' #140

Closed
wants to merge 1 commit into from
Closed

Conversation

rynowak
Copy link
Member

@rynowak rynowak commented Mar 25, 2014

Deduping this code by moving it to ViewEngineResult.

Deduping this code by moving it to ViewEngineResult.
return;
}

var locationsText = Environment.NewLine + string.Join(Environment.NewLine, SearchedLocations);
Copy link
Contributor

Choose a reason for hiding this comment

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

@Tratcher it would be nice if the error page preserved formatting (pre tag). This way we don't need to do anything special for printing these out.

Bonus points if you get it to support markdown

Copy link
Member

Choose a reason for hiding this comment

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

File a bug in DiagnosticPages.

Copy link
Member Author

Choose a reason for hiding this comment

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

AspNet/DiagnosticPages#6 logged by @pranavkm thanks!

@pranavkm
Copy link
Contributor

:shipit:

1 similar comment
@yishaigalatzer
Copy link
Contributor

:shipit:

@rynowak
Copy link
Member Author

rynowak commented Mar 25, 2014

Addressed comments and merged

@rynowak rynowak closed this Mar 25, 2014
@rynowak rynowak deleted the viewenginecleanup branch March 25, 2014 21:26
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