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

Version 5.1.4 doesn't support UAP/UWP any longer #145

Closed
HakanL opened this issue Apr 11, 2017 · 10 comments
Closed

Version 5.1.4 doesn't support UAP/UWP any longer #145

HakanL opened this issue Apr 11, 2017 · 10 comments

Comments

@HakanL
Copy link
Contributor

HakanL commented Apr 11, 2017

The latest version I can use is 5.0.0, the later versions give me this:

Restoring packages for C:\Projects\Other\IoStorm2\IoStorm\Service\project.json...
Package FluentScheduler 5.1.4 is not compatible with uap10.0 (UAP,Version=v10.0). Package FluentScheduler 5.1.4 supports:
  - net40 (.NETFramework,Version=v4.0)
  - netstandard1.5 (.NETStandard,Version=v1.5)
One or more packages are incompatible with UAP,Version=v10.0.
Package FluentScheduler 5.1.4 is not compatible with uap10.0 (UAP,Version=v10.0) / win10-arm. Package FluentScheduler 5.1.4 supports:
  - net40 (.NETFramework,Version=v4.0)
  - netstandard1.5 (.NETStandard,Version=v1.5)
One or more packages are incompatible with UAP,Version=v10.0 (win10-arm).
Package FluentScheduler 5.1.4 is not compatible with uap10.0 (UAP,Version=v10.0) / win10-arm-aot. Package FluentScheduler 5.1.4 supports:
  - net40 (.NETFramework,Version=v4.0)
  - netstandard1.5 (.NETStandard,Version=v1.5)
One or more packages are incompatible with UAP,Version=v10.0 (win10-arm-aot).
Package FluentScheduler 5.1.4 is not compatible with uap10.0 (UAP,Version=v10.0) / win10-x64. Package FluentScheduler 5.1.4 supports:
  - net40 (.NETFramework,Version=v4.0)
  - netstandard1.5 (.NETStandard,Version=v1.5)
One or more packages are incompatible with UAP,Version=v10.0 (win10-x64).
Package FluentScheduler 5.1.4 is not compatible with uap10.0 (UAP,Version=v10.0) / win10-x64-aot. Package FluentScheduler 5.1.4 supports:
  - net40 (.NETFramework,Version=v4.0)
  - netstandard1.5 (.NETStandard,Version=v1.5)
One or more packages are incompatible with UAP,Version=v10.0 (win10-x64-aot).
Package FluentScheduler 5.1.4 is not compatible with uap10.0 (UAP,Version=v10.0) / win10-x86. Package FluentScheduler 5.1.4 supports:
  - net40 (.NETFramework,Version=v4.0)
  - netstandard1.5 (.NETStandard,Version=v1.5)
One or more packages are incompatible with UAP,Version=v10.0 (win10-x86).
Package FluentScheduler 5.1.4 is not compatible with uap10.0 (UAP,Version=v10.0) / win10-x86-aot. Package FluentScheduler 5.1.4 supports:
  - net40 (.NETFramework,Version=v4.0)
  - netstandard1.5 (.NETStandard,Version=v1.5)
One or more packages are incompatible with UAP,Version=v10.0 (win10-x86-aot).
Package restore failed. Rolling back package changes for 'Service'.
Time Elapsed: 00:00:01.8124030
========== Finished ==========
@tallesl
Copy link
Contributor

tallesl commented Apr 23, 2017

I never really used UWP, I can't help you (at least for now).
I added a "help wanted" label and a remark on README inviting others to help.

@yanpaulo
Copy link

Hi, HakanL. Which version of Visual Studio are you using?
Have you tried to upgrade the UWP package in your Project? This may help.

@HakanL
Copy link
Contributor Author

HakanL commented Apr 27, 2017

I'm on VS2017 and I've upgraded all packages, except FluentScheduler.

@yanpaulo
Copy link

Well that's sad News. Will test later.

@ipjohnson
Copy link

@HakanL the error is very non intuitive but I believe the error is because UWP 10 only supports upto .netstandard 1.4 as seen here

I did a quick test of grabbing the source and lowering the target version to 1.4 then ran the tests. Everything passed so there shouldn't be a downside to going down to 1.4 (maybe even 1.3)

@ipjohnson
Copy link

@tallesl I'd be interested in seeing FluentScheduler work on UWP. Would you accept a PR to retarget to a lower .netstandard? I don't believe there is anything dependent on 1.5 specifically.

tallesl added a commit that referenced this issue May 19, 2017
tallesl added a commit that referenced this issue May 19, 2017
tallesl added a commit that referenced this issue May 19, 2017
@tallesl
Copy link
Contributor

tallesl commented May 19, 2017

I'm OK in changing it to 1.4.

Since I'm not familiar with UWP, do you guys mind testing once again, this time the .nupkg package here?

@ipjohnson
Copy link

@tallesl I was able to add the package to a UWP application, scheduled a job and it executed. From my perspective it looks good.

@HakanL
Copy link
Contributor Author

HakanL commented May 19, 2017

I didn't have a chance to download the nupkg file above and test. But if it worked for @tallesl then I'm sure it will work for me too :)

@tallesl
Copy link
Contributor

tallesl commented May 19, 2017

Published.

Thanks guys 👍

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