Skip to content

Commit

Permalink
fix build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren committed Mar 28, 2024
1 parent b39b98b commit a19be35
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 30 deletions.
2 changes: 1 addition & 1 deletion docs/framework/reflection-and-codedom/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ items:
- name: Emit dynamic methods and assemblies
items:
- name: Overview
href: ../../fundamentals/reflection/emitting-dynamic-methods-and-assemblies?toc=/dotnet/framework/toc.json&bc=/dotnet/breadcrumb/toc.json
href: ../../fundamentals/reflection/emitting-dynamic-methods-and-assemblies.md?toc=/dotnet/framework/toc.json&bc=/dotnet/breadcrumb/toc.json
- name: Security Issues in Reflection Emit
href: security-issues-in-reflection-emit.md
- name: "Walkthrough: Emitting Code in Partial Trust Scenarios"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

> [!IMPORTANT]
> Eras in the Japanese calendars are based on the emperor's reign and are therefore expected to change. For example, May 1, 2019 marked the beginning of the Reiwa era in the <xref:System.Globalization.JapaneseCalendar> and <xref:System.Globalization.JapaneseLunisolarCalendar>. Such a change of era affects all applications that use these calendars. For more information and to determine whether your applications are affected, see [Handling a new era in the Japanese calendar in .NET](https://devblogs.microsoft.com/dotnet/handling-a-new-era-in-the-japanese-calendar-in-net/). For information on testing your applications on Windows systems to ensure their readiness for the era change, see [Prepare your application for the Japanese era change](/windows/uwp/design/globalizing/japanese-era-change). For features in .NET that support calendars with multiple eras and for best practices when working with calendars that support multiple eras, see [Working with eras](../../../standard/datetime/working-with-calendars.md#working-with-eras).
> Eras in the Japanese calendars are based on the emperor's reign and are therefore expected to change. For example, May 1, 2019 marked the beginning of the Reiwa era in the <xref:System.Globalization.JapaneseCalendar> and <xref:System.Globalization.JapaneseLunisolarCalendar>. Such a change of era affects all applications that use these calendars. For more information and to determine whether your applications are affected, see [Handling a new era in the Japanese calendar in .NET](https://devblogs.microsoft.com/dotnet/handling-a-new-era-in-the-japanese-calendar-in-net/). For information on testing your applications on Windows systems to ensure their readiness for the era change, see [Prepare your application for the Japanese era change](/windows/uwp/design/globalizing/japanese-era-change). For features in .NET that support calendars with multiple eras and for best practices when working with calendars that support multiple eras, see [Working with eras](../../../standard/datetime/working-with-calendars.md#work-with-eras).
54 changes: 26 additions & 28 deletions docs/fundamentals/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1410,36 +1410,28 @@ items:
href: ../standard/assembly/embed-types-visual-studio.md
- name: Inspect assembly contents using MetadataLoadContext
href: ../standard/assembly/inspect-contents-using-metadataloadcontext.md
- name: Metadata and reflection
- name: Reflection
items:
- name: Metadata and self-describing components
href: ../standard/metadata-and-self-describing-components.md
- name: Supplemental API remarks
items:
- name: The DebugDirectoryEntryType enum
href: runtime-libraries/system-reflection-portableexecutable-debugdirectoryentrytype.md
- name: Reflection
- name: Overview
href: reflection/reflection.md
- name: View type information
href: reflection/viewing-type-information.md
- name: Reflection and generic types
href: reflection/reflection-and-generic-types.md
- name: Dynamically load and use types
href: reflection/dynamically-loading-and-using-types.md
- name: Access custom attributes
href: reflection/accessing-custom-attributes.md
- name: Specify fully qualified type names
href: reflection/specifying-fully-qualified-type-names.md
- name: How-tos
items:
- name: Overview
href: reflection/reflection.md
- name: View type information
href: reflection/viewing-type-information.md
- name: Reflection and generic types
href: reflection/reflection-and-generic-types.md
- name: Dynamically load and use types
href: reflection/dynamically-loading-and-using-types.md
- name: Access custom attributes
href: reflection/accessing-custom-attributes.md
- name: Specify fully qualified type names
href: reflection/specifying-fully-qualified-type-names.md
- name: How-tos
items:
- name: Examine and instantiate generic types with reflection
href: reflection/how-to-examine-and-instantiate-generic-types-with-reflection.md
- name: Get type and member information by using reflection
href: reflection/get-type-member-information.md
- name: Hook up a delegate using reflection
href: reflection/how-to-hook-up-a-delegate-using-reflection.md
- name: Examine and instantiate generic types with reflection
href: reflection/how-to-examine-and-instantiate-generic-types-with-reflection.md
- name: Get type and member information by using reflection
href: reflection/get-type-member-information.md
- name: Hook up a delegate using reflection
href: reflection/how-to-hook-up-a-delegate-using-reflection.md
- name: Emit dynamic methods and assemblies
items:
- name: Overview
Expand All @@ -1465,6 +1457,12 @@ items:
href: runtime-libraries/system-reflection-emit-typebuilder.md
- name: The DynamicMethod class
href: runtime-libraries/system-reflection-emit-dynamicmethod.md
- name: Metadata and self-describing components
items:
- name: Overview
href: ../standard/metadata-and-self-describing-components.md
- name: The DebugDirectoryEntryType enum
href: runtime-libraries/system-reflection-portableexecutable-debugdirectoryentrytype.md
- name: Dependency loading
items:
- name: Overview
Expand Down

0 comments on commit a19be35

Please sign in to comment.