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

What does IsFSharpDesignTimeProvider do? #400

Open
daniellittledev opened this issue Jan 31, 2024 · 1 comment
Open

What does IsFSharpDesignTimeProvider do? #400

daniellittledev opened this issue Jan 31, 2024 · 1 comment

Comments

@daniellittledev
Copy link

I can't find any documentation regarding this property, what does it do, what is it for?

@cartermp
Copy link
Contributor

cartermp commented Feb 1, 2024

If you're curious, this is the code: https://github.com/dotnet/fsharp/blob/099d19fa30a4f876ca69aa201dcd7f3e75a5af1e/src/FSharp.Build/Microsoft.FSharp.NetSdk.targets#L60-L95

It's a short-hand for work a type provider author would have to do in making sure that package paths are set up correctly and that they contain the right references to make the compiler load the type provider.

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

No branches or pull requests

2 participants