We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AFAIU, referencing the ProvidedTypes.fs files in the runtime assembly is not necessary:
ProvidedTypes.fs
https://github.com/fsprojects/FSharp.TypeProviders.SDK/blob/88696001fe4d5e841ef86955a6507bff3c27e4a6/templates/content/basic/src/MyProvider.Runtime/paket.references
For example, I've removed it in fsprojects/FSharp.Data.SqlClient#398 with no unexpected side effects.
Can this get confirmed and fixed, or be explained in which context those files should be compiled in the runtime assembly?
The text was updated successfully, but these errors were encountered:
Don't need to refer to ProvidedTypes.fs at runtime
f82c8a3
fsprojects#355
Don't need to refer to ProvidedTypes.fs at runtime (#362)
f039671
#355
Successfully merging a pull request may close this issue.
AFAIU, referencing the
ProvidedTypes.fs
files in the runtime assembly is not necessary:https://github.com/fsprojects/FSharp.TypeProviders.SDK/blob/88696001fe4d5e841ef86955a6507bff3c27e4a6/templates/content/basic/src/MyProvider.Runtime/paket.references
For example, I've removed it in fsprojects/FSharp.Data.SqlClient#398 with no unexpected side effects.
Can this get confirmed and fixed, or be explained in which context those files should be compiled in the runtime assembly?
The text was updated successfully, but these errors were encountered: