Commit Graph

3242 Commits (65929f679f8276c6a59e0b80b55de55c72f5da40)

Author SHA1 Message Date
Rick Anderson 65929f679f Update enforcing-ssl.md 2017-07-18 16:01:43 -06:00
Rick Anderson 7e3a4a8036 Update docker.md (#3754) 2017-07-18 15:51:19 -06:00
Rick Anderson 2afe3c19fc 2.0 metapackage (#3735)
* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* work

* Minor tweaks to metapackage.md

* Convert "settings" to singular form

* Remove double quotes surrounding Microsoft.NET.Sdk.Web

* work

* work

* work

* work

* work
2017-07-18 15:44:34 -06:00
Steve Smith 7db259e0ea Adding note clarifying collection property expression behavior / name generation (#3762) 2017-07-18 15:21:18 -06:00
Steve Smith 0fb5119564 added notes about htmlAttributes for Editor/EditorFor (#3766)
* added notes about htmlAttributes for Editor/EditorFor

* Update working-with-forms.md
2017-07-18 15:17:37 -06:00
Alfred Myers 270e9cddf3 Minor layout fix (#3765) 2017-07-18 14:41:23 -05:00
Scott Addie 98fb99eb7d Fixes #3763 2017-07-18 14:36:00 -05:00
Tom Dykstra 2b7a596cef fix link (#3757) 2017-07-18 09:37:43 -06:00
Rick Anderson 0b52d857d3 Update index.md (#3756) 2017-07-18 09:22:39 -06:00
Rick Anderson 7960422b44 Update index.md 2017-07-18 09:04:57 -06:00
Scott Addie 0889f65a7c Remove extra space in SQLite link title 2017-07-17 21:05:31 -05:00
Rick Anderson b1c8db731f Razor Pages with VS17 (#3750)
* Razor Pages with VS17

* Razor Pages with VS17

* Razor Pages with VS17
2017-07-17 16:13:28 -06:00
Ajay Bhargav Baaskaran 108ae806a5 2.0 DataProtection updates (#3708)
* 2.0 DataProtection updates

* tabs for versions

* fix inconsistent indent spacing

* Updated flowcharts
2017-07-17 16:06:33 -06:00
Rick Anderson f4de84612e forms-gen-anti-forgery-tokens (#3743)
* forms-gen-anti-forgery-tokens

* WORK

* WORK

* WORK
2017-07-17 16:05:29 -06:00
Bader Nasser Al-Hashmi ec471bf6f1 escape asterisk to look properly on ms-docs (#3752) 2017-07-17 15:56:21 -06:00
Rick Anderson 25f776c19b broken link (#3727) 2017-07-17 15:03:06 -06:00
Rick Anderson d397e9db4f Razor Pages update (#3722)
* Razor Pages update

* work

* work

* work

* work

* work

* work

* work

* Minor tweaks to Microsoft.AspNetCore.All sentence
2017-07-17 12:19:44 -06:00
mwvdev 87617ec2ea Fixed an extra bracket in test method (#3740)
The source listing of the GetTestSessions method of [Testing Controller Logic](https://docs.microsoft.com/en-us/aspnet/core/mvc/controllers/testing) included an end bracket due to an offset error in the line numbers:

```cs
[Fact]
public async Task Index_ReturnsAViewResult_WithAListOfBrainstormSessions()
{
	// Arrange
	var mockRepo = new Mock<IBrainstormSessionRepository>();
	mockRepo.Setup(repo => repo.ListAsync()).Returns(Task.FromResult(GetTestSessions()));
	var controller = new HomeController(mockRepo.Object);

	// Act
	var result = await controller.Index();

	// Assert
	var viewResult = Assert.IsType<ViewResult>(result);
	var model = Assert.IsAssignableFrom<IEnumerable<StormSessionViewModel>>(
		viewResult.ViewData.Model);
	Assert.Equal(2, model.Count());
}
}

private List<BrainstormSession> GetTestSessions()
{
	var sessions = new List<BrainstormSession>();
	sessions.Add(new BrainstormSession()
	{
		DateCreated = new DateTime(2016, 7, 2),
		Id = 1,
		Name = "Test One"
	});
	sessions.Add(new BrainstormSession()
	{
		DateCreated = new DateTime(2016, 7, 1),
		Id = 2,
		Name = "Test Two"
	});
	return sessions;
}
```

This has been fixed by increasing the starting offset by one.
2017-07-17 07:58:06 -06:00
tsahi 992643b0e5 update link to codeplex with link to gitub (#3741) 2017-07-17 07:57:27 -06:00
tsahi 8fc06a5455 fix link to Jerrie Pelser's blog (#3742)
the next link is also broken, and redirects to a page on docs, but it looks like it's not a copy of the original document, so I didn't fix it. The original text needs to be found, or the reference to it should be fixed.
2017-07-17 07:56:29 -06:00
Rick Anderson 69117a3da3 fix bad link (#3736) 2017-07-15 13:25:23 -06:00
Rick Anderson c008925deb Update anti-request-forgery.md (#3733) 2017-07-15 12:41:20 -06:00
Srikar Tadiparthi 7dbf22b8bb Update sample3.cshtml (#3732)
Added Bootstrap table class to the above code snippet that was missing.
2017-07-15 11:25:28 -06:00
Rick Anderson bd1b333ef4 Update anti-request-forgery.md (#3730)
* Update anti-request-forgery.md

* Update anti-request-forgery.md

* Minor tweaks to note
2017-07-15 07:30:19 -06:00
Alfred Myers b006643511 Corrected identation for grant types (#3724)
And minor improvement on the related text
2017-07-14 21:17:54 -05:00
Rick Anderson e1a22c76e6 Update app-secrets.md 2017-07-14 18:05:52 -06:00
Rick Anderson 041ccc059c Update index.md 2017-07-14 14:59:29 -06:00
Rick Anderson 126ad593cc Update validation.md 2017-07-14 14:39:16 -06:00
Scott Addie 4f06f52b39 Fix spelling mistake in image alt text 2017-07-14 12:49:07 -05:00
Scott Addie 3b18a15f31 Remove implied ToolsVersion property (#3720) 2017-07-14 09:33:50 -06:00
Scott Addie ee5bdb1b00 Add missing comma 2017-07-14 09:51:42 -05:00
abharath27 bc57154a95 Update-tutorial-getting-started-with-signalR.md (#3714)
Add a 'note' that the version numbers in the references to JQuery and JQuery-SignalR should be updated.
2017-07-14 08:46:48 -06:00
mwvdev 1b0218569c Fixed broken link syntax (#3719) 2017-07-14 08:41:30 -06:00
Kasun Kodagoda 5e7c785bea Fixed a typo. (#3718)
Added a missing ')' to a reference link for better readability.
2017-07-14 09:24:25 -05:00
Rick Anderson 2001207627 Update AnchorTagHelper.md (#3715) 2017-07-13 16:01:02 -06:00
Daniel Vicarel 798520e785 Clarified some language in the 'Controlling Tag Helper scope with the *_ViewImports.cshtml* file' section. (#3712) 2017-07-13 15:25:43 -06:00
Scott Addie 94d64fbb62 Add missing xref prefix to link 2017-07-12 11:23:51 -05:00
Scott Addie e052808955 UE Edit of native Tag Helpers landing page (#3705) 2017-07-12 11:15:57 -05:00
Scott Addie 68cb2ea37f Add missing space in Tag Helpers heading 2017-07-12 11:02:08 -05:00
Tom Dykstra e56645aa5e 2.0 release notes (#3687)
* initial

* initial2

* initial3

* toc

* fix note format

* fix links

* Update aspnetcore-2.0.md (#3689)

* ra feedback, additional edits

* more edits

* clarify this isn't all there is in 2.0

* netstandard

* fix link
2017-07-12 09:10:23 -06:00
Tamás Koczka db9ed5f56d Fix typo in cross-site-scripting.md (#3695) 2017-07-12 10:58:10 -04:00
mahdishahbazi 3eb0b09fe1 Update action-results.md (#3701) 2017-07-12 10:56:41 -04:00
Rick Anderson af72b3d973 Update index.md (#3699)
* Update index.md

* Update index.md
2017-07-11 16:59:54 -06:00
Steve Smith f2e1022f5c Cleaning up and updating Startup (#3666)
* Cleaning up and updating startup details.

* Responding to feedback

* re-arranging order and responding to feedback

* Tweaking reference to Hosting

* Remove reference to repo that lists all startup services
2017-07-11 09:07:06 -06:00
Rick Anderson 3bbb252e46 Update response.md (#3683) 2017-07-10 21:53:15 -06:00
Peter Kellner e7d790a5a3 Update CacheTagHelper.md (#3680)
* Update CacheTagHelper.md

Fixed the vary-by-user explanation to be more clear and removed the "Needs Review" comment

* Update CacheTagHelper.md
2017-07-10 18:31:22 -06:00
Rick Anderson 8c07fac6d9 Update next.md (#3685) 2017-07-10 15:12:20 -06:00
Tom Dykstra d98731bef3 fix links (#3686) 2017-07-10 15:12:03 -06:00
Tom Dykstra e8aa80f5a8 retire vsts tutorial (#3684) 2017-07-10 14:50:31 -06:00
Scott Addie 5ce7775138 Fixes #3499
Update Yeoman doc
2017-07-10 15:02:22 -04:00