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
F# generated CIL has some unique properties (like potentially missing ParameterInfo.Name) that should be caught in our test-suite. For that we should have a test project like Python.Tests written in F# that is called from the pytest test-suite in the same fashion as the C# tests.
The text was updated successfully, but these errors were encountered:
F# generated CIL has some unique properties (like potentially missing
ParameterInfo.Name
) that should be caught in our test-suite. For that we should have a test project likePython.Tests
written in F# that is called from the pytest test-suite in the same fashion as the C# tests.The text was updated successfully, but these errors were encountered: