Skip to content

Change IIS projects to target netcoreapp3.0 #4371

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

Merged
merged 12 commits into from
Dec 11, 2018
Merged

Change IIS projects to target netcoreapp3.0 #4371

merged 12 commits into from
Dec 11, 2018

Conversation

Tratcher
Copy link
Member

@Tratcher Tratcher commented Dec 3, 2018

#3754
Also fixed an error in HttpResponseStream.cs. The NETCOREAPP2_1 targets weren't getting compiled since the assembly only targeted netstandard2.0.

@Tratcher Tratcher added this to the 3.0.0-preview2 milestone Dec 3, 2018
@Tratcher Tratcher self-assigned this Dec 3, 2018
@jkotalik
Copy link
Contributor

jkotalik commented Dec 3, 2018

I think the test projects may be broken for publish. PublishedSitesFixture.cs publishes for netcoreapp2.2 still in tests.

Note: tests are still disabled in master due to a websdk issue causing all out of proc tests to fail.

@pakrym
Copy link
Contributor

pakrym commented Dec 3, 2018

We need to re-enable tests before taking this.

@Tratcher
Copy link
Member Author

Tratcher commented Dec 3, 2018

What will it take to re-enable tests? This is blocking lower repos from getting converted.

@jkotalik
Copy link
Contributor

jkotalik commented Dec 3, 2018

I think @pakrym is looking into it now.

@pakrym
Copy link
Contributor

pakrym commented Dec 3, 2018

#4377

@Tratcher Tratcher force-pushed the tratcher/3/IIS branch 3 times, most recently from 715c296 to fc373c1 Compare December 5, 2018 22:28
natemcmaster added a commit that referenced this pull request Dec 6, 2018
….0 (#4446)

We're running into issues getting IIS tests on netcoreapp3.0. This unblocks the build and gives us more time to work on #4371
@jkotalik
Copy link
Contributor

jkotalik commented Dec 6, 2018

Just got new hosting dependencies, will update shortly.

@natemcmaster
Copy link
Contributor

natemcmaster commented Dec 6, 2018

We're adding required PR checks to ensure the repo compiles before you merge. Can you update this PR by rebasing on master?

git fetch origin master:master
git rebase master

Alternative: if you plan to 'squash merge' this PR, you can also use a merge to update this PR. This can be easier to manage if you have lots of changes in this PR.

git fetch origin master:master
git merge master

@jkotalik jkotalik closed this Dec 6, 2018
@jkotalik jkotalik reopened this Dec 6, 2018
@natemcmaster
Copy link
Contributor

By the way, you can ignore the error that says "AspNetCore-pr-validation — Unable to find '.azure/pipelines/fast-pr-validation.yml'". This is the result of changing PR checks after a PR was created. It shouldn't appear in PRs created from now on.

@jkotalik
Copy link
Contributor

jkotalik commented Dec 6, 2018

Tests should be passing now.

@Tratcher
Copy link
Member Author

Tratcher commented Dec 7, 2018

Still quite a few test failures where it looks like the server is failing to start.

@jkotalik
Copy link
Contributor

jkotalik commented Dec 7, 2018

Looking into it. If I can't figure it out, will disable the first test that is causing the test hang (client disconnect stress).

@jkotalik
Copy link
Contributor

jkotalik commented Dec 7, 2018

#4512 for flaky test.

@Tratcher Tratcher merged commit 7fdd930 into master Dec 11, 2018
@Tratcher Tratcher deleted the tratcher/3/IIS branch December 11, 2018 21:46
@@ -66,7 +66,7 @@ public async Task RequestAbortedTokenFires()
await _fixture.Client.RetryRequestAsync("/WaitingRequestCount", async message => await message.Content.ReadAsStringAsync() == "0");
}

[ConditionalFact]
[ConditionalFact(Skip = "https://github.com/aspnet/AspNetCore/issues/4512")]
Copy link
Contributor

Choose a reason for hiding this comment

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

We should undo this.

dougbu pushed a commit to dougbu/razor-compiler that referenced this pull request Nov 17, 2021
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.

5 participants