-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Enable Microsoft.Extensions.DependencyInjection #33816
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
Conversation
...ommon/tests/Extensions/TestingUtils/Microsoft.AspNetCore.Testing/test/AssemblyFixtureTest.cs
Outdated
Show resolved
Hide resolved
...ommon/tests/Extensions/TestingUtils/Microsoft.AspNetCore.Testing/test/ConditionalFactTest.cs
Outdated
Show resolved
Hide resolved
src/libraries/Microsoft.Extensions.DependencyInjection/tests/Common/src/AssemblyTestLog.cs
Outdated
Show resolved
Hide resolved
...ies/Microsoft.Extensions.DependencyInjection/tests/ServiceCollectionServiceExtensionsTest.cs
Outdated
Show resolved
Hide resolved
...t.Extensions.DependencyInjection/tests/Microsoft.Extensions.DependencyInjection.Tests.csproj
Outdated
Show resolved
Hide resolved
...t.Extensions.DependencyInjection/tests/Microsoft.Extensions.DependencyInjection.Tests.csproj
Outdated
Show resolved
Hide resolved
...t.Extensions.DependencyInjection/tests/Microsoft.Extensions.DependencyInjection.Tests.csproj
Outdated
Show resolved
Hide resolved
935dcc0 to
904c3db
Compare
...ies/Microsoft.Extensions.DependencyInjection/tests/ServiceCollectionServiceExtensionsTest.cs
Outdated
Show resolved
Hide resolved
904c3db to
716d136
Compare
...t.Extensions.DependencyInjection/tests/Microsoft.Extensions.DependencyInjection.Tests.csproj
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems like this file should/could be converged with the AssertExtensions we have in our Private test utilities.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- I'll mark this as todo when I'm cleaning up the unused files. (future PR)
- Moves files under DI/tests/Common to Logging/tests/DI.Common as they are Logging tests - Simplifies and enables DI test csproj - TODO: Fix test on "ServiceCollectionServiceExtensionsTest.cs"
- Files under that directory already contained in: Microsoft.Extensions.DependencyInjection.Tests.csproj
needs all M.E.Configuration projects referenced
f4e27c4 to
b05e788
Compare
|
resolved conflict by rebase. |
|
Mono failure is #32377. I'm seeing this on all recent builds, so I don't think it's related to this change. |
|
👏 |
Enables DI and Options.