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

Upgrade to .NET 6 RC2 #6

Merged
merged 6 commits into from
Nov 2, 2021
Merged

Upgrade to .NET 6 RC2 #6

merged 6 commits into from
Nov 2, 2021

Commits on Oct 14, 2021

  1. Fix compilation errors:

    - Expose internals of DistributedResponseCachingMiddleware to DistributedResponseCachingMiddleware DistributedResponseCachingMiddlewareTests
    - Consider new namespace of CachedResponse
    dominik-oktav committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    4f9a31a View commit details
    Browse the repository at this point in the history
  2. Register ResponseCachingPolicyProvider as IResponseCachingPolicyProvi…

    …der, when CacheAuthorizedRequest is not enabled, to fix error when resolving IResponseCachingPolicyProvider
    dominik-oktav committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    e85592a View commit details
    Browse the repository at this point in the history
  3. Upgrade to net6.0

    - Set target framework to net6.0
    - Updated nuget packages to 6.0 or latest
    - Set Version to 6.0.0-rc2
    dominik-oktav committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    6dcf1d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Merge pull request #1 from dominik-oktav/dotnet6-upgrade

    Upgrade to .NET 6 RC2
    dominik-oktav authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    6cf48b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Fix configuration of ResponseCachingOptions by configuring it explici…

    …tly. By just registering the CustomResponseCachingOptions, the options of the base objects would get lost when resolving for IOptions<ResponseCachingOptions>.
    dominik-oktav committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    d79da3c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from dominik-oktav/fix-base-options-configuration

    Fix configuration of ResponseCachingOptions
    dominik-oktav authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    2313f46 View commit details
    Browse the repository at this point in the history