Commit 3cbe157
authored
Update live with current master (dotnet#1895)
* Update extensibility.md
* reviewed topic
fixed typo
changed description
* Responding to PR feedback
* Migrated VB6 lifetime support document
* Added metadata
* Addressed comments.
* Update unit-testing-with-dotnet-test.md
[TestClass] attribute does not exist in xunit framework
* fixing what's new title on the breadcrumb (dotnet#1864)
* restoring well formatted sections in what's new (dotnet#1868)
* restoring well formatted sections
* fixed more links
* react to feedback
* a few more fixes
* Remove rhel minor versions (dotnet#1863)
RHEL minor versions are binary compatible. The rhel major should be used for publishing.
* Add redirects for base-types, garbage-collection and thread-safe. (dotnet#1869)
* Update 301 links (dotnet#1825)
* Initial commit
* Updates
* React to feedback
* React to feedback
* React to feedback
* Revert docset_name
* Revert package links
* React to feedback
* docs update to dotnet/docs
* React to feedback
* exception docs migration and standard toc (dotnet#1866)
* cleanup migration (dotnet#1872)
* Base-types folder migration cleanup (dotnet#1867)
* base-types folder migration cleanup
* .net framework to .net
* take care of nit :)
* A minor change to the output comments in Example-1 of C# Properties guide (dotnet#1873)
* a minor update to the output comments
Changed the output from John Doe --> Wayne Withow
* updated the output,firstname and lastname in Example-1 of C# Properties guide
As per the chanages proposed by @guardrex ,
I have updated the code on line 21 in the main method from-- new Person("Wayne", "Withrow") --> new Person("Isabelle", "Butts")
and updated the output comment from Wayne Withrow --> Isabelle Butts
* fixed broken links to visualstudio/data-tools (dotnet#1816)
* fixed broken links
fixed broken links to visualstudio/data-tools topics
* removed en-us from links
* Initial commit (dotnet#1874)
* Migration update: datetime group (dotnet#1870)
* Initial commit
* React to feedback
* React to feedback
* Update vb6-support.md
* Added missing language IDs to C# code snippets. (dotnet#1801)
* Added missing language IDs to C# code snippets.
* Corrected Anchor tags per review comments.
* Added closing tags for all anchors in the topic.
* Update vb6-support.md
* fixed `dotnet sln add` blobs (dotnet#1834)
* fixed blobs in readme
Under bash 4.3.42(1) `dotnet sln add` fails when the wildcard blob does not include a file extension qualifier (e.g., .csproj)
`dotnet sln <FILE.sln> add **/*`
The CLI terminates when it comes across a sub directory that does not contain a project file. E.g., wwwroot/.
Adding a qualifier to the blob, (`.{csproj,fsproj}) seems to be the correct way to use blobs with `dotnet sln add`.
This does not apply to `dotnet sln remove` which can use unqualified wildcard blobs.
* Update dotnet-sln.md
change ms.date to now
replace specific globs with place holders in synopsis
removed 'add a new solution to the current directory' this is covered by dotnet-new documentation
provide examples for:
adding / removing individual solutions
adding / removing multiple solutions
adding / remove multiple solutions using globbing patterns
* Update dotnet-sln.md
Remove specific globbing pattern from the remove command and explain that it 'Removes'.
Add globbing pattern place-holders to command descriptions
Fix globbing patterns in the examples
* fix typo
"remove to" should be "remove from"
* Update extensibility.md
* Update index.md
* Two fixes for example WriteEventCore
1) EventProvider.EventData should be EventSource.EventData. EventSource can be omitted, so it is simplified to just EventData.
2) The (IntPtr) cast is incorrect. The third parameter of WriteEventCore is EventData* and dataDesc is already that type so no cast is needed.
* Metadata updates (dotnet#1871)
* Migrated VB6 lifetime support document
* Added metadata
* Addressed comments.
* Add redirects for base-types, garbage-collection and thread-safe.
* Update metadata for migrated content.
* exception docs migration and standard toc (dotnet#1866)
* cleanup migration (dotnet#1872)
* Base-types folder migration cleanup (dotnet#1867)
* base-types folder migration cleanup
* .net framework to .net
* take care of nit :)
* A minor change to the output comments in Example-1 of C# Properties guide (dotnet#1873)
* a minor update to the output comments
Changed the output from John Doe --> Wayne Withow
* updated the output,firstname and lastname in Example-1 of C# Properties guide
As per the chanages proposed by @guardrex ,
I have updated the code on line 21 in the main method from-- new Person("Wayne", "Withrow") --> new Person("Isabelle", "Butts")
and updated the output comment from Wayne Withrow --> Isabelle Butts
* fixed broken links to visualstudio/data-tools (dotnet#1816)
* fixed broken links
fixed broken links to visualstudio/data-tools topics
* removed en-us from links
* Initial commit (dotnet#1874)
* Migration update: datetime group (dotnet#1870)
* Initial commit
* React to feedback
* React to feedback
* Update vb6-support.md
* Added missing language IDs to C# code snippets. (dotnet#1801)
* Added missing language IDs to C# code snippets.
* Corrected Anchor tags per review comments.
* Added closing tags for all anchors in the topic.
* Update vb6-support.md
* fixed `dotnet sln add` blobs (dotnet#1834)
* fixed blobs in readme
Under bash 4.3.42(1) `dotnet sln add` fails when the wildcard blob does not include a file extension qualifier (e.g., .csproj)
`dotnet sln <FILE.sln> add **/*`
The CLI terminates when it comes across a sub directory that does not contain a project file. E.g., wwwroot/.
Adding a qualifier to the blob, (`.{csproj,fsproj}) seems to be the correct way to use blobs with `dotnet sln add`.
This does not apply to `dotnet sln remove` which can use unqualified wildcard blobs.
* Update dotnet-sln.md
change ms.date to now
replace specific globs with place holders in synopsis
removed 'add a new solution to the current directory' this is covered by dotnet-new documentation
provide examples for:
adding / removing individual solutions
adding / removing multiple solutions
adding / remove multiple solutions using globbing patterns
* Update dotnet-sln.md
Remove specific globbing pattern from the remove command and explain that it 'Removes'.
Add globbing pattern place-holders to command descriptions
Fix globbing patterns in the examples
* fix typo
"remove to" should be "remove from"
* Update metadata for migrated content.
* Fixed thread safety for the ValueTask example (dotnet#1883)
* Fixed thread safety for the ValueTask example
The ```cache = true``` line should be after the ```cacheResult = 100``` line, otherwise it is not thread safe.
Also fixed method's name casing.
* Changed call side of LoadCache
* Update index.md
* Instructions on how to download samples (dotnet#1832)
* Initial commit
* Updates
* Initial commit
* Updates
* Minor update
* Update links
* Make Samples and tutorials repo agnostic
* Updates
* Updates
* React to feedback
* Update section title to 'and'
* Update netcore-hosting.md
* Update indexers.md
* Update console-teleprompter.md
* Update console-webapiclient.md
* Update index.md
* React to feedback
* Update extensibility.md
* Restoring PDF functionality.
* Delete redirected files and update redirection.json
* Addressed issue dotnet#1888: bad return value for StreamReader async reads
* Update toc.md (dotnet#1881)
* Restoring PDF functionality. (dotnet#1892)
* Migration: docs/framework/deployment/index updates (dotnet#1884)
* Update index.md
* Update index.md
* Updated title
* Migration: Update docs/framework/install/guide-for-developers (dotnet#1882)
* Update guide-for-developers.md
* Update guide-for-developers.md
* Removed extra space
* Fixed link and list formatting (dotnet#1893)
* Update index.md
* Migration: docs/standard group link updates (dotnet#1879)
* Update application-essentials.md
* Update common-i-o-tasks.md
* Update asynchronous-file-i-o.md
* Update how-to-compress-and-extract-files.md
* Update how-to-copy-directories.md
* Update how-to-enumerate-directories-and-files.md
* Update how-to-open-and-append-to-a-log-file.md
* Update how-to-read-and-write-to-a-newly-created-data-file.md
* Update how-to-read-and-write-to-files-in-isolated-storage.md
* Update how-to-read-characters-from-a-string.md
* Update how-to-read-text-from-a-file.md
* Update how-to-write-characters-to-a-string.md
* Update how-to-write-text-to-a-file.md
* Update isolated-storage.md
* Update memory-mapped-files.md
* Update pipe-operations.md
* Update toc.md
* Update backreference-constructs-in-regular-expressions.md
* Update regular-expression-language-quick-reference.md
* Update regular-expression-language-quick-reference.md
* Update cross-platform-development-with-the-portable-class-library.md
* Update save-time-zones-to-an-embedded-resource.md
* Update use-time-zones-in-arithmetic.md
* Update working-with-calendars.md
* Update working-with-calendars.md
* Update managed-execution-process.md
* Update index.md
* Update toc.md
* Update common-i-o-tasks.md
* Update index.md
* Create substitutions-in-regular-expressions.md
* Update regular-expression-language-quick-reference.md
* Update use-time-zones-in-arithmetic.md
* Update delegates-for-manipulating-arrays-and-lists.md
* Update .openpublishing.redirection.json
* Update regular-expression-language-quick-reference.md
* Update index.md
* moved table to an include file (dotnet#1724)
* moved table to an include file
* addressed feedback
* addressed feedback/removed library
* small fixes
* fixing toc
* more feedback
* respond to feedback.
* update per feedback.
* Fix typo in WebExceptionStatus
Change "piplined" to "pipelined"
* Fix links1 parent 50e6520 commit 3cbe157
File tree
4 files changed
+11
-11
lines changed- xml
- System.Diagnostics.Tracing
- System.IO
- System.Net
- System
4 files changed
+11
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2477 | 2477 | | |
2478 | 2478 | | |
2479 | 2479 | | |
2480 | | - | |
| 2480 | + | |
2481 | 2481 | | |
2482 | 2482 | | |
2483 | 2483 | | |
| |||
2488 | 2488 | | |
2489 | 2489 | | |
2490 | 2490 | | |
2491 | | - | |
| 2491 | + | |
2492 | 2492 | | |
2493 | 2493 | | |
2494 | 2494 | | |
| |||
2675 | 2675 | | |
2676 | 2676 | | |
2677 | 2677 | | |
2678 | | - | |
| 2678 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1230 | 1230 | | |
1231 | 1231 | | |
1232 | 1232 | | |
1233 | | - | |
| 1233 | + | |
1234 | 1234 | | |
1235 | 1235 | | |
1236 | 1236 | | |
| |||
1347 | 1347 | | |
1348 | 1348 | | |
1349 | 1349 | | |
1350 | | - | |
| 1350 | + | |
1351 | 1351 | | |
1352 | 1352 | | |
1353 | 1353 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
559 | | - | |
| 559 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
753 | 753 | | |
754 | 754 | | |
755 | 755 | | |
756 | | - | |
| 756 | + | |
0 commit comments