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

update .net core 3.0 RTM #1025

Merged
merged 44 commits into from
Oct 28, 2019
Merged
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
58f517c
feat: update to asp.net core 3.0 preview 9
geffzhang Sep 11, 2019
6fa430f
fix : AspDotNetLogger unittest
geffzhang Sep 11, 2019
cff6a3e
feat: update generic host and useMvc
geffzhang Sep 11, 2019
c23de3d
feat : update .net core 3.0 rc1
geffzhang Sep 18, 2019
b60ffab
eureka extension
catcherwong Sep 20, 2019
083bb5e
fixed logger formatter error
catcherwong Sep 20, 2019
da49051
fixed synchronous operations are disallowed of ReadToEnd method
catcherwong Sep 20, 2019
1641c99
Merge pull request #1 from catcherwong/netcore3.0
geffzhang Sep 20, 2019
d8d9bf1
fix log tests
catcherwong Sep 20, 2019
0295143
Flush method of FakeStream should do nothing
catcherwong Sep 20, 2019
f73bb09
Merge pull request #2 from catcherwong/netcore3.0
geffzhang Sep 21, 2019
6f2ba40
Update ContentTests.cs
geffzhang Sep 21, 2019
ea7480a
Fixed ws tests
catcherwong Sep 22, 2019
aa64596
Merge pull request #3 from catcherwong/netcore3.0
geffzhang Sep 22, 2019
4a0fc8d
feat: delelte comment code
geffzhang Sep 22, 2019
98a01e5
feat: update .net core 3.0 RTM
geffzhang Sep 24, 2019
e0cf4bf
Merge pull request #4 from ThreeMammals/develop
geffzhang Sep 24, 2019
1bd5949
merge netcore 3.0 update
geffzhang Sep 24, 2019
44e2917
Update OcelotBuilderTests.cs
geffzhang Sep 24, 2019
509b4f6
Update .travis.yml
geffzhang Sep 24, 2019
995d846
Update Ocelot.IntegrationTests.csproj
geffzhang Sep 24, 2019
37f9d2b
Update .travis.yml
geffzhang Sep 25, 2019
be62850
feat: remove FrameworkReference
geffzhang Oct 6, 2019
a90982d
add appveyor configuration to use version of VS2019 with dotnet core …
jondmcelroy Oct 9, 2019
08f288e
Merge pull request #5 from jondmcelroy/develop
geffzhang Oct 9, 2019
744b414
update obsoleted SetCollectionValidator method
catcherwong Oct 12, 2019
b9e0468
Swap out OpenCover for Coverlet
Oct 14, 2019
709319d
Bump Cake to 0.35.0
Oct 14, 2019
9a8792d
Merge pull request #6 from catcherwong/develop
geffzhang Oct 14, 2019
37e5ab6
Merge pull request #7 from jmezach/feature/coverlet
geffzhang Oct 14, 2019
45e4408
Downgrade coveralls.net to 0.7.0
Oct 15, 2019
4d80a57
Remove environment specific path separator
Oct 15, 2019
978cbb0
Merge pull request #8 from jmezach/bugfix/build
geffzhang Oct 15, 2019
9b2a642
Merge branch 'develop' into bugfix/travis-ci
geffzhang Oct 15, 2019
e05e4ed
Merge pull request #9 from jmezach/bugfix/travis-ci
geffzhang Oct 15, 2019
de8868b
Do not return ReportGenerator on Mac/Linux
Oct 15, 2019
b40ee2f
Merge pull request #10 from jmezach/bugfix/travis-ci2
geffzhang Oct 15, 2019
a0ff389
Remove direct dependency on IInternalConfiguration
Oct 17, 2019
401915b
Fix ordering of variable assignment
Oct 21, 2019
d1dc075
Merge pull request #11 from jmezach/bugfix/consul
geffzhang Oct 21, 2019
30b25f3
Fix broken tests
Oct 23, 2019
a70e9a2
Merge pull request #12 from jmezach/bugfix/consul-tests
geffzhang Oct 23, 2019
5f9baba
Fix acceptance tests for Consul
Oct 23, 2019
0cfdb61
Merge pull request #13 from jmezach/bugfix/consul-acceptance-tests
geffzhang Oct 23, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dist: bionic
osx_image: xcode9.2
Copy link
Contributor

@catcherwong catcherwong Sep 25, 2019

Choose a reason for hiding this comment

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

The value of osx_image should update to xcode9.4 or above.


mono:
- 5.10.0
- 6.0.0

dotnet: 2.2.105
dotnet: 3.0.100

before_install:
- git fetch --unshallow # Travis always does a shallow clone, but GitVersion needs the full history including branches and tags
Expand Down