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
After downloading the netcore release archive and trying to run it on OSX, dotnet complains with
Error:
An assembly specified in the application dependencies manifest (fsautocomplete.deps.json) was not found:
package: 'System.Data.SqlClient', version: '4.6.0'
path: 'runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll'
However, the version compiled from source runs just fine because of the presence of the assembly.
The text was updated successfully, but these errors were encountered:
TOTBWF
changed the title
Include runtimes folder in netcore release archive
Include 'runtimes' folder in netcore release archive
Apr 16, 2019
FSAutoComplete has the option to run purely on
netcore, which would remove a dependency on mono
for some users. The reason behind the FSAutoComplete
version bump is that previous versions were not
properly building their release archives.
(See ionide/FsAutoComplete#373)
After downloading the netcore release archive and trying to run it on OSX,
dotnet
complains withHowever, the version compiled from source runs just fine because of the presence of the assembly.
The text was updated successfully, but these errors were encountered: