1. 29 7月, 2019 1 次提交
  2. 28 7月, 2019 1 次提交
  3. 27 7月, 2019 2 次提交
  4. 26 7月, 2019 1 次提交
    • D
      [master] Update dependencies from dotnet/arcade (#1377) · 457a2717
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/arcade build 20190724.2
      
      - Microsoft.DotNet.ApiCompat - 1.0.0-beta.19374.2
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19374.2
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19374.2
      - Microsoft.DotNet.GenAPI - 1.0.0-beta.19374.2
      - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19374.2
      
      * Update dependencies from https://github.com/dotnet/arcade build 20190725.2
      
      - Microsoft.DotNet.ApiCompat - 1.0.0-beta.19375.2
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19375.2
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19375.2
      - Microsoft.DotNet.GenAPI - 1.0.0-beta.19375.2
      - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19375.2
      457a2717
  5. 25 7月, 2019 1 次提交
  6. 24 7月, 2019 1 次提交
  7. 23 7月, 2019 1 次提交
  8. 20 7月, 2019 1 次提交
  9. 19 7月, 2019 1 次提交
  10. 17 7月, 2019 1 次提交
  11. 16 7月, 2019 1 次提交
  12. 15 7月, 2019 1 次提交
  13. 14 7月, 2019 1 次提交
  14. 13 7月, 2019 1 次提交
  15. 12 7月, 2019 1 次提交
  16. 11 7月, 2019 1 次提交
  17. 10 7月, 2019 1 次提交
  18. 09 7月, 2019 1 次提交
  19. 08 7月, 2019 1 次提交
  20. 07 7月, 2019 1 次提交
  21. 06 7月, 2019 1 次提交
  22. 05 7月, 2019 1 次提交
  23. 04 7月, 2019 1 次提交
  24. 03 7月, 2019 1 次提交
  25. 02 7月, 2019 1 次提交
  26. 01 7月, 2019 1 次提交
  27. 30 6月, 2019 1 次提交
  28. 29 6月, 2019 1 次提交
  29. 28 6月, 2019 1 次提交
  30. 27 6月, 2019 2 次提交
  31. 25 6月, 2019 2 次提交
    • R
      Convert C# Reference Assembly Generation to Use GenAPI (#1057) · 422c8df5
      Rob LaDuca 提交于
      * Adding DARC dependency for Microsoft.DotNet.GenAPI and updating
      
      * Version updates, adding basic target
      
      * Enabling GenAPI to generate sources for all applicable assemblies.
      Disabling use of ProduceReferenceAssembly across the codebase.
      
      * Adding PBT to GenAPI project list.
      
      * Initial build targets for GenAPI and generated reference assembly projects.
      
      * Reverting to projects explicitly declaring their needed PackageReferences.  Otherwise we can potentially import at incorrect times, overriding various values from the WpfArcadeSdk.
      
      * Adding additional GenAPI params.
      
      * Switching to generate the reference assembly project via a task using the runtime assembly's project as a template.  Based on PBT's GenerateTemporaryTargetAssembly.
      
      * Adding project exclusions for WIndowsBase
      
      * Turning off XLIFF generation for reference assemblies.
      Removing EmbeddedResources from reference assemblies.
      
      * Removing module initializer injection from PCore-ref
      
      * Removing CompileDependsOn from PFramework-ref
      
      * Removing disabling of default compile items to pickup the generated reference sources.
      
      * Adding global API exclusions file.
      
      * Removing further default excludes.
      
      * Adding initial exclusions and NoWarns based on building.
      
      * Initial change to manual reference assembly projects.
      File dumping the initial generated code and projects.
      
      * Modifications to build System.Xaml-ref.
      Changes to ensure that reference assembly projects are properly bin placed into the ref pack.
      
      * Fixing issues with checks against hand ref assembly property.
      Adding WindowsBase reference assembly.
      
      * Adding UIAutomationTypes reference assembly
      
      * Adding reference project for UIAutomationProvider
      
      * Adding UIAutomationClient ref project
      
      * Removing workaround for WindowsBase GenAPI issue and adding back manually fixed output for WindowsBase reference assembly.
      
      * Adding UIAutomationClientSideProviders reference project.
      
      * Adding System.Windows.Input.Manipulations reference project
      
      * Adding PresentationBuildTasks reference project
      
      * Adding PresentationCore ref project.
      
      * Cleaning up PresentationCore ref assembly and adding exclusion notes.
      
      * Adding security attributes to exclusions
      
      * Fixing exclusion list
      
      * Fixing exclude param
      
      * Fixing attribute exclusions to match CoreFX.
      Fixing cmd line params to GenAPI.
      
      * Applying new exclusions to ref assembly code and fixups
      
      * Cleaning UIA assemblies and updating code with latest exclusions.
      
      * New exclusions and cleanup
      
      * PBT cleanup and new exclusions
      
      * New exclusions and fixups for PCore ref assembly
      
      * Adding ReachFramework ref project and cleaning.
      
      * Adding PresentationFramework reference assembly and fixups.
      
      * Removing any extraneous ProjectReferences from reference assembly projects.  Anything that is not itself a reference assembly was removed.
      
      * Adding back assembly attributes to ref assemblies where applicable.
      Fixing PresentationFramework-ref to use private copy of asm attributes due to internals dependency.
      
      * Removing PBT reference assembly as we're not shipping one anymore.
      
      * Further removing PBT-ref
      
      * Adding the ReferenceAssemblyAttribute to all hand-crafted ref assemblies.
      
      * Removing no longer applicable tasks
      
      * Fixing an issue with incorrect signing of System.Xaml.
      
      * Enable ApiCompat against new ref assemblies.
      Fixing ApiCompat issues with PCore and re-baselining.
      
      * PresentationFramework ApiCompat baseline
      
      * ReachFramework ApiCompat baseline
      
      * System.Windows.Input.Manipulations ApiCompat baseline
      
      * UIA ApiCompat baselines
      
      * Fixing removal of ObsoleteAttribute and ApiCompat baseline for System.Xaml
      
      * ApiCompat baselines for WindowsBase
      
      * Updating WindowsBase ApiCompat baseline.
      
      * Adding back attributes that were removed incorrectly.
      
      * Fixing missing attributes
      
      * Fixing missing attributes on reachframework
      
      * Updating PCore baselines and adding back missing attrs
      
      * PresentationFramework fixup + baselines
      
      * Fixing ApiCompat bugs
      
      * Re-baselining with ApiCompat fixes and removing old, no longer applicable baseline files.
      
      * Updating reference assemblies due to System.Security.Permissions changes.
      
      * Fixing up ResolveMicrosoftDotNetWpfGitHubReferences so that dotnet_wpf_int references lib assemblies instead of ref assemblies from the GitHub package.
      
      * Fixing up ApiCompat for C++\CLI vs C# runtime projects.
      
      * Fixing PackageRefernece for RID specific MicrosoftDotNetWpfGitHubPackageso that it doesn't get added when the package isn't defined (building in the open).
      
      * Adding dotnet-wpf-int ref assemblies to signing and apicompat.
      
      * Cleaning up reference assembly generation.
      Fixing Intellisense XML placement.
      
      * Add back internals to support XAML compilation.
      
      
      422c8df5
    • V
      Add warnings to Microsoft.NET.Sdk.WindowsDesktop to improve UseWpf/UseWinforms... · 896631cf
      Vatsan Madhavan 提交于
      Add warnings to Microsoft.NET.Sdk.WindowsDesktop to improve UseWpf/UseWinforms and multi-targeting experience (#1027)
      
      * Fixes the following:
      
      - #685: Remove **/*.xaml from None
      - #327: Cannot multi-target netcoreap < 3.0 and use WindowsDesktop SDK unconditionally.
      - #867: Show error when neither UseWpf nor UseWindowsForms is set to true
      - #746: [Epic] Support WPF and WinForms specific FrameworkReferences a Profiles
      
      Also cleans up the way in which we import Microsoft.WinFX.targets - UseLegacyPresentationBuildTasks has been broken for some time now and unusable.
      896631cf
  32. 24 6月, 2019 1 次提交
  33. 23 6月, 2019 1 次提交
  34. 22 6月, 2019 2 次提交
  35. 20 6月, 2019 2 次提交