Closed
Description
I don't think I ever created an issue to track this work so I'll list out the work items below:
- Migrating sources from dotnet/extensions #19033 Move projects to aspnetcore:
M.E.FileProviders.Embedded
M.E.FileProviders.Embedded.Manifest.Task
M.E.Configuration.KeyPerFile
M.E.Localization
M.E.Localization.Abstraction
M.E.ObjectPool
M.JSInterop
M.JSInterop.JS
M.E.WebEncoders
M.E.Diagnostics.HealthChecks
M.E.Diagnostics.HealthChecks.Abstractions
M.A.Testing
Shared sources - Ensure we didn't miss any commits during the merge.
- Ensure currently open PRs are moved to aspnetcore: https://github.com/dotnet/extensions/pulls?q=is%3Aopen+is%3Apr+label%3Asource-migrated-to-aspnetcore
- Migrate aspnetcore components extensions#2974 Remove those projects from Extensions except M.A.Testing and Shared sources
- Decouple from dotnet/extensions razor#1620 Remove uses of removed extensions packages in aspnetcore-tooling
- Investigate splitting of Logging.Testing project
- Removing from extensions Remove Serilog dependency in extensions extensions#3040
- Moving LoggedTest to aspnetcore Migrate logging testing #19545
- Migrate relevant issues
- Post announcement
- Ensure Interop.JS artifacts published correctly
- Tracking separately in Reference dotnet-js-interop by source #19300
- Ensure our docs are up to date (such as ops, readmes, etc) This will likely be updated as we notice errors in documentation instead.
- Make sure DARC subscriptions are correct
- Address Ingest extensions packages from dotnet/runtime extensions#3091 (comment)
- Address issues relating to the removed package dependencies from extensions ccf4cd0#r402145057 see discussion at Ingest updated packages from dotnet/runtime #20300 (comment) Addressed by Package references updates extensions#3179