This is a follow-up on #68.
To recap, the error message is (without a stack-trace):
rzls: -32004: Specified argument was out of the range of valid values. (Parameter 'character')
This shows up as a notification (vim.notify) with each buffer change (inserting text, undo, etc.).
So far I have observed, that it does not show up when a cshtml buffer is first edited. It only shows up once I have reloaded the buffer once with :e.
This also correlates with completions being available before :e, but not after.