Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Adding System.ComponentModel.Composition #24921

Merged
merged 66 commits into from
Nov 10, 2017

Commits on Oct 27, 2017

  1. Adding System.ComponentModel.Composition

    Ports MEF1 sources
    maryamariyan committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    4c5756e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. removing extra lines

    maryamariyan committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    79f659a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3df169 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07eb12d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b72cd06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    adc465e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0292a03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a77d858 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    95055c5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a234d1 View commit details
    Browse the repository at this point in the history
  10. Removing bad comment

    maryamariyan committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    667095f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    95d655b View commit details
    Browse the repository at this point in the history
  12. Changing Requires.NotNull(element, "element"); to Requires.NotNull(el…

    …ement, typeof(element));
    maryamariyan committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    db24000 View commit details
    Browse the repository at this point in the history
  13. Removing SLIM_LOCK

    maryamariyan committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    7306805 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ea34e02 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a6afa43 View commit details
    Browse the repository at this point in the history
  16. missing private

    maryamariyan committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    528bb73 View commit details
    Browse the repository at this point in the history
  17. Removing the BinaryCompatibility class and the TargetsAtLeast_Desktop…

    …_V4_5 flag, since it is always true.
    maryamariyan committed Oct 31, 2017
    Configuration menu
    Copy the full SHA
    3cc91af View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1cdcddd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2ea02bf View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7703026 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

  1. Revert "removing commented out ifdefs and removing suppressmessage Mi…

    …crosoft.Contracts"
    
    This reverts commit ea34e02.
    maryamariyan committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    b323984 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51fb892 View commit details
    Browse the repository at this point in the history
  3. Revert "Replacing old header formats with the usual 3 line license co…

    …mment in all cs and resx files"
    
    This reverts commit 07eb12d.
    maryamariyan committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    de9884f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb0fa12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e133117 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69eb9b1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4578736 View commit details
    Browse the repository at this point in the history
  8. Remove condition

    danmoseley committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    5398b19 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    59307a3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b23f83a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c087247 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5e1868c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e2eda02 View commit details
    Browse the repository at this point in the history
  14. Fixing build failure

    maryamariyan committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    9b3e43f View commit details
    Browse the repository at this point in the history
  15. Revert "Removing the BinaryCompatibility class and the TargetsAtLeast…

    …_Desktop_V4_5 flag, since it is always true."
    
    This reverts commit 3cc91af.
    maryamariyan committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    4dec630 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8796188 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6a18c08 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0c6ff76 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c007248 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2017

  1. Configuration menu
    Copy the full SHA
    e4a42b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43f06c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fe7134 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2017

  1. Update src project

    danmoseley committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    d9c8ec0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b662609 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d48237 View commit details
    Browse the repository at this point in the history
  4. removing blink line on csproj and adding Condition to not include com…

    …pile items when not netstandard
    maryamariyan committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    b634f1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8fe9cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    38e2215 View commit details
    Browse the repository at this point in the history
  7. Revert "Exclude S.CM.C from the closure detection"

    This reverts commit b662609.
    maryamariyan committed Nov 3, 2017
    Configuration menu
    Copy the full SHA
    6708a78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2cf1bde View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    53a9391 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2017

  1. Suppress S.CM.C error

    danmoseley committed Nov 4, 2017
    Configuration menu
    Copy the full SHA
    b1adfe6 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. Configuration menu
    Copy the full SHA
    6970be1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e1f75c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bae426 View commit details
    Browse the repository at this point in the history
  4. Revert "Adding missing apis to ref"

    This reverts commit 3bae426.
    maryamariyan committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    428f1e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b8b268 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

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

Commits on Nov 9, 2017

  1. Configuration menu
    Copy the full SHA
    f119201 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f3d4fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c85b086 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    540f171 View commit details
    Browse the repository at this point in the history
  5. Removing this keyboard

    maryamariyan committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    0456c9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26cdfc3 View commit details
    Browse the repository at this point in the history
  7. Adding the netstandard configuration in the csproj for VS to understa…

    …nd the build configurations
    maryamariyan committed Nov 9, 2017
    Configuration menu
    Copy the full SHA
    f3d9f22 View commit details
    Browse the repository at this point in the history