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
FIXED: Issue with the method resolution logic when multiple generic methods could be considered as a BetterMember but had different number of generic parameter (#146 )
BREAKING CHANGES: Removed Newtonsoft.Json dependency to allow the main package to be used in Unity project
BREAKING CHANGES: Removed System.Data.SqlClient dependency as many developers now use Microsoft.Data.SqlClient
FIXED: Many IsRegistered methods that was only checking if the name was existing or not but if the exact method/property/field was registered under this name