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

Fix xml serializer encoding #3891

Closed
wants to merge 24 commits into from

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    258dd36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a776b7b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Configuration menu
    Copy the full SHA
    4f2447a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/FixEnableUnsecuredResponse' into…

    … FixEnableUnsecuredResponse
    maheshnlrb committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    b076785 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2019

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

Commits on Sep 9, 2019

  1. Configuration menu
    Copy the full SHA
    bc556b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ba3ca5 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Merge pull request dotnet#3886 from dotnet/hongli/3859

    [P2] Support System.ServiceModel.Channels.BinaryMessageEncodingBindin…
    StephenBonikowsky authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    38131f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#3892 from dotnet/hongli/3862

    [P2] Support System.ServiceModel.Security.SecurityKeyEntropyMode dotnet#3862
    StephenBonikowsky authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    9dc1388 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20b568a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc3ac18 View commit details
    Browse the repository at this point in the history
  5. Merge pull request dotnet#3896 from StephenBonikowsky/stebon/wsfedera…

    …tion
    
    Add S.SM.S.SecurityTokenParameters to the public contract.
    StephenBonikowsky authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    0056e63 View commit details
    Browse the repository at this point in the history
  6. add a space within setter

    HongGit committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    cd05acd View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Merge pull request dotnet#3899 from dotnet/hongli/3864

    [P2] Support System.ServiceModel.Security.Tokens.SecureConversationSe…
    StephenBonikowsky authored Sep 11, 2019
    Configuration menu
    Copy the full SHA
    3a91b5d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    ea42f25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de8c69c View commit details
    Browse the repository at this point in the history
  3. add default to the getter per PR feedback

    HongGit authored and mconnew committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    0c5cb3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a59e68 View commit details
    Browse the repository at this point in the history
  5. fixing a build error

    HongGit authored and mconnew committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    4d7e8de View commit details
    Browse the repository at this point in the history
  6. Add S.IM.T.SymmetricSecurityKey to the public contract.

    * Also had to make the class public in the implementation.
    StephenBonikowsky authored and mconnew committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    3ca5caa View commit details
    Browse the repository at this point in the history
  7. [master] Update dependencies from dotnet/arcade (dotnet#3894)

    * Update dependencies from https://github.com/dotnet/arcade build 20190909.10
    
    - Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19459.10
    - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19459.10
    - Microsoft.DotNet.GenFacades - 1.0.0-beta.19459.10
    - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19459.10
    - Microsoft.DotNet.SignTool - 1.0.0-beta.19459.10
    
    * Update dependencies from https://github.com/dotnet/arcade build 20190910.3
    
    - Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19460.3
    - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19460.3
    - Microsoft.DotNet.GenFacades - 1.0.0-beta.19460.3
    - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19460.3
    - Microsoft.DotNet.SignTool - 1.0.0-beta.19460.3
    
    * Update dependencies from https://github.com/dotnet/arcade build 20190911.7
    
    - Microsoft.DotNet.XUnitExtensions - 2.4.1-beta.19461.7
    - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19461.7
    - Microsoft.DotNet.GenFacades - 1.0.0-beta.19461.7
    - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19461.7
    - Microsoft.DotNet.SignTool - 1.0.0-beta.19461.7
    dotnet-maestro[bot] authored Sep 12, 2019
    Configuration menu
    Copy the full SHA
    5bcefd7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1527f60 View commit details
    Browse the repository at this point in the history
  9. Formatting fixes

    MaheshVcsoft committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    628ebb6 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'FixXmlSerializerEncoding' of https://github.com/maheshn…

    …lrb/wcf into FixXmlSerializerEncoding
    
    # Conflicts:
    #	src/System.Private.ServiceModel/src/System/ServiceModel/Dispatcher/XmlSerializerOperationFormatter.cs
    MaheshVcsoft committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    62d3d72 View commit details
    Browse the repository at this point in the history