You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to be an issue with the JsonConverter attributes not being loaded in dotnet8 for some reason, but I can confirm this is not an error with CounterStrikeSharp. Although the Vector and Qangle classes do need some refinement 👀
When people are running v201 there's an issue with dotnet 8 which is caused by the way the
Vector
andQAngle
classes are implemented.Here's a link to my JsonConverter: https://github.com/B3none/cs2-retakes/blob/master/RetakesPlugin/Modules/Configs/JsonConverters/VectorJsonConverter.cs
Errors posted by community member:
https://pastes.io/uwpu4xdcya
It seems to be related to these lines:
CounterStrikeSharp/managed/CounterStrikeSharp.API/Modules/Utils/Vector.cs
Lines 48 to 50 in e4d598d
The text was updated successfully, but these errors were encountered: