feat: remove Character id and name from HandshakeResponse
For easier handling. To add custom options, NosBindingManager has to be
loaded when options are received, that is when RunClientRequest is
received. HandshakeResponder needed NosBindingManager as well,
that was causing loading options early.
feat: add RunClientRequest message with support of setting binding options
chore: update dependencies
docs: add missing documentation
chore: update dependencies, add support for optional binding and hooks
ci: remove --output from dotnet pack, put output directory to Directory.Build.props
chore: add Costura.Fody to Inject
chore: update dependencies
chore: update dependency versions
feat: update to new split raw and managed client
chore(local): update versions
fix: register ConsoleResponder to services
feat(sample): add support for handshake response errorful results
feat: add UnmanagedCallersOnly to OpenConsole and CloseConsole
feat: add possibility to report an error using a HandshakeResponse