You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying the same thing but with MySql. So I have a docker container with both aspnetcore and mono installed. My project contains the workaround as described [here (https://github.com/dotnet/fsharp/issues/3303). But when building I get
1>error FS3053 : The type provider 'FSharp.Data.Sql.SqlTypeProvider' reported an error : The type provider constructor has thrown an exception: The method or operation is not implemented. [/usr/src/app/src/Teams/Teams.fsproj]
1>FSC : warning FS3005: Referenced assembly '/root/.nuget/packages/sqlprovider/1.1.23/lib/netstandard2.0/FSharp.Data.SqlProvider.dll' has assembly level attribute 'Microsoft.FSharp.Core.CompilerServices.TypeProviderAssemblyAttribute' but no public type provider classes were found
[/usr/src/app/src/Teams/Teams.fsproj]
The command exited with code 1.
The text was updated successfully, but these errors were encountered:
See fsprojects/SQLProvider#499 (comment)
The text was updated successfully, but these errors were encountered: