I’ve been getting this error even when I’m not using IRestResponse. This is on .NET 8. Any clue?
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load type 'RestSharp.IRestResponse`1' from assembly 'RestSharp, Version=110.2.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75'.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.RuntimeModule.GetTypes()
This occurs on startup and not during run time.