💥 Breaking Changes
Named bindings and http: do not work anymore
Internal: see TFS [#73826]
The service model libraries were upgraded to net8.0.
This caused net.pipe working again and dropped http:
With the new libraries named bindings are not supported anymore - they were just dropped by Microsoft for net8.
The named binding could be specified in the inPoint.Standalone.exe.config.
Now you can only connect by specifying the connection URL with prefix https: net.tcp: or net.pipe:
Also, insecure connections are not possible anymore - so, http: is also not working anymore.