* Update Docs/aspnetcore/mvc/views/overview.md
Changes to section on View Discovery: 1) Escape angle brackets causing issue with HTML rendering of this section. 2) Clarify and expound upon View(string viewName) behavior.
* Updated per gaurdrex's suggestions
Escaped angle brackets with \<> rather than encoding with <>
* Change for pull #4226 for better styling
Changes made per guardrex's recommendations to better conform to the styleguide.
With .NET Core cross-platform and IDE agnostic listing Visual Studio 2017 as a prerequisite is confusing, especially when the only reason Visual Studio is listed is because you're editing a .csproj file.
As a .NET developer using a Macbook with VS Code, Visual Studio for Mac and/or JetBrains' Rider, this prerequisite implies that I'm unable to upgrade to .NET Core 2.0 because I don't have Visual Studio 2017.
* Update Localization sample app
Fixes#2943
* Takes the sample to 2.0
* HTML5 (I gave this some thought, and I still prefer unclosed void
elements. Content-Type = "text/html" and doctype is HTML5. I think the
spec (making the closure optional) is a bit of a hack on their part.
These tags do not contain content, so imo they really shouldn't be
closed (logically).
* Bower out: Adds too many complications. We have *www/lib* locked out
of the source; therefore, the sample will break if the machine is
offline and Bower isn't run. Bower requires npm. Many *many* devs and
shops don't like it and don't want it. It has nothing to do with
localization. imo samples should run everywhere possible with minimal
config and setup and only use the tech required to demo the focused
tech.
*
Add one file
Updates
* React to feedback
Also patched the title, description, and keywords on this pass.
* Update WebConfigBind sample app
Fixes#4208
Takes the sample to 2.0 and drops the old solution file
Update
Updates
Updates
Updates
Update
* React to feedback
* Update TestingControllerSample app
Addresses #1950
Updates
Updates
Updates
Updates
Update
Updates
Updates
Update
Update
* Drop test packages back to latest stable
* Test proj update
* Close a void element
as per configuration JSON example in "Create filter rules in configuration" section, "How filtering rules are applied" table rule # 6 should at Debug log level instead of Warring log level.