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
Any collection expression List<int> numbers = [1, 2, 3] will be found as forbidden calls, prevent the resource from loading.
Here are the logs:
[Warning][C#] Found forbidden call to System.Span`1<>::get_Item(System.Int32) in System.Void MyNamespace.ClientResource::.ctor()
[Error][C#] Failed to load resource my-client-resource
[Error][C#] System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
The signature is incorrect.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.RuntimeModule.GetTypes()
at 틇.튵.튵()
at 틇.틠.틇(IntPtr, Int32)
System.TypeLoadException: The signature is incorrect.
The text was updated successfully, but these errors were encountered:
Any collection expression
List<int> numbers = [1, 2, 3]
will be found as forbidden calls, prevent the resource from loading.Here are the logs:
The text was updated successfully, but these errors were encountered: