Skip to content
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

Support for netcoreapp3.x #328

Closed
isaacabraham opened this issue Dec 22, 2019 · 6 comments
Closed

Support for netcoreapp3.x #328

isaacabraham opened this issue Dec 22, 2019 · 6 comments

Comments

@isaacabraham
Copy link

The type provider template has support for netstandard2.0 and netcoreapp2.0. It would be good to move to netcoreapp3.0 as well.

@realvictorprm
Copy link

realvictorprm commented Dec 22, 2019 via email

@sergey-tihon
Copy link
Member

Why do no think that it is early?
I guess it means 3.1 only for design time component, that is LTS and will be supported till ~2022.
With MS recommendation uses latest SDK, I believe most of people who use .net core already has 3.1 installed.

@sergey-tihon sergey-tihon mentioned this issue Dec 24, 2019
6 tasks
@sergey-tihon
Copy link
Member

@isaacabraham new template is release (v6.0.0).
Can you please try it and confirm that it works for you too?

new steps

dotnet new --install FSharp.TypeProviders.Templates::6.0.0
dotnet new typeprovider -n LemonadeProvider

cd LemonadeProvider

dotnet tool restore
dotnet paket update
dotnet build -c release

dotnet test -c release

dotnet paket pack nuget --version 0.0.1

@isaacabraham
Copy link
Author

Will do. If it works I might consider porting the Azure Storage TP over to it - currently that project is basically blocked.

@sergey-tihon
Copy link
Member

@isaacabraham does it work for you?

@dsyme
Copy link
Contributor

dsyme commented Sep 21, 2021

Fixed now (testing is net5.0, TP is netstandard2.1)

@dsyme dsyme closed this as completed Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants