Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Update MusicStore test projects to use netcoreapp3.0 #873

Merged
merged 2 commits into from Oct 31, 2018
Merged

Conversation

natemcmaster
Copy link
Contributor

test/MusicStore.E2ETests/DotnetRunTests.cs Outdated Show resolved Hide resolved
test/MusicStore.E2ETests/StoreSmokeTests.cs Outdated Show resolved Hide resolved
build/dependencies.props Show resolved Hide resolved
@natemcmaster
Copy link
Contributor Author

🆙 📅

@@ -34,7 +34,7 @@ public async Task DefaultLocation_Kestrel()
EnvironmentName = "SocialTesting",
PublishApplicationBeforeDeployment = true,
PreservePublishedApplicationForDebugging = Helpers.PreservePublishedApplicationForDebugging,
TargetFramework = Tfm.NetCoreApp20, // There's only a Store on 2.0
TargetFramework = Tfm.NetCoreApp30,
Copy link
Member

Choose a reason for hiding this comment

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

This scenario is not relevant on 3.0 and is already disabled, do not update it. Remove it instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, the test is stale in that it refers to the runtime store, but I'd rather keep the test and update it to test the shared runtime since the behavior it asserts here is the same with the shared framework. I'll open an issue to update MusicStore tests to test the shared framework.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@natemcmaster natemcmaster merged commit 2f747d5 into master Oct 31, 2018
@natemcmaster natemcmaster deleted the namc/3.0 branch October 31, 2018 16:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants