1. 16 6月, 2018 1 次提交
  2. 28 4月, 2018 2 次提交
  3. 21 2月, 2018 1 次提交
  4. 24 10月, 2017 1 次提交
  5. 13 10月, 2017 1 次提交
    • B
      EventSource.Redist Nuget Package (dotnet/corefx#24405) · 0dfabda7
      Brian Robbins 提交于
      * Initial commit of Microsoft.Diagnostics.EventSource.Redist
      
      * Update PropertyValue namespace.
      
      * Update IEventProvider references.
      
      * Clean-up solution file.
      
      * Add ManifestEtw.cs - This should be moved to the shared partition.
      
      * Frame out System.Resources.
      
      * Add ManifestEtw class -- This should move to the shared directory.
      
      * Disable unused field warning.
      
      * Add missing code and #ifdef.
      
      * Manually copy resources into Strings.resx.
      
      * Fix sln and csproj.
      
      * Rename from Microsoft.Diagnostics.EventSource.Redist to Microsoft.Diagnostics.Tracing.EventSource.Redist.
      
      * Create the Microsoft.Diagnostics.Tracing.EventSource.Redist nuget package.
      
      * Switch to the OSS signing key.
      
      * Update package description.
      
      
      Commit migrated from https://github.com/dotnet/corefx/commit/26537a0181eb2662f871ad9c9f6b84e5c935e160
      0dfabda7
  6. 17 5月, 2017 1 次提交
  7. 11 4月, 2017 1 次提交
    • W
      Updates how we define which key an assembly uses · 4185183e
      Wes Haggard 提交于
      Now instead of Use*Key a project can instead define the assembly key
      in the project (genreally the common dir.pops for a project) using
      the AssemblyKey property. The accepted values are Open, ECMA, MSFT,
      Test.
      
      This change allows for a repo to set the default key they want to use
      for projects. In corefx we have switched the default to use the Open
      key instead of the old BuildTools default of MSFT key.
      
      As part of this update we are explicitly setting the AssemblyKey in
      all the library projects (although it is really only necessary for
      projects that aren't the default).
      
      Also with this change we are updating all the new libraries that have
      not yet shipped stable (compared to our 1.1 release) and making them
      use the Open key. Which means that for prerelease dependencies there
      might be some binary breaking changes to consume.
      
      The following libraries ahven't shipped so there key is being
      changed from MSFT to Open:
      Microsoft.XmlSerializer.Generator
      System.CodeDom
      System.Configuration.ConfigurationManager
      System.Data.Odbc
      System.DirectoryServices
      System.DirectoryServices.AccountManagement
      System.DirectoryServices.Protocols
      System.IO.Ports
      System.Json
      System.Memory
      System.Net.HttpListener
      System.Net.Mail
      System.Net.ServicePoint
      System.Net.WebClient
      System.Net.WebProxy
      System.Private.Xml
      System.Private.Xml.Linq
      System.Security.Cryptography.Xml
      System.Security.Permissions
      System.Transactions.Local
      System.Web.HttpUtility
      
      
      Commit migrated from https://github.com/dotnet/corefx/commit/ac09a797d09502ebab61f7167bb856846602e1e6
      4185183e
  8. 18 1月, 2017 1 次提交
  9. 09 12月, 2016 1 次提交
    • J
      System.Configuration port (dotnet/corefx#14293) · b4bfc95b
      Jeremy Kuhne 提交于
      * Initial code port
      
      This has mostly auto-generated code style changes from the original
      sources. Security and code analysis attributes were removed and
      TypeHelper was stripped of limited trust methods.
      
      * Initial functional change
      
      Removes limited trust related code.
      Removes Debug class (the original code was below System.Diagnostics).
      Remove ConfigurationManagerHelperFactory- this was a callback for
      System.Config.Net.
      Removes FileUtil (don't need the extra platform specific logic).
      
      Adds test, ref, and package projects.
      Adds initial smoke test.
      
      There is a lot left to do, tests being a primary piece.
      Need to figure out what the "machine.config" means in the .NET Core world.
      Also need to come up with decent heuristics for "app.config" location.
      
      * Address feedback
      
      Removed files I missed, address feedback.
      Scrub through for some more references to CAS.
      
      
      Commit migrated from https://github.com/dotnet/corefx/commit/ad4449961034e7ba4a582caee6a756e9bac084e1
      b4bfc95b
  10. 06 10月, 2016 1 次提交
  11. 28 9月, 2016 1 次提交
  12. 24 8月, 2016 1 次提交
  13. 26 2月, 2015 1 次提交
  14. 19 2月, 2015 1 次提交
  15. 14 1月, 2015 1 次提交
  16. 13 1月, 2015 1 次提交
  17. 07 1月, 2015 1 次提交
  18. 20 12月, 2014 1 次提交
  19. 18 12月, 2014 3 次提交