It says for ASP.NET Core/Giraffe you can use the SignalR.ConfigBuilder, however the example code is invalid. The "Build" method at the end of the DSL chain is internal in the ConfigBuilder type, so ConfigBuilder doesn't seem to be usable.
Steps to reproduce
Just use the example from the documentation in a project that isn't considered internal to the libraries.
Expected behavior
Build to be public so it can be called and ConfigBuilder used.
Description
In the Authorization documentation here:
https://shmew.github.io/Fable.SignalR/#/authorization
It says for ASP.NET Core/Giraffe you can use the SignalR.ConfigBuilder, however the example code is invalid. The "Build" method at the end of the DSL chain is internal in the ConfigBuilder type, so ConfigBuilder doesn't seem to be usable.
Steps to reproduce
Just use the example from the documentation in a project that isn't considered internal to the libraries.
Expected behavior
Build to be public so it can be called and ConfigBuilder used.