microsoft / FeatureManagement-Dotnet

Microsoft.FeatureManagement provides standardized APIs for enabling feature flags within applications. Utilize this library to secure a consistent experience when developing applications that use patterns such as beta access, rollout, dark deployments, and more.
MIT License
1.03k stars 111 forks source link

Adjust Microsoft.FeatureManagement.Telemetry and Microsoft.FeatureManagement.Telemetry.AspNetCore projects #419

Closed zhiyuanliang-ms closed 5 months ago

zhiyuanliang-ms commented 5 months ago

Why this PR?

Follow up #417

Visible Changes

Rename the project name and update the csproj and sln files.

Update the namespace Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore to Microsoft.FeatureManagement.Telemetry.AspNetCore

rossgrambo commented 5 months ago

Linking to my comment on the previous PR: https://github.com/microsoft/FeatureManagement-Dotnet/pull/417#issuecomment-2043130967

But I am curious- I understood https://github.com/microsoft/FeatureManagement-Dotnet/issues/392 as just a namespace and not a project name update. Was that your intent @zhenlan?

zhenlan commented 5 months ago

But I am curious- I understood #392 as just a namespace and not a project name update. Was that your intent @zhenlan?

Yes, just the namespace change, not the project name change.

zhiyuanliang-ms commented 5 months ago

@jimmyca15 I missed previous discussion about this. Now I get it.