Commit Graph

1047 Commits (548c18a2d66d67060c424c404a539998dc74a191)

Author SHA1 Message Date
Daniel Roth 8ba58454e0 Merge pull request #381 from jimschubert/patch-1
Update your-first-mac-aspnet.rst
2015-08-19 10:15:57 -07:00
Jim Schubert eb30c10688 Update overview.rst
Change link to location of ICompileModule.cs in dev branch.
2015-08-15 21:58:36 -04:00
Jim Schubert 1896d34a28 Update your-first-mac-aspnet.rst
CMD+SHIFT+P now opens the quick task list.
2015-08-15 21:09:13 -04:00
Daniel Roth b30bc54bd2 Merge pull request #375 from insanitysauce/patch-1
Update installing-on-linux.rst
2015-08-13 12:47:47 -07:00
Daniel Roth 2ef03fd9de Merge pull request #376 from aspnet/shanselman-patch-1
Spelling error
2015-08-13 09:47:31 -07:00
Balakrishnan (Balki) Ranganathan e2d1ddcc4a Update angular.rst
Fixed old sample project GitHub link with new one. Changed "docs" to "aspnet" in the URI.
2015-08-10 20:21:19 -07:00
Scott Hanselman 1d41bf9fee Spelling error 2015-08-06 23:52:57 -07:00
insanitysauce 3ceb59d24e Update installing-on-linux.rst
The command listed to add the Mono Project GPG signing key failed with "gpg: keyserver timed out".  Heading over to the Mono docs on mono-project.com (http://www.mono-project.com/docs/getting-started/install/linux/), we find this command represented a little differently:

Current doc @36:
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF

Proposed change:
    sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF


My Ubuntu VM liked the command above and was able to add the GPG key.
~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.2 LTS
Release:        14.04
Codename:       trusty
2015-08-06 13:41:59 -06:00
Tom Archer 75eb97fd57 Updated to beta6 and tested 2015-08-04 08:37:06 -07:00
Daniel Roth 4a140959f5 Update installing-on-linux.rst 2015-08-03 13:40:42 -07:00
danroth27 f5e817a20c Update environments article to beta6 2015-07-31 16:56:13 -07:00
danroth27 5bfb4fc433 Update app insights article to beta6 2015-07-31 16:54:51 -07:00
danroth27 e548ae5aa2 Update CORS article to beta6 2015-07-31 16:46:28 -07:00
danroth27 a279992675 Update console article to beta6 2015-07-31 15:25:12 -07:00
danroth27 3ef2f5b5c1 Update bootstrap article to use common web app sample 2015-07-31 15:18:34 -07:00
danroth27 085364973b Update angular article to beta6 2015-07-31 15:12:14 -07:00
Daniel Roth 9dbb3cb748 Update less-sass-fa.rst 2015-07-30 22:33:21 -07:00
Daniel Roth 28d6626cf5 Remove non-existant less code block formatting 2015-07-30 22:31:15 -07:00
danroth27 1749caf5ea Fix owin build warnings 2015-07-30 21:59:14 -07:00
Daniel Roth e35875dfaa Merge pull request #355 from omarpando/patch-1
Update configuration.rst
2015-07-30 16:08:28 -07:00
danroth27 b05b4df3e7 Updated diagnostics article to beta6 2015-07-30 16:06:11 -07:00
danroth27 43ec0f26bf Update config article to beta6 2015-07-30 13:40:24 -07:00
Omar Alvarez Pando 4274f01310 Update configuration.rst
- configuration for "configuraton "
- configuration  for "configuraiton"
2015-07-30 15:55:18 -04:00
danroth27 de0009ce1a Updating common samples to beta6 2015-07-30 10:53:06 -07:00
Steve Smith f176dabc4a Merge pull request #341 from aspnet/owin
Owin
2015-07-30 10:59:40 -04:00
danroth27 1e7addeba4 Merge branch 'buildwarnings' 2015-07-29 14:08:23 -07:00
Daniel Roth 7837083a5b Merge pull request #336 from tugberkugurlu/patch-2
added unzip requirement for ubuntu
2015-07-29 08:48:09 -07:00
danroth27 1c49d5ec1c Fixing build warnings 2015-07-28 23:02:59 -07:00
danroth27 c4456d9e91 Updating app secrets article to beta5 2015-07-28 22:28:15 -07:00
danroth27 c8cc737b1e Updating dnx overview to beta5 2015-07-28 22:28:10 -07:00
Daniel Roth 440aada13d Update social logins email to beta5 2015-07-28 22:28:04 -07:00
Daniel Roth e7e7b35777 Update startup link to beta5 tag 2015-07-28 22:27:58 -07:00
danroth27 6fa7024914 Updating app insights article to beta5 2015-07-28 22:27:53 -07:00
danroth27 3de8e5d7f2 Updating configuration article for beta5 2015-07-28 22:27:48 -07:00
danroth27 8080f1b325 Updating WebApplication1 sample to beta5 2015-07-28 22:27:33 -07:00
Daniel Roth 0057d4276e Merge pull request #342 from jsinh/patch-1
Link reference for .NET Core 5 on DNF fixed
2015-07-28 21:30:39 -07:00
Daniel Roth d8003bffa2 Merge pull request #343 from weitzhandler/patch-1
Redundant upper-case 'Web'
2015-07-28 21:29:55 -07:00
Andrew Stanton-Nurse fb5d755d7b Merge pull request #347 from aspnet/anurse/fix-nuget-config-case
Update casing of NuGet.Config
2015-07-27 14:12:24 -07:00
Andrew Nurse 8a82dbb281 Update mac instructions for removal of homebrew 2015-07-27 14:05:05 -07:00
Andrew Stanton-Nurse 8091210264 Update casing of NuGet.Config 2015-07-22 14:48:55 -07:00
Steve Smith 10bb8ae969 Removing broken link to samples 2015-07-22 14:32:57 -04:00
Steve Smith bb1065b758 Clarified Properties dictionary; removed a few unsupported keys. 2015-07-21 09:30:03 -04:00
Shimmy 447977c324 Redundant upper-case 'Web' 2015-07-20 13:06:46 +03:00
Jaspalsinh Chauhan 08523d1009 Link reference for .NET Core 5 on DNF fixed
Link reference for .NET Core 5 on dotnetfoundation.org was broken - fixed URL reference.
2015-07-18 12:34:48 +05:30
Steve Smith d1667a9999 Removed a bunch of unsupported OWIN keys 2015-07-17 16:12:15 -04:00
Steve Smith deb6a962ee Some fixes in response to @tratcher feedback. Still need to finish up the keys tables. 2015-07-17 14:25:46 -04:00
Steve Smith 64c6b84b3b Merge pull request #339 from aspnet/request-features
Request features
2015-07-17 13:59:20 -04:00
Steve Smith 6055a5937e Updated all GitHub references to beta5 label
Addressed minor copy updates from @tratcher
2015-07-17 11:15:53 -04:00
Steve Smith f7883dc27e Replaced by using-grunt and using-gulp 2015-07-16 10:01:36 -04:00
Steve Smith 27bc60f365 Updated samples and added tables listing OWIN keys 2015-07-16 09:43:45 -04:00
Steve Smith 5572371de1 Finished initial draft. 2015-07-14 10:37:56 -04:00
Steve Smith 55f1a80b0e Adding middleware section and references 2015-07-13 16:09:16 -04:00
Tugberk Ugurlu 1e4d072611 fixed typo 2015-07-10 21:45:41 +01:00
Tugberk Ugurlu 31f1752411 added unzip requirement 2015-07-10 21:43:50 +01:00
Steve Smith b854449c09 Fixed author links
Added link to Using Grunt
2015-07-10 10:43:20 -04:00
Steve Smith 5cece87b22 Merge pull request #330 from aspnet/gruntgulpfix
Moved grunt-gulp to using-grunt and updated TOC
2015-07-10 10:04:28 -04:00
Steve Smith 3c176d67fc Merge pull request #331 from noelatfalafel/yeoman-3
yeoman article with suggested updates
2015-07-10 09:51:23 -04:00
Steve Smith 8259b6275e Merge pull request #329 from aspnet/servers-2
Servers
2015-07-10 09:41:14 -04:00
Steve Smith aed5361a21 A few small tweaks. 2015-07-10 09:40:22 -04:00
Steve Smith c55df70b90 Updated per @tratcher feedback. 2015-07-09 21:18:31 -04:00
Noel Rice f7fbd64daa yeoman article with suggested updates 2015-07-09 14:57:52 -07:00
Steve Smith 7b574633aa Moved grunt-gulp to using-grunt and updated TOC 2015-07-09 17:42:07 -04:00
Steve Smith 95d814e4ac Merge pull request #307 from noelatfalafel/GruntGulpSplit
Gulp rewrite using Mike Wasson's document, addresses #181
2015-07-09 17:08:30 -04:00
Steve Smith c9b0382708 Added configuration section and section on choosing a server. 2015-07-09 15:37:24 -04:00
Doug 7dca74c15f Don't create invalid JSON
[Comments are not allowed in JSON](https://stackoverflow.com/questions/244777/can-i-comment-a-json-file). The project.json file originally described causes errors when using dnx on the command line.
2015-07-09 13:48:03 -04:00
Steve Smith 7028446322 Upgrading to beta5 2015-07-09 09:15:03 -04:00
noelitoa be32a52e89 Updated link to sample ASP.NET projects on Github 2015-07-08 16:22:10 +08:00
Steve Smith 9f50944f98 Adding Nowin sample 2015-07-06 15:12:10 -04:00
Steve Smith 3860f7871a Updated project to beta5
Minor updates to article outline
2015-07-06 11:56:43 -04:00
Steve Smith b5eeae2451 Servers article and sample project. 2015-07-06 10:02:35 -04:00
Steve Smith 62d295c8e6 Initial structure and sample project. 2015-07-02 11:48:58 -04:00
Steve Smith 5bcd31ab75 Initial progress on Request Features 2015-07-02 09:41:58 -04:00
Barry Dorrans 2d8067aeae Fix up missing references 2015-06-29 11:02:45 -07:00
danroth27 2bb1af134f Moved app secrets article to aspnet folder and cleaned up content 2015-06-27 21:40:13 -07:00
Noel Rice bc669f91b3 Add punctuation. 2015-06-25 17:05:56 -07:00
Noel Rice f06620380f Fix section title and massage paragraph slightly to agree with the title. 2015-06-25 17:01:54 -07:00
Noel Rice fb2267ca99 Moving gulp to \aspnet per current file structure 2015-06-25 16:42:30 -07:00
Steve Smith 51a8f2f84a Merge pull request #268 from ardalis/startup
Startup
2015-06-22 14:07:53 +00:00
danroth27 56cc07d4a0 Addressing PR feedback. 2015-06-19 12:34:26 -07:00
danroth27 89718fe4d0 Remove unneeded layout 2015-06-12 15:18:15 -07:00
Daniel Roth 0662db78c8 Update accconfirm.rst 2015-06-12 11:44:52 -07:00
Daniel Roth 90d4e285e9 Merge pull request #297 from glen-84/patch-1
Corrections to accconfirm.rst
2015-06-11 16:55:48 -07:00
Rick Anderson 92b70f5fbc Merge pull request #301 from aspnet/Rick-Anderson-patch-1
Minor typos
2015-06-11 13:01:39 -07:00
Rick Anderson db3b850e64 added colon back 2015-06-11 12:57:39 -07:00
Mike Wasson cae7c02bb8 Add cross-project links 2015-06-11 12:33:59 -07:00
Rick Anderson 13f0ed773a Minor typos
@danroth27
removed eg, ex, italic to file names *project.json*
2015-06-10 18:25:57 -07:00
blackdwarf 9a9a8526c6 Adding index label to aspnet index.rst
To be able to link to the core ASP.NET 5 documentation on RTD via
intersphinx we need to a label in the index.rst file. Added that.
2015-06-08 10:42:47 -07:00
Glen f46606e69c Corrections to accconfirm.rst 2015-06-07 14:59:38 +02:00
Steve Smith ca902cff89 Updated how Startup is discovered and loaded.
Added a demo showing a second Startup class in the sample project.
2015-06-05 10:44:40 -04:00
Steve Smith da636409a8 Updated wording per @danroth27 and @davidfowl
Cleaning up () on methods referenced throughout the article
2015-06-04 23:28:51 -04:00
Steve Smith 2a5998abb4 Adding sample files back in 2015-06-04 11:36:22 -04:00
danroth27 afb8b9da58 Add Request Features stub topic, fix OWIN stub 2015-06-03 13:58:07 -07:00
Steve Smith d99884de2f Merging changes 2015-06-03 16:33:10 -04:00
danroth27 25ef34e3ca Add link to .NET Core docs 2015-06-03 09:31:02 -07:00
danroth27 c6f56d8058 Move configuration folder to aspnet folder 2015-06-02 21:41:55 -07:00
Barry Dorrans 0d6eddc53b Correct spelling and add missing superscript. 2015-06-02 16:14:20 -07:00
danroth27 b7613c2893 Create new MVC project 2015-06-01 15:45:30 -07:00