Skip to content

Commit 3c3d231

Browse files
Update single file incompatibility docs (#30067)
Addresses issue discovered in dotnet/runtime#71522.
1 parent 1b8ea5c commit 3c3d231

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/core/deploying/single-file/overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ The table below has the relevant runtime library API details for single file use
182182
| `AssemblyName.CodeBase` | Returns `null`. |
183183
| `AssemblyName.EscapedCodeBase` | Returns `null`. |
184184
| `Module.FullyQualifiedName` | Returns a string with the value of `<Unknown>` or throws an exception. |
185+
| `Marshal.GetHINSTANCE` | Returns -1. |
185186
| `Module.Name` | Returns a string with the value of `<Unknown>`. |
186187

187188
We have some recommendations for fixing common scenarios:

0 commit comments

Comments
 (0)