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

[Feature Request] netstandard 2.0 or 2.1 support #1991

Closed
bgavrilMS opened this issue Aug 13, 2020 · 2 comments · Fixed by #3480
Closed

[Feature Request] netstandard 2.0 or 2.1 support #1991

bgavrilMS opened this issue Aug 13, 2020 · 2 comments · Fixed by #3480
Assignees
Milestone

Comments

@bgavrilMS
Copy link
Member

bgavrilMS commented Aug 13, 2020

Is your feature request related to a problem? Please describe.
Customers are asking for a more capable .net standard version of MSAL, which allows for interactive flow. Some scenarios are:

  • MSAL usage in plugin scenarios - e.g. if I want to write a roslyn analyzer, it will be consumed by .net classic or by .net core but this is not known until my analyzer is deployed into VS or run via command line. In this case, we can only rely on MSAL .netstandard

  • Similar to the above scenario, PowerShell also has pretty complex logic to switch between .net classic and .net core.

  • With Unity, only the netstandard version can be consumed (by unzipping the nuget package and selecting the DLL). We can improve the experience by offering a more capable netstandard

  • For Blazor applications

Describe the solution you'd like
.net standard version of MSAL.

@jmprieur
Copy link
Contributor

jmprieur commented Oct 15, 2020

@bgavrilMS : would that issue be related as well to the suppression of the reference libraries?

@bgavrilMS
Copy link
Member Author

Not so much...

@bgavrilMS bgavrilMS moved this from In Progress to Waiting for Code Review in MSAL Customer Trust / QM Jul 22, 2022
Repository owner moved this from Waiting for Code Review to Fixed in MSAL Customer Trust / QM Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
3 participants