Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

namespacing is frustrating from F# #20

Open
ntwilson opened this issue Jul 11, 2018 · 0 comments
Open

namespacing is frustrating from F# #20

ntwilson opened this issue Jul 11, 2018 · 0 comments

Comments

@ntwilson
Copy link
Owner

If I'm working in F#, and I use something from the Result module, I need to open ResultDotNet.FSharp, but if I accidentally open ResultDotNet instead, then it shadows the normal F# Result type with the custom C# one, and everything in the Result module is intended for C# consumption. To make matters worse, the Quick Fix suggested from F# will only have an option for adding open ResultDotNet, and you have to know from experience that you have to add the .FSharp or everything goes crazy. I'm wondering if we should not have anything in the plain ResultDotNet namespace except for .CSharp and .FSharp. Or is there a better option?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant