Skip to content
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

Enable Microsoft.Extensions.DependencyInjection #33816

Merged
merged 11 commits into from
Mar 22, 2020

Conversation

maryamariyan
Copy link
Member

@maryamariyan maryamariyan commented Mar 19, 2020

Enables DI and Options.

<Reference Include="Microsoft.Extensions.DependencyInjection" />
<Reference Include="Microsoft.Extensions.Logging.Abstractions" />
<Reference Include="Newtonsoft.Json" />
<Compile Include="..\..\Common\tests\Extensions\TestingUtils\Microsoft.AspNetCore.Testing\src\ExceptionAssertions.cs">
Copy link
Member

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.

Copy link
Member Author

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"
@maryamariyan
Copy link
Member Author

resolved conflict by rebase.

@ericstj
Copy link
Member

ericstj commented Mar 21, 2020

Mono failure is #32377. I'm seeing this on all recent builds, so I don't think it's related to this change.

@maryamariyan maryamariyan merged commit 110804e into dotnet:master Mar 22, 2020
@davidfowl
Copy link
Member

👏

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants