File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
aspnetcore/blazor/components Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -769,6 +769,8 @@ Components shouldn't need to implement <xref:System.IDisposable> and <xref:Syste
769769
770770Developer code must ensure that < xref:System.IAsyncDisposable > implementations don't take a long time to complete.
771771
772+ Additional information on this subject is available in the introductory remarks of < xref:blazor/components/sync-context > .
773+
772774### Disposal of JavaScript interop object references
773775
774776Examples throughout the [ JavaScript (JS) interop articles] ( xref:blazor/js-interop/index ) demonstrate typical object disposal patterns:
@@ -950,6 +952,7 @@ The following component:
950952
951953For more information, see:
952954
955+ * < xref:blazor/components/sync-context >
953956* [ Cleaning up unmanaged resources (.NET documentation)] ( /dotnet/standard/garbage-collection/unmanaged )
954957* [ Null-conditional operators ?. and ?[ ]] ( /dotnet/csharp/language-reference/operators/member-access-operators#null-conditional-operators--and- )
955958
You can’t perform that action at this time.
0 commit comments