Open
Description
On the basis of a API review, we decided to rename the Framework
token in package name and namespaces to Extensions
. For example,
Before:
Package: Microsoft.Framework.Configuration
Fully qualified type name: Microsoft.Framework.Configuration.MemoryConfigurationProvider
After:
Package: Microsoft.Extensions.Configuration
Fully qualified type name: Microsoft.Extensions.Configuration.MemoryConfigurationProvider
Here's the list of work items that tracked this change:
- Rename Microsoft.Framework.* to Microsoft.Extensions.* EventNotification#25
- Rename Microsoft.Framework.* to Microsoft.Extensions.* dotnet/extensions#46
- Rename Microsoft.Framework.* to Microsoft.Extensions.* Testing#163
- Rename Microsoft.Framework.* to Microsoft.Extensions.* HttpAbstractions#422
- Rename Microsoft.Framework.* to Microsoft.Extensions.* FileSystem#127
- Rename Microsoft.Framework.* to Microsoft.Extensions.* Options#84
- Rename Microsoft.Framework.* to Microsoft.Extensions.* UserSecrets#43
- Rename Microsoft.Framework.* to Microsoft.Extensions.* dotnet/Scaffolding#112
- Rename Microsoft.Framework.* to Microsoft.Extensions.* Localization#93
- Rename Microsoft.Framework.* to Microsoft.Extensions.* Logging#257
- Rename Microsoft.Framework.* to Microsoft.Extensions.* DependencyInjection#297
- Rename Microsoft.Framework.* to Microsoft.Extensions.* Configuration#304
- Rename Microsoft.Framework.* to Microsoft.Extensions.* Caching#114