Skip to content

Replace legacy Code Gallery link with new Samples browser #4166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xml/System.Threading.Tasks/Parallel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</remarks>
<threadsafe>All public and protected members of <see cref="T:System.Threading.Tasks.Parallel" /> are thread-safe and may be used concurrently from multiple threads.</threadsafe>
<related type="Article" href="~/docs/standard/parallel-programming/data-parallelism-task-parallel-library.md">Data Parallelism (Task Parallel Library)</related>
<related type="ExternalDocumentation" href="https://code.msdn.microsoft.com/Samples-for-Parallel-b4b76364">Samples for Parallel Programming with the .NET Framework</related>
<related type="ExternalDocumentation" href="https://aka.ms/dotnet-parallel-samples">Samples for Parallel Programming with the .NET Core and .NET Standard</related>
</Docs>
<Members>
<MemberGroup MemberName="For">
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Threading.Tasks/Task.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<altmember cref="T:System.Threading.Tasks.Task`1" />
<related type="Article" href="~/docs/standard/parallel-programming/task-parallel-library-tpl.md">Task Parallel Library (TPL)</related>
<related type="Article" href="~/docs/standard/parallel-programming/task-based-asynchronous-programming.md">Task-based Asynchronous Programming</related>
<related type="ExternalDocumentation" href="https://code.msdn.microsoft.com/Samples-for-Parallel-b4b76364">Samples for Parallel Programming with the .NET Framework</related>
<related type="ExternalDocumentation" href="https://aka.ms/dotnet-parallel-samples">Samples for Parallel Programming with the .NET Core and .NET Standard</related>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Threading.Tasks/TaskCreationOptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

]]></format>
</remarks>
<related type="ExternalDocumentation" href="https://code.msdn.microsoft.com/Samples-for-Parallel-b4b76364">Samples for Parallel Programming with the .NET Framework</related>
<related type="ExternalDocumentation" href="https://aka.ms/dotnet-parallel-samples">Samples for Parallel Programming with the .NET Core and .NET Standard</related>
</Docs>
<Members>
<Member MemberName="AttachedToParent">
Expand Down
8 changes: 4 additions & 4 deletions xml/System.Threading.Tasks/TaskFactory.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
</remarks>
<threadsafe>All public and protected members of <see cref="T:System.Threading.Tasks.TaskFactory" /> are thread-safe and may be used concurrently from multiple threads.</threadsafe>
<related type="Article" href="~/docs/standard/parallel-programming/task-parallel-library-tpl.md">Task Parallel Library (TPL)</related>
<related type="ExternalDocumentation" href="https://code.msdn.microsoft.com/Samples-for-Parallel-b4b76364">Samples for Parallel Programming with the .NET Framework</related>
<related type="ExternalDocumentation" href="https://aka.ms/dotnet-parallel-samples">Samples for Parallel Programming with the .NET Core and .NET Standard</related>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
Expand Down Expand Up @@ -456,7 +456,7 @@
</AssemblyInfo>
<Docs>
<summary>Creates a continuation task that starts when a set of specified tasks has completed.</summary>
<related type="ExternalDocumentation" href="https://code.msdn.microsoft.com/Samples-for-Parallel-b4b76364">Samples for Parallel Programming with the .NET Framework</related>
<related type="ExternalDocumentation" href="https://aka.ms/dotnet-parallel-samples">Samples for Parallel Programming with the .NET Core and .NET Standard</related>
</Docs>
</MemberGroup>
<Member MemberName="ContinueWhenAll">
Expand Down Expand Up @@ -1586,7 +1586,7 @@ The NotOn\* and OnlyOn\* <xref:System.Threading.Tasks.TaskContinuationOptions>,
<related type="Article" href="~/docs/standard/parallel-programming/task-parallel-library-tpl.md">Task Parallel Library (TPL)</related>
<related type="Article" href="~/docs/standard/parallel-programming/chaining-tasks-by-using-continuation-tasks.md">Chaining Tasks by Using Continuation Tasks</related>
<related type="Article" href="~/docs/standard/parallel-programming/task-cancellation.md">Task Cancellation</related>
<related type="ExternalDocumentation" href="https://code.msdn.microsoft.com/Samples-for-Parallel-b4b76364">Samples for Parallel Programming with the .NET Framework</related>
<related type="ExternalDocumentation" href="https://aka.ms/dotnet-parallel-samples">Samples for Parallel Programming with the .NET Core and .NET Standard</related>
</Docs>
</MemberGroup>
<Member MemberName="ContinueWhenAny">
Expand Down Expand Up @@ -4458,7 +4458,7 @@ The NotOn\* and OnlyOn\* <xref:System.Threading.Tasks.TaskContinuationOptions>,

]]></format>
</remarks>
<related type="ExternalDocumentation" href="https://code.msdn.microsoft.com/Samples-for-Parallel-b4b76364">Samples for Parallel Programming with the .NET Framework</related>
<related type="ExternalDocumentation" href="https://aka.ms/dotnet-parallel-samples">Samples for Parallel Programming with the .NET Core and .NET Standard</related>
</Docs>
</MemberGroup>
<Member MemberName="StartNew">
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Threading.Tasks/Task`1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ For operations that do not return a value, you use the <xref:System.Threading.Ta
<altmember cref="T:System.Threading.Tasks.Task" />
<related type="Article" href="~/docs/standard/parallel-programming/task-parallel-library-tpl.md">Task Parallel Library (TPL)</related>
<related type="Article" href="~/docs/standard/parallel-programming/task-based-asynchronous-programming.md">Task-based Asynchronous Programming</related>
<related type="ExternalDocumentation" href="https://code.msdn.microsoft.com/Samples-for-Parallel-b4b76364">Samples for Parallel Programming with the .NET Framework</related>
<related type="ExternalDocumentation" href="https://aka.ms/dotnet-parallel-samples">Samples for Parallel Programming with the .NET Core and .NET Standard</related>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
Expand Down