Skip to content

Commit feb8303

Browse files
committed
Update tests
1 parent f97ffeb commit feb8303

File tree

2 files changed

+145
-194
lines changed

2 files changed

+145
-194
lines changed

src/Components/Components/src/PersistentState/PersistentValueProviderComponentSubscription.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
namespace Microsoft.AspNetCore.Components.Infrastructure;
1414

15-
internal partial class PersistentValueProviderComponentSubscription
15+
internal partial class PersistentValueProviderComponentSubscription : IDisposable
1616
{
1717
private static readonly ConcurrentDictionary<(Type, string), PropertyGetter> _propertyGetterCache = new();
1818
private static readonly ConcurrentDictionary<Type, IPersistentComponentStateSerializer?> _serializerCache = new();

0 commit comments

Comments
 (0)