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

Remove net6win #4567

Merged
merged 9 commits into from
Apr 18, 2024
Merged

Remove net6win #4567

merged 9 commits into from
Apr 18, 2024

Conversation

bgavrilMS
Copy link
Member

@bgavrilMS bgavrilMS commented Jan 23, 2024

Fixes #4468

And this PR updates the sample (also bumps it to net7, because net6 is out of support)

Azure-Samples/ms-identity-dotnetcore-maui#16

@bgavrilMS bgavrilMS force-pushed the bogavril/net6win_removal branch 2 times, most recently from 626235d to 912bd36 Compare January 23, 2024 15:11
Copy link
Contributor

@pmaytak pmaytak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Anymore changes that need to be done?

Any way we can update exceptions in the code with more details related to this change? If net6.0-windows PCA app gets updated to the new MSAL version, standard exceptions will be thrown to use Broker or Desktop packages; but if the user didn't read the release notes, it'll be unclear why the change happened.

Copy link
Member

@trwalke trwalke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

couple of minor questions. LGTM otherwise

@SimonCropp
Copy link
Contributor

so for people are targeting net*.0-windows and consuming the net6.0-windows dll on a desktop, isnt this a breaking change?

@SimonCropp
Copy link
Contributor

@bgavrilMS so it this a breaking change? #4567 (comment)

@pmaytak pmaytak self-requested a review April 10, 2024 15:48
@bgavrilMS bgavrilMS changed the title Attempt to remove net6_win Remove net6win Apr 10, 2024
@pmaytak
Copy link
Contributor

pmaytak commented Apr 11, 2024

@bgavrilMS Are these 3 PRs ready for review (this, uwp, xamarin removal)?

@bgavrilMS
Copy link
Member Author

Yes, we discussed with @localden about removing UWP. Xamarin goes out of support May 1st. And we discussed about net6-win too.

Copy link
Contributor

@pmaytak pmaytak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some suggestions and questions.

@bgavrilMS bgavrilMS requested a review from a team as a code owner April 16, 2024 13:36
@bgavrilMS bgavrilMS requested a review from pmaytak April 16, 2024 13:36
Copy link
Contributor

@pmaytak pmaytak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@pmaytak
Copy link
Contributor

pmaytak commented Apr 18, 2024

Created an docs issue to update the docs: MicrosoftDocs/microsoft-authentication-library-dotnet#395

@bgavrilMS bgavrilMS merged commit 3f0348f into main Apr 18, 2024
1 of 4 checks passed
@bgavrilMS bgavrilMS deleted the bogavril/net6win_removal branch April 18, 2024 12:50
trwalke pushed a commit that referenced this pull request Jun 17, 2024
* Attempt

* fix

* fix

* Remove NET_ONLY

* Adress PR comments

* Address PRs

* Update src/client/Microsoft.Identity.Client/ApiConfig/AcquireTokenInteractiveParameterBuilder.cs

Co-authored-by: Peter <[email protected]>

* Update src/client/Microsoft.Identity.Client/AppConfig/PublicClientApplicationBuilder.cs

Co-authored-by: Peter <[email protected]>

---------

Co-authored-by: Peter <[email protected]>
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

Successfully merging this pull request may close these issues.

[Bug] Microsoft.Identity.Client references System.Windows.Forms
4 participants