git-ecosystem / git-ecosystem/git-credential-manager
Migrate from .NET Framework on Windows
Open
@mjcheetham is already working on this.
Since Nov 8, 2023.
auth:entra
enhancement
platform:windows
- Dominant language
- C#
- Stars
- 9.3k
- Forks
- 2.9k
- Avg merge
- 7d 1h
- Merged PRs (30d)
- 14
Description
We are currently not actually using the .NET Core on Windows. We should actually use the .NET Core runtime!
The reason we are currently using .NET Framework instead is because MSAL does (didn't) support embedded browser on Windows when targeting .NET Core or .NET Standard. We can use the UseCustomWebUi extension point to restore this functionality.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.