We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6408aaa commit 3ddab5fCopy full SHA for 3ddab5f
src/Server/ClientCapabilityProvider.cs
@@ -23,7 +23,7 @@ public bool HasStaticHandler<T>(Supports<T> capability)
23
{
24
// Dynamic registration will cause us to double register things if we report our capabilities staticly.
25
// However if the client does not tell us it's capabilities we should just assume that they do not support
26
- // dynamic registraiton
+ // dynamic registraiton but we should report any capabilities statically
27
if (capability.IsSupported && capability.Value != null && capability.Value.DynamicRegistration == true) return false;
28
29
var handlerTypes = typeof(T).GetTypeInfo().ImplementedInterfaces
0 commit comments