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

Works on ionide? #5

Closed
joshuapassos opened this issue Apr 23, 2021 · 3 comments
Closed

Works on ionide? #5

joshuapassos opened this issue Apr 23, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@joshuapassos
Copy link

joshuapassos commented Apr 23, 2021

I trying to run https://github.com/panesofglass/grpc-fsharp-sample/ and create a simple using the tutorial, but I have
The value, namespace, type or module 'Greeter' is not defined. F# Compiler(39) on ionide

@joshuapassos joshuapassos changed the title WOrks on ioinide ? Works on ionide? Apr 23, 2021
@Arshia001
Copy link
Owner

That's curious. The Tools package adds MSBuild scripts which I have seen running on both the full MSBuild and the one contained in .NET Core. Ionide has to be scanning the fsproj, so it should pick the generated source up. However, the source file must be generated first, which probably means you have to run a build at least once before it starts picking the types up. I'll look into this.

@Arshia001
Copy link
Owner

Upon further investigation, I have found no way to instruct Ionide to scan the generated sources. I've opened an issue.

@Arshia001 Arshia001 added the bug Something isn't working label Jul 17, 2022
@Arshia001
Copy link
Owner

I've pinged the Ionide people and ionide/ionide-vscode-fsharp#1535 is open again. Closing since this isn't an FSharp.GrpcCodeGenerator issue.

@Arshia001 Arshia001 closed this as not planned Won't fix, can't repro, duplicate, stale Jul 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants