Skip to content

Commit f323c49

Browse files
Approved API
1 parent 71701e6 commit f323c49

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ServiceComposer.AspNetCore.Tests/API/APIApprovals.Approve_API.verified.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,6 @@ namespace ServiceComposer.AspNetCore
124124
public void AddTypesRegistrationHandler(System.Func<System.Type, bool> typesFilter, System.Action<System.Collections.Generic.IEnumerable<System.Type>> registrationHandler) { }
125125
public void DisableWriteSupport() { }
126126
public void EnableCompositionOverControllers(bool useCaseInsensitiveRouteMatching = true) { }
127-
[System.Obsolete("EnableWriteSupport is obsolete. Starting v2.1.0, write support is enabled by defa" +
128-
"ult. Use DisableWriteSupport to disable it. It\'ll be considered an error in v3.0" +
129-
".0 and removed in v4.0.0", true)]
130-
public void EnableWriteSupport() { }
131127
public void RegisterCompositionHandler<T>() { }
132128
public void RegisterEndpointScopedViewModelFactory<T>()
133129
where T : ServiceComposer.AspNetCore.IEndpointScopedViewModelFactory { }

0 commit comments

Comments
 (0)