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

Port FunctionalTests.ProviderAgnostic to .NET Core 3 #864

Merged
merged 1 commit into from
May 22, 2019

Conversation

bricelam
Copy link
Contributor

Part of #271

@bricelam bricelam requested a review from ajcvickers May 21, 2019 20:28
@bricelam bricelam changed the title Translate new overloads of Trim, TrimStart & TrimEnd Port FunctionalTests.ProviderAgnostic to .NET Core 3 May 21, 2019
@@ -38,4 +38,11 @@
<ProjectReference Include="..\FunctionalTests.Transitional\FunctionalTests.Transitional.csproj" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
<None Update="App.config">
<Link>xunit.console.dll.config</Link>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ajcvickers This is the only way to get App.config in xUnit.net on .NET Core. I can't use DbConfiguration because there's no way to register one for a context in a different assembly. The only way to do that is using App.config.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is what it is...

@bricelam bricelam merged commit e973b00 into dotnet:master May 22, 2019
@bricelam bricelam deleted the trim branch May 22, 2019 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants