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

update .net core 3.0 RTM #1025

merged 44 commits into from
Oct 28, 2019

Commits on Sep 11, 2019

  1. Configuration menu
    Copy the full SHA
    58f517c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fa430f View commit details
    Browse the repository at this point in the history
  3. feat: update generic host and useMvc

    1、Using 'UseMvc' to configure MVC is not supported while using Endpoint Routing dotnet/aspnetcore#9542
    2、 use IHost and IHostBuilder
    geffzhang committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    cff6a3e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Configuration menu
    Copy the full SHA
    c23de3d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. eureka extension

    catcherwong committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    b60ffab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    083bb5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da49051 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from catcherwong/netcore3.0

    Fixed some fail UTs of Netcore3.0
    geffzhang committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    1641c99 View commit details
    Browse the repository at this point in the history
  5. fix log tests

    catcherwong committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    d8d9bf1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0295143 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

  1. Merge pull request #2 from catcherwong/netcore3.0

    Fixed some problems
    geffzhang committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    f73bb09 View commit details
    Browse the repository at this point in the history
  2. Update ContentTests.cs

    geffzhang committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    6f2ba40 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. Fixed ws tests

    catcherwong committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    ea7480a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from catcherwong/netcore3.0

    Fixed WebSocket unit tests
    geffzhang committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    aa64596 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a0fc8d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Configuration menu
    Copy the full SHA
    98a01e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from ThreeMammals/develop

    merge code
    geffzhang committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    e0cf4bf View commit details
    Browse the repository at this point in the history
  3. merge netcore 3.0 update

    geffzhang committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    1bd5949 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44e2917 View commit details
    Browse the repository at this point in the history
  5. Update .travis.yml

    mono 6.0.0 and dotnet 3.0.100
    geffzhang committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    509b4f6 View commit details
    Browse the repository at this point in the history
  6. Update Ocelot.IntegrationTests.csproj

    update Microsoft.Data.SQLite 3.0.0
    geffzhang committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    995d846 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

  1. Update .travis.yml

    geffzhang committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    37f9d2b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. feat: remove FrameworkReference

    1、 remove FrameworkReference
    2、 update package
    geffzhang committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    be62850 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Configuration menu
    Copy the full SHA
    a90982d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from jondmcelroy/develop

    add appveyor configuration to use version of VS2019 with dotnet core 3 sdk support
    geffzhang committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    08f288e View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. Configuration menu
    Copy the full SHA
    744b414 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Swap out OpenCover for Coverlet

    Jonathan Mezach committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    b9e0468 View commit details
    Browse the repository at this point in the history
  2. Bump Cake to 0.35.0

    Jonathan Mezach committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    709319d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6 from catcherwong/develop

    Update obsoleted SetCollectionValidator methods
    geffzhang committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    9a8792d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7 from jmezach/feature/coverlet

    Swap out OpenCover for Coverlet
    geffzhang committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    37e5ab6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Downgrade coveralls.net to 0.7.0

    Fix disposing of PollConsul instance
    Jonathan Mezach committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    45e4408 View commit details
    Browse the repository at this point in the history
  2. Remove environment specific path separator

    Jonathan Mezach committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    4d80a57 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8 from jmezach/bugfix/build

    Downgrade coveralls.net to 0.7.0
    geffzhang committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    978cbb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b2a642 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #9 from jmezach/bugfix/travis-ci

    Remove environment specific path separator
    geffzhang committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    e05e4ed View commit details
    Browse the repository at this point in the history
  6. Do not return ReportGenerator on Mac/Linux

    Jonathan Mezach committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    de8868b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #10 from jmezach/bugfix/travis-ci2

    Do not return ReportGenerator on Mac/Linux
    geffzhang committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    b40ee2f View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. Remove direct dependency on IInternalConfiguration

    Jonathan Mezach committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    a0ff389 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Fix ordering of variable assignment

    Jonathan Mezach committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    401915b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from jmezach/bugfix/consul

    Fix startup issue with Consul
    geffzhang committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    d1dc075 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Fix broken tests

    Jonathan Mezach committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    30b25f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #12 from jmezach/bugfix/consul-tests

    Fix broken Consul tests
    geffzhang committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    a70e9a2 View commit details
    Browse the repository at this point in the history
  3. Fix acceptance tests for Consul

    Jonathan Mezach committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    5f9baba View commit details
    Browse the repository at this point in the history
  4. Merge pull request #13 from jmezach/bugfix/consul-acceptance-tests

    Fix acceptance tests for Consul
    geffzhang committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    0cfdb61 View commit details
    Browse the repository at this point in the history