-
Notifications
You must be signed in to change notification settings - Fork 115
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
Is FSharp.Data needed? #371
Comments
I added a feature for json validation and I use FSharp.Data for that. canopy won't work with .net core right now either because Selenium doesn't work with .net core |
Yeah, it won't work with .net core but with the new proj you can set the |
Hm. I haven't kept up with new proj file stuff. Can you give me steps to repro? I have a VM I can install the latest whatever on. If push comes to shove I can split this feature out into a sister package. |
Yeah no problem. Give me a few minutes. Thanks 🐱 |
https://github.com/TheAngryByrd/canopy-newprojstyle Install .net/mono and .net core 1.x.
Should run a test against stackoverflow. To recreate issue,
|
Ok thanks.
I will look at after work.
…On Fri, Jun 16, 2017 at 1:15 PM, Jimmy Byrd ***@***.***> wrote:
https://github.com/TheAngryByrd/canopy-newprojstyle
Install .net/mono and .net core 1.x.
Install chrome and chrome driver
./run.sh or .\run.cmd
Should run some a test against stackoverflow.
To recreate issue,
- goto paket.depedencies and change canopy version to 1.4.x.
- .paket\paket.exe install to get the new version
- run again but you should be greeted by a build error
Assembly attribute 'TypeProviderAssemblyAttribute' refers to a designer assembly 'FSharp.Data.DesignTime' which cannot be loaded or doesn't exist. Could not load file or assembly 'FSharp.Data.DesignTime, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified.
warning FS3005: Referenced assembly
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#371 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAsQ6YRfFB1dCh-V4stWUXJ3vFkbIVMYks5sEsZVgaJpZM4N8tzp>
.
|
I removed the reference to FSharp.Data and split that into a sister package. You can download 1.50 and you should be good to go! Sorry about that. |
No.problem! Not your fault. Stupid new tooling and living on the bleeding edge...Thanks a ton! |
It's definitely possible to use Type Providers in projects that are using the new SDK. You just have to invoke MSBuild directly and not through the so your overall flow is |
@baronfel in my case I was using mono, do I need to be on 5.0 to be able to use |
yeah, it's a bit of a complicated matrix. If you want to do the new sdk/project files then you have to migrate to mono 5, because only |
Is FSharp.Data a real hard dependency? I only ask because new dotnet proj files fail to build with FSharp.Data dotnet/netcorecli-fsc#16
The text was updated successfully, but these errors were encountered: