Commit graph

105 commits

Author SHA1 Message Date
André Oliveira 9e53ac8c4a Fix small typo in docs for Linux Setup (#2022) 2018-10-26 09:37:05 -07:00
Guntbert Reiter 660292a2d2 Make wget slightly more verbose (#1987)
`wget -q` is completeley quiet and doesn't even report any errors.
This can lead to a situation where the subsequent command fails but the user is not made aware of that issue (like with a 404 error,...).

Therefore I propose `wget -nv` which prevents `wget` from being verbose but reports errors.
2018-10-09 10:08:21 -07:00
Karel Zikmund 36ebc6348c
Minor grammer change 2018-10-03 17:23:21 -07:00
aaraggornn b277641d56 Grammar changes (#1976) 2018-10-03 17:20:21 -07:00
Borislav Ivanov ee5a254f52 Fix spelling errors and punctuation (#1903) 2018-09-06 14:46:24 -07:00
Miha Zupan b5fb57bdda Fix fragment references in linux-setup.md 2018-08-25 03:37:01 +02:00
Miha Zupan 1fc5ca43f7 Fix documentation typo in microsoft-team.md 2018-08-25 03:35:58 +02:00
Immo Landwerth 9d056136c3 Improve wording on comment editing
GitHub supports editing comments now, so need to update our guidance to
reflect this. However, we also believe a ful edit log doesn't take away
all the concerns that come with editing someone else's comment.

Fixes #1885.
2018-08-24 11:47:37 -07:00
Lee Coward 32b219e5e6 update doc intro 2018-07-27 14:57:34 -07:00
Lee Coward 40d6858a08 add detailed linux config documentation 2018-07-27 10:02:00 -07:00
Lee Coward 8283ce067f remove libunwind from 2.1 column 2018-07-25 09:21:59 -07:00
Lee Coward bdd8302f07 update linux prereq documenation 2018-07-24 19:41:33 -07:00
Lee Coward 0273dd9187 add linux prereqs doc 2018-07-23 20:40:11 -07:00
Chuck Ries 853f2acc4c Replace source_link.md with pointer to new location 2018-04-10 13:14:52 -07:00
Jan Vorlicek 88cac31cbe Fix the list of excluded libraries for self contained apps (#1390)
The libresolv.so.* is part of the libc package and as such needs to be
excluded.
2018-03-28 08:12:48 -07:00
Noah Falk f548adeecf
Update portable pdb guidance in 4.7.1 (#1250)
* Update portable pdb guidance in 4.7.1

Unfortunately due to https://github.com/Microsoft/dotnet/issues/529 we had to withdraw Portable PDB from 4.7.1 but we anticipate having the feature restored in 4.7.2 with much improved performance.

* Update portable_pdb.md

Clarify that in 4.7.2 the issue is targeting, not just what runtime the code is executing on
2018-02-02 15:25:13 -08:00
Filip W ee19205c6c corrected typo (#1225) 2018-01-27 21:22:41 -08:00
Immo Landwerth 02e1e51cef
Add link for service accounts 2017-12-11 15:29:57 -08:00
Tomáš Matoušek d2846851bc
Update portable_pdb.md 2017-11-29 17:10:41 -08:00
Rich Lander a49e5a1219
Update microsoft-team.md 2017-11-08 11:30:11 -08:00
Rich Lander a1269d0be3
Add onboarding instructions for Microsoft Team members (#1064)
* Add onboarding instructions for Microsoft Team members

* Update per feedback

* Add .NET Core repo link
2017-11-07 23:19:13 -08:00
Peter Marcu b158395872 Update prereqs.md 2017-10-06 15:11:32 -07:00
Maira Wenzel 3da9cef460 improve topic (#863)
* improve topic

* feedback
2017-10-05 16:54:59 -07:00
Lee Coward 4106eaaa6f redirect to updated prereqs documentation 2017-09-21 14:57:42 -07:00
Michael 8213081216 Fixed the link to wcf repository (#941)
Fixed the link to wcf repository
2017-09-09 08:26:14 -07:00
Jan Vorlicek 0b1a163159 Document using .NET Core on RHEL 6 / CentOS 6 (#906)
Adds document that describes how to build .NET Core dependencies on RHEL
6 / CentOS 6 and how to install them in order to run .NET Core apps.
2017-08-29 14:02:05 -07:00
Maarten Balliauw 3cc74f3cd7 Add dotPeek to support SourceLink (#763) 2017-08-10 08:40:33 -07:00
Maira Wenzel 8df48e179f Update official-docs.md (#743) 2017-08-10 08:38:50 -07:00
Rich Lander 94269df52d Added 'What you can expect from Maintainers' doc (#753)
* Add hat you can expect from Maintainers doc

* Update per feedback

* Remove references to Microsoft

* Correct review group email address
2017-08-10 08:37:30 -07:00
Jan Vorlicek 983a442acd Add self contained linux apps doc (#773) 2017-07-26 10:24:05 -07:00
Tomáš Matoušek 5c6997c50a Update Windows PDB availability info 2017-07-06 14:29:09 -07:00
Peter Marcu 48ba855a52 Adding core-setup. (#729) 2017-07-05 13:46:20 -07:00
Rich Lander 7f1e499518 Update core-repos.md 2017-07-05 11:03:49 -07:00
Rich Lander 40edabb344 Update per feedback 2017-07-03 20:35:00 -07:00
Rich Lander 813a270b28 Update README (#728)
* Update README

* Update README links

* Update per feedback

* Add link to .NET platform
2017-07-03 20:17:38 -07:00
Peter Marcu 414505918e Fixing VC Redist download links. 2017-06-16 15:02:18 +02:00
Tomáš Matoušek 967312d559 Update portable_pdb.md 2017-05-16 09:35:52 -07:00
Chuck Ries 253cf2a846 Add initial Source Link spec 2017-04-24 13:12:37 -07:00
Rich Lander 97c5c28042 Add docs (#547)
* Add docs

* Clarify role of .NET Framework docs

* Update official-docs.md
2017-03-31 16:46:37 -07:00
Omair Majid e06a8c7f23 Fix markdown headings
GitHub recently changed how it renders headings. Now headings need a
space after the last # to be recognized as a heading.

See https://github.github.com/gfm/#atx-headings
2017-03-20 16:52:07 -04:00
Peter Marcu 860703c9d9 Adding basic system requirements (#465)
* Adding basic system requirements

* Adding default size note

* Removing SSE statement
2017-02-08 09:57:39 -08:00
Tomáš Matoušek a576ba10d7 Update list of tools that do not support Portable PDBs (#452) 2017-02-06 22:55:54 -08:00
Jonathan Channon 53e2da10c6 Update prereqs.md (#416) 2017-01-05 18:54:55 -08:00
Atif Aziz cf742b0f92 Fix broken link to portable PDB reader (#385) 2017-01-05 18:45:16 -08:00
Zlatko Knezevic 4cb5cbe9d2 Remove VS2012 pre-reqs (#129)
Removing the VS2012 CRT pre-requisite since it is no longer needed, as confirmed by @leecow.
2016-06-17 09:55:03 -07:00
Zlatko Knezevic fb11f1e438 Create prereqs.md (#116)
* Create prereqs.md

Creating an overall .NET Core pre-req native deps file to be able to point people to.

* Update prereqs.md

Responding to PR feedback.
2016-06-06 11:47:43 -07:00
noahfalk 1beaf16021 Editorial improvements for portable_pdb.md 2016-03-10 14:01:07 -08:00
Noah Falk 0c61b63e18 Add portable PDB doc 2016-03-09 16:49:28 -08:00
Matthew Whilden 4ca6ed0fa0 Move known issue to the right spot 2015-12-28 17:08:22 -08:00
Matthew Whilden 6e53b27d63 Add binder known issue 2015-12-28 17:07:34 -08:00
Matthew Whilden de84a1ebfe Add warning about needing to delete ilcRepro.zip
We don't currently check to see if the file is already there and if it is, we crash ungracefully after spending multiple minutes building.
2015-12-07 15:42:05 -08:00
Simon Nattress f522b97e77 Update .Net Native fwlink with new known issues
Add guidance for two new issues:
1. WACK failure for apps with native code and "Optimize Code" unchecked
in project properties. Developer experience mode pulls in illegal Store
APIs.
2. Large applications failing compilation in Store.  The toolchain
distributed with Windows 10 Tools 1.1 mitigates this.
2015-09-03 19:40:42 -07:00
Gaurav Khanna 92dc95490d Update ilcRepro.md 2015-08-13 17:26:00 -07:00
Rich Lander 10eac87ffb Update ilcRepro.md 2015-07-29 14:11:15 -07:00
Xy Ziemba 5c3f4b25cf Add repro instructions for ILC internal compiler errors 2015-07-09 15:43:52 -07:00