-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extensions: Incremental additions #33563
Conversation
- Microsoft.Extensions.Caching.Abstractions - Microsoft.Extensions.Caching.Memory - Microsoft.Extensions.Http - TODO [ ] Add Logging before Http and Caching.Memory
- Microsoft.Extensions.Caching.Abstractions - Microsoft.Extensions.Configuration - Microsoft.Extensions.Configuration.Abstractions - Microsoft.Extensions.Configuration.Binder - Microsoft.Extensions.Configuration.CommandLine - Microsoft.Extensions.DependencyInjection - Microsoft.Extensions.DependencyInjection.Abstractions - Microsoft.Extensions.Logging.Abstractions - Microsoft.Extensions.Options
Looks like we need to update the path in src/libraries/Microsoft.Extensions.DependencyInjection/tests/Common/test/Microsoft.Extensions.Logging.Testing.Tests.csproj |
NEXT PR: The following 6 Microsoft.Extensions test projects (under src/libraries) are not yet cleaned up from when they were brought over from Extensions repo:
They can't be enabled yet, until all their dependencies are completed and enabled:
I will modify the Directory.Build.props file to exclude them for this PR. |
NEXT PR: #33678 brings over history
|
Microsoft.Extensions.Configuration.EnvironmentVariables
DIsable Options, its test needs DI Cleanup ProjectExclusions to skip csproj in Common folder
...crosoft.Extensions.Caching.Abstractions/src/Microsoft.Extensions.Caching.Abstractions.csproj
Outdated
Show resolved
Hide resolved
src/libraries/Microsoft.Extensions.Configuration.CommandLine/tests/CommandLineTest.cs
Outdated
Show resolved
Hide resolved
...aries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs
Outdated
Show resolved
Hide resolved
...aries/Microsoft.Extensions.Configuration.CommandLine/src/CommandLineConfigurationProvider.cs
Outdated
Show resolved
Hide resolved
src/libraries/Microsoft.Extensions.Configuration.CommandLine/tests/CommandLineTest.cs
Outdated
Show resolved
Hide resolved
src/libraries/Microsoft.Extensions.DependencyInjection/src/ServiceLookup/CallSiteFactory.cs
Outdated
Show resolved
Hide resolved
....Configuration.CommandLine/tests/Microsoft.Extensions.Configuration.CommandLine.Tests.csproj
Show resolved
Hide resolved
...ies/Microsoft.Extensions.Configuration/tests/Microsoft.Extensions.Configuration.Tests.csproj
Outdated
Show resolved
Hide resolved
...s/Microsoft.Extensions.Hosting.Abstractions/ref/Microsoft.Extensions.Hosting.Abstractions.cs
Outdated
Show resolved
Hide resolved
...crosoft.Extensions.Hosting.Abstractions/ref/Microsoft.Extensions.Hosting.Abstractions.csproj
Outdated
Show resolved
Hide resolved
- used DefaultApiDocIds to persist ObsoleteAttribute
(seems unrelated but) noticed below issue in the CI: https://dev.azure.com/dnceng/public/_build/results?buildId=561783
|
- Remove DefaultReferenceExclusions and more
This PR:
ref/src/pkg (have no test projects)
ref/src/test/pkg
Next PRs:
Disabled in Directory.Build.props until pkg/test gets completed.
Could defer this to a next PR.
ref/src/pkg
test (reason for later: Extensions: Incremental additions #33563 (comment))
ref/src/pkg/test
Enable tests explained in comment: Extensions: Incremental additions #33563 (comment)
Add solution files