microsoft / service-fabric-aspnetcore

This repo contains ASP.NET Core integration for Service Fabric Reliable Services.
Other
152 stars 49 forks source link

Fix misleading packagename #89

Closed 4nandP closed 4 years ago

4nandP commented 4 years ago

The package name Microsoft.ServiceFabric.AspNetCore.Configuration is completely misleading and inconsistent. It should be Microsoft.Extensions.Configuration.ServiceFabric, which will make it easier to find and increase adoption

amanbha commented 4 years ago

@4nandP Changing it now would be a breaking change, As per guidance the package name would start with Microsoft.ServiceFabric and the team has only reserved to publish packages with Microsoft.ServiceFabric prefix. Any other suggestions to make it more discoverable in documentation is welcome.