panic: runtime error: invalid memory address or ni...
# dotnet
m
panic: runtime error: invalid memory address or nil pointer dereference
t
Please file a github issue including a repro code and the full panic message that you see
m
Okay
Apparently I had a null reference in my c# code, which ended up being a nil pointer dereference exception in go