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

Enable remaining Extensions projects #33984

Merged
merged 9 commits into from
Mar 26, 2020

Commits on Mar 25, 2020

  1. Configuration (ref/src/pkg/test)

    Microsoft.Extensions.Configuration.Json
    Microsoft.Extensions.Configurations.UserSecrets
    Microsoft.Extensions.Configurations.Xml
    
    Logging (ref/src/pkg/test)
    - Microsoft.Extensions.Logging
    - Microsoft.Extensions.Logging.Configuration
    - Microsoft.Extensions.Logging.Console
    - Microsoft.Extensions.Logging.Debug
    - Microsoft.Extensions.Logging.EventLog
    - Microsoft.Extensions.Logging.EventSource
    - Microsoft.Extensions.Logging.TraceSource
    
    ref\src\pkg\test
    Microsoft.Extensions.Http
    Microsoft.Extensions.Caching.Memory
    
    Microsoft.Extensions.Hosting
    - [x] Functional/TestApp
    - Include Configuration.FunctionalTests and TestApp but refactor later
    
    More:
    - changes similar to 3040 in extensions
    - skip some test failures using ActiveIssue
    - ProjectExclusions removed
    - Suppress the duplication LoggingBuilderExtensions
    - deleting all csproj under Common
    maryamariyan committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    099bec8 View commit details
    Browse the repository at this point in the history
  2. Make Hosting FunctionalTests and UnitTests work.

    - no more project exclusions
    - delete files not used under Hosting/IntegrationTesting
    maryamariyan committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    6c807c7 View commit details
    Browse the repository at this point in the history
  3. Fix error error CA2012:

    - ValueTask instances should not have their result directly accessed unless the instance has already completed.
    maryamariyan committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    97a186d View commit details
    Browse the repository at this point in the history
  4. - using OutputType Exe

    - Logging.Tests needs Logging./Abstraction/Console/EventLog
    maryamariyan committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    b438b86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b67dc5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    914fc70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78627b5 View commit details
    Browse the repository at this point in the history
  8. Fix allconfiguration

    maryamariyan committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    1cc5468 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

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