You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the same as dotnet/coreclr#18658 with the explicit requirement that external customers can use the control mechanism. This means it has to have a public and documented API.
The primary effort here should be around API review (amongst our team, not official BCL review) and deciding what we want to support for customers. This is a higher bar than we'd hold for internal APIs because we want to maintain compat across versions and make sure we are using best practices for naming and design. Its likely there will be implementation adjustments that fall out from the API review. We also need to get the library published on NuGet.
The text was updated successfully, but these errors were encountered:
[Copied from dotnet/coreclr#23780]
This is the same as dotnet/coreclr#18658 with the explicit requirement that external customers can use the control mechanism. This means it has to have a public and documented API.
The primary effort here should be around API review (amongst our team, not official BCL review) and deciding what we want to support for customers. This is a higher bar than we'd hold for internal APIs because we want to maintain compat across versions and make sure we are using best practices for naming and design. Its likely there will be implementation adjustments that fall out from the API review. We also need to get the library published on NuGet.
The text was updated successfully, but these errors were encountered: