Skip to content

Commit adc4b56

Browse files
RexJaeschkeBillWagner
authored andcommitted
Add support for module initializers
1 parent b2be879 commit adc4b56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

standard/portability-issues.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ A conforming implementation is required to document its choice of behavior in ea
4444
1. The impact of thread termination when a thread has no handler for an exception, and the thread is itself terminated. ([§13.10.6](statements.md#13106-the-throw-statement))
4545
1. The mechanism by which linkage to an external method is achieved. ([§15.6.8](classes.md#1568-external-methods))
4646
1. The impact of thread termination when no matching `catch` clause is found for an exception and the code that initially started that thread is reached. ([§22.4](exceptions.md#224-how-exceptions-are-handled)).
47+
1. The order of execution of module initializers in a module (§module-init-attr).
4748
1. An execution environment may provide additional attributes that affect the execution of a C# program. ([§23.5.1](attributes.md#2351-general))
4849
1. The mappings between pointers and integers. ([§24.5.1](unsafe-code.md#2451-general))
4950
1. The effect of applying the unary `*` operator to a `null` pointer. ([§24.6.2](unsafe-code.md#2462-pointer-indirection))

0 commit comments

Comments
 (0)