-
Notifications
You must be signed in to change notification settings - Fork 42
Support ASP.NET Core 3.0 #53
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
martincostello
merged 8 commits into
aspnet-contrib:dev
from
martincostello:AspNet-Core-3
Sep 23, 2019
Merged
Support ASP.NET Core 3.0 #53
martincostello
merged 8 commits into
aspnet-contrib:dev
from
martincostello:AspNet-Core-3
Sep 23, 2019
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0d8e99d to
01433c6
Compare
Merged
113df27 to
c6431c9
Compare
c6431c9 to
287e87b
Compare
fd2df11 to
f8b8816
Compare
f8b8816 to
402036c
Compare
5dd6b4c to
4c33718
Compare
|
Rebase onto #63 if/when merged. |
|
|
Update to preview 9 of ASP.NET Core 3.0.
Ignore code coverage results and Arcade local SDK download.
Deprecate the HttpClient property and use the built-in Backchannel property instead.
0c6e684 to
7786f45
Compare
Update the name of the test results XML.
Update to release candidate 1 of ASP.NET Core 3.0.
Update to ASP.NET Core 3.0 using SDK 3.0.100.
martincostello
commented
Sep 20, 2019
Packages for 3.0.0 are now in NuGet.org.
davidfowl
reviewed
Sep 23, 2019
test/AspNet.Security.OpenId.Providers.Tests/Infrastructure/ApplicationFactory.cs
Show resolved
Hide resolved
Add the authorization middleware to the integration tests.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
HttpClientproperty on the options class and redirect it to the base class'Backchannelproperty which serves the same purpose. See here for the OAuth equivalent.