xamarin / Xamarin.Auth

Xamarin.Auth
Apache License 2.0
541 stars 351 forks source link

not found WebAuthenticatorPage.xbf #339

Closed iWeaverMan closed 5 years ago

iWeaverMan commented 5 years ago

Xamarin.Auth Issue

IF BUG, INCLUDE THIS PART: not found WebAuthenticatorPage.xbf

Version

Steps to reproduce

1.Build 2. 3.

Platform:UWP

Expected behaviour

Tell us what should happen

Actual behaviour

Tell us what happens instead Can you also include a screen shot?

IF IT IS A NEW FEATURE REQUEST, INCLUDE THIS PART:

Feature description

Write a description of the feature. How should it work? How should it look? Include some graphics if this could help!

DavidPressman commented 5 years ago

Had same issue. Temporarily, as a bandaid for now, I copied missing files from the Win 8.1 folder to the uap folder just to get my project to build again. Obviously 1.6.0.3 has a problem as the author's nuspec does not indicate these files belong in the uap folder and they do not exist in older Xamarin.Auth uap folders I checked.

newky2k commented 5 years ago

@DavidPressman @iWeaverMan was this file include in the previous versions of Xamarin.Auth?

DavidPressman commented 5 years ago

As I thought I indicated, the .xbf file was NOT in any of the several earlier version Xamarin.Auth UAP installed libraries I checked. To get my program to compile I had to copy it from the Win 8.1 folder to the current UAP folder. This obviously should never be necessary, so it appears to me the current UAP install has a bug, a bad dependency or wrong file. I am NOT the code maintainer so cannot fix the issue, only verify it exists.


From: Dave Humphreys notifications@github.com Sent: Monday, November 12, 2018 1:48 PM To: xamarin/Xamarin.Auth Cc: DavidPressman; Mention Subject: Re: [xamarin/Xamarin.Auth] not found WebAuthenticatorPage.xbf (#339)

@DavidPressmanhttps://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FDavidPressman&data=02%7C01%7C%7Ce5e88dabe6184100ba6d08d648d810d6%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636776490156842473&sdata=pP%2FDI1i5QXLy9vgH93n9Fury6S0YisS1xShSnU6ersQ%3D&reserved=0 @iWeaverManhttps://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FiWeaverMan&data=02%7C01%7C%7Ce5e88dabe6184100ba6d08d648d810d6%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636776490156842473&sdata=1qOMr41q1L2%2Bh6GFGi7ljkq9BhCh33cXAVUSLNRd6yo%3D&reserved=0 was this file include in the previous versions of Xamarin.Auth?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fxamarin%2FXamarin.Auth%2Fissues%2F339%23issuecomment-437989045&data=02%7C01%7C%7Ce5e88dabe6184100ba6d08d648d810d6%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636776490156998730&sdata=Kf9zAEvccck8CUghcbIIMyIEq%2Bjy4EjyoBTCBSRfVBs%3D&reserved=0, or mute the threadhttps://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FASkn9pYKpEJqABQyvE3y35d04ttjhUQ6ks5uucKCgaJpZM4YUjhZ&data=02%7C01%7C%7Ce5e88dabe6184100ba6d08d648d810d6%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C636776490156998730&sdata=%2F%2FzrSouJjpbvba6exYFQmDJqvojjiLICACbiBHmj4d4%3D&reserved=0.

newky2k commented 5 years ago

@DavidPressman brilliant thank you, i'll get @moljac to look into adding it to the nuspec

Regards

tpsands commented 5 years ago

ACK. Same issue. Just upgraded from 1.6.0.2 to 1.6.0.3. Compiling iOS and Android were fine. UWP project is seeing this issue.