-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Refactor SafeFreeCredentials class #17134
Copy link
Copy link
Closed
Labels
area-System.NetenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionsos-linuxLinux OS (any supported distro)Linux OS (any supported distro)os-mac-os-xmacOS aka OSXmacOS aka OSX
Milestone
Metadata
Metadata
Assignees
Labels
area-System.NetenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionsos-linuxLinux OS (any supported distro)Linux OS (any supported distro)os-mac-os-xmacOS aka OSXmacOS aka OSX
Type
Fields
Give feedbackNo fields configured for issues without a type.
Tracking issue to fix the following code smells ``SafeFreeCredentials` class:
* As pointed out in the PR comments of dotnet/corefx#6469, this class needs to be split up into two separate classes(via dotnet/corefx#8452)