Repro steps
- Cleate F# app and .NET standard project
- Declare provider instance in .NET standard project
- Add table schema to .NET standard project and use in provider instance
- Use provider instance from app
Expected behavior
Table schema is used from .NET standard project
Actual behavior
Schema not found exception
Known workarounds
Reference schema file as link in app project
Related information
- Windows 10 Pro x64 1809
- 2.0.1
- .NET Core 2.2, .NET Standard 2.0