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
EFCore.Design.Tests.Shared is a C# project containing a test implementation of IRelationalTypeMappingSourcePlugin (TestTypeMappingPlugin.cs) and a class derived from RelationalTypeMappingSource (TestRelationalTypeMappingSource.cs).
They are used in unit tests.
I had put them there because the IRelationalTypeMappingSourcePlugin interface cannot be implemented in VB. It requires to implement a method containing an in parameter modifier. in is similar to the ByRef keyword, except that the in arguments cannot be changed by the called method. There is no equivalent in VB.
TestRelationalTypeMappingSource has not been translated because it also contains a method with an in keyword.
No description provided.
The text was updated successfully, but these errors were encountered: