Skip to content

Commit c69da54

Browse files
Change sync disposal warning message from efficient -> inefficient
1 parent 78c47f5 commit c69da54

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/Autofac/Core/DisposerResources.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Autofac/Core/DisposerResources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@
121121
<value>The Disposer object has already been Disposed, so no items can be added to it.</value>
122122
</data>
123123
<data name="TypeOnlyImplementsIAsyncDisposable" xml:space="preserve">
124-
<value>AUTOFAC: A synchronous Dispose has been attempted, but the tracked object of type '{0}' only implements IAsyncDisposable. This will result in an efficient blocking dispose. Consider either implementing IDisposable on '{0}' or disposing of the scope/container with DisposeAsync.</value>
124+
<value>AUTOFAC: A synchronous Dispose has been attempted, but the tracked object of type '{0}' only implements IAsyncDisposable. This will result in an inefficient blocking dispose. Consider either implementing IDisposable on '{0}' or disposing of the scope/container with DisposeAsync.</value>
125125
</data>
126126
</root>

0 commit comments

Comments
 (0)