Skip to content
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
756 changes: 718 additions & 38 deletions .openpublishing.redirection.fundamentals.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ If you need the previous format, you can use a custom string formatting mechanis

## See also

- [Format a complex number](../../../../fundamentals/runtime-libraries/system-numerics-complex.md#format-a-complex-number)
- [Format a complex number](xref:System.Numerics.Complex#format-a-complex-number)
4 changes: 2 additions & 2 deletions docs/core/porting/net-framework-tech-unavailable.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ Windows Workflow Foundation (WF) is not supported in .NET 6+. For an alternative
- <xref:System.Reflection.Emit.AssemblyBuilderAccess.RunAndSave>
- <xref:System.Reflection.Emit.AssemblyBuilderAccess.Save>

In .NET 9, a `PersistedAssemblyBuilder` was implemented and the <xref:System.Reflection.Emit.AssemblyBuilder.Save*?displayProperty=nameWithType> method was added back to the reflection emit library. To learn more about how to use this API, see [System.Reflection.Emit.PersistedAssemblyBuilder class](../../fundamentals/runtime-libraries/system-reflection-emit-persistedassemblybuilder.md).
In .NET 9, a `PersistedAssemblyBuilder` was implemented and the <xref:System.Reflection.Emit.AssemblyBuilder.Save*?displayProperty=nameWithType> method was added back to the reflection emit library. To learn more about how to use this API, see <xref:System.Reflection.Emit.PersistedAssemblyBuilder>.

For more information about the different AssemblyBuilder implementations in .NET, see [System.Reflection.Emit.AssemblyBuilder class](../../fundamentals/runtime-libraries/system-reflection-emit-assemblybuilder.md).
For more information about the different AssemblyBuilder implementations in .NET, see <xref:System.Reflection.Emit.AssemblyBuilder>.

## Loading multi-module assemblies

Expand Down
2 changes: 1 addition & 1 deletion docs/core/whats-new/dotnet-9/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ To create a `PersistedAssemblyBuilder` instance, call its constructor and pass t

:::code language="csharp" source="../snippets/dotnet-9/csharp/Reflection.cs" id="SaveAssembly":::

The new <xref:System.Reflection.Emit.PersistedAssemblyBuilder> class includes PDB support. You can emit symbol info and use it to debug a generated assembly. The API has a similar shape to the .NET Framework implementation. For more information, see [Emit symbols and generate PDB](../../../fundamentals/runtime-libraries/system-reflection-emit-persistedassemblybuilder.md#emit-symbols-and-generate-pdb).
The new <xref:System.Reflection.Emit.PersistedAssemblyBuilder> class includes PDB support. You can emit symbol info and use it to debug a generated assembly. The API has a similar shape to the .NET Framework implementation. For more information, see [Emit symbols and generate PDB](xref:System.Reflection.Emit.PersistedAssemblyBuilder#emit-symbols-and-generate-pdb).

### Type-name parsing

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/language-reference/builtin-types/enum.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ If you want an enumeration type to represent a combination of choices, define en

:::code language="csharp" source="snippets/shared/EnumType.cs" id="SnippetFlags":::

For more information and examples, see the <xref:System.FlagsAttribute?displayProperty=nameWithType> API reference page and the [Non-exclusive members and the Flags attribute](../../../fundamentals/runtime-libraries/system-enum.md#non-exclusive-members-and-the-flags-attribute) section of the <xref:System.Enum?displayProperty=nameWithType> API reference page.
For more information and examples, see <xref:System.FlagsAttribute?displayProperty=nameWithType> and [Non-exclusive members and the Flags attribute](xref:System.Enum#non-exclusive-members-and-the-flags-attribute).

## The System.Enum type and enum constraint

Expand Down
4 changes: 0 additions & 4 deletions docs/csharp/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -412,10 +412,6 @@ items:
href: advanced-topics/expression-trees/debugging-expression-trees-in-visual-studio.md
- name: DebugView Syntax
href: advanced-topics/expression-trees/debugview-syntax.md
- name: Supplemental API - Expression class add method
href: ../fundamentals/runtime-libraries/system-linq-expressions-expression-add.md
- name: Supplemental API - BinaryExpression class
href: ../fundamentals/runtime-libraries/system-linq-expressions-binaryexpression.md
- name: Native interoperability
items:
- name: Overview
Expand Down
4 changes: 0 additions & 4 deletions docs/framework/app-domains/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,5 @@ items:
href: shadow-copy-assemblies.md
- name: "How to: Receive First-Chance Exception Notifications"
href: how-to-receive-first-chance-exception-notifications.md
- name: Supplemental API remarks
items:
- name: AppDomain.UnhandledException event
href: ../../fundamentals/runtime-libraries/system-appdomain-unhandledexception.md
- name: Run Intranet Applications in Full Trust
href: running-intranet-applications-in-full-trust.md
4 changes: 0 additions & 4 deletions docs/framework/network-programming/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ items:
href: how-to-upload-files-with-ftp.md
- name: List Directory Contents with FTP
href: how-to-list-directory-contents-with-ftp.md
- name: Supplemental API remarks
items:
- name: FtpWebRequest.Proxy property
href: ../../fundamentals/runtime-libraries/system-net-ftpwebrequest-proxy.md
- name: UDP
href: using-udp-services.md
- name: Security in Network Programming
Expand Down

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions docs/fundamentals/runtime-libraries/includes/context.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
36 changes: 0 additions & 36 deletions docs/fundamentals/runtime-libraries/microsoft-win32-registry.md

This file was deleted.

This file was deleted.

Loading
Loading