1. 29 6月, 2019 4 次提交
  2. 28 6月, 2019 3 次提交
  3. 27 6月, 2019 5 次提交
  4. 26 6月, 2019 8 次提交
  5. 25 6月, 2019 8 次提交
    • R
      Updating generated CppCliHelper project to reference and use RID-specific WPF... · f207fe69
      Rob LaDuca 提交于
      Updating generated CppCliHelper project to reference and use RID-specific WPF GitHub package. (#1080)
      
      f207fe69
    • V
      fb6c477a
    • V
      Define _WindowsDesktopSdkTargetFrameworkVersionFloor before ... · 0e65a17d
      Vatsan Madhavan 提交于
      Define _WindowsDesktopSdkTargetFrameworkVersionFloor before  Microsoft.NET.Sdk.WindowsDesktop.targets is imported (#1077)
      
      * Define _WindowsDesktopSdkTargetFrameworkVersionFloor before  Microsoft.NET.Sdk.WindowsDesktop.targets is imported
      
      * Suppress NETSDK1106
      0e65a17d
    • R
      Add one-time installation of a pre-commit git hook to protect generated WPF files (#1075) · ff9ab35b
      Ryland 提交于
      * Add pre-commit Git hook to WPF repo to protect WPF's generated files (installed on first build)
      ff9ab35b
    • D
      Removed declarative CAS permission attributes and comments (Part 2) (#1035) · e4a212b4
      Dilip Ojha 提交于
      * removed attributes
      
      * removed attributes
      
      * removed securitynote comments
      
      * removed attributes
      
      * removed attributes
      
      * removed attributes
      
      * addressed comments
      e4a212b4
    • S
      Wrap non-seekable stream in XamlToRtfWriter (#995) · 08128b97
      Steven Kirbach 提交于
      * removing of zip
      
      * fixing XamlToRtfWriter
      
      * using PackUriHelper.GetPartUri that's in CoreFx
      
      * removing comment
      08128b97
    • 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
  6. 24 6月, 2019 3 次提交
    • D
      Update dependencies from... · 2651715b
      dotnet-maestro[bot] 提交于
      Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int build 20190623.4 (#1071)
      
      - Microsoft.DotNet.Wpf.DncEng - 4.8.0-preview7.19323.4
      2651715b
    • D
      Update dependencies from https://github.com/dotnet/winforms build 20190623.8 (#1070) · 7f3b5502
      dotnet-maestro[bot] 提交于
      - Microsoft.Private.Winforms - 4.8.0-preview7.19323.8
      
      Dependency coherency updates
      
      - Microsoft.NETCore.App - 3.0.0-preview7-27823-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27823-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27823-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27823-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27823-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27823-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27823-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27823-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27823-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27823-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27823-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27823-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27823-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27823-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27823-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.ILDAsm - 3.0.0-preview7.19323.2 (parent: Microsoft.NETCore.Runtime.CoreCLR)
      - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-preview7.19323.2 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.App - 3.0.0-preview7-27823-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.ILAsm - 3.0.0-preview7.19323.2 (parent: Microsoft.NETCore.Runtime.CoreCLR)
      - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-preview7.19323.2 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.App - 3.0.0-preview7-27823-05 (parent: Microsoft.Private.Winforms)
      7f3b5502
    • D
      Update dependencies from https://github.com/dotnet/arcade build 20190623.4 (#1069) · dc56b573
      dotnet-maestro[bot] 提交于
      - Microsoft.DotNet.ApiCompat - 1.0.0-beta.19323.4
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19323.4
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19323.4
      - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19323.4
      dc56b573
  7. 23 6月, 2019 4 次提交
    • D
      Update dependencies from... · 8da16020
      dotnet-maestro[bot] 提交于
      Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int build 20190622.4 (#1065)
      
      - Microsoft.DotNet.Wpf.DncEng - 4.8.0-preview7.19322.4
      8da16020
    • D
      [master] Update dependencies from dotnet/winforms (#1059) · ee22a112
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/winforms build 20190621.8
      
      - Microsoft.Private.Winforms - 4.8.0-preview7.19321.8
      
      Dependency coherency updates
      
      - Microsoft.NETCore.App - 3.0.0-preview7-27821-07 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27821-07 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27821-07 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27821-07 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27821-07 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27821-07 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27821-07 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27821-07 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27821-07 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27821-07 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27821-07 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27821-07 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27821-07 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27821-07 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27821-07 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.ILDAsm - 3.0.0-preview7.19321.2 (parent: Microsoft.NETCore.Runtime.CoreCLR)
      - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-preview7.19321.2 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.App - 3.0.0-preview7-27821-07 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.ILAsm - 3.0.0-preview7.19321.2 (parent: Microsoft.NETCore.Runtime.CoreCLR)
      - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-preview7.19321.2 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.App - 3.0.0-preview7-27821-07 (parent: Microsoft.Private.Winforms)
      
      * Update dependencies from https://github.com/dotnet/winforms build 20190622.6
      
      - Microsoft.Private.Winforms - 4.8.0-preview7.19322.6
      
      Dependency coherency updates
      
      - Microsoft.NETCore.App - 3.0.0-preview7-27822-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27822-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27822-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27822-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27822-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27822-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27822-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27822-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27822-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27822-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27822-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27822-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27822-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27822-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.App - 3.0.0-preview7-27822-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.ILDAsm - 3.0.0-preview7.19322.2 (parent: Microsoft.NETCore.Runtime.CoreCLR)
      - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-preview7.19322.2 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.App - 3.0.0-preview7-27822-05 (parent: Microsoft.Private.Winforms)
      - Microsoft.NETCore.ILAsm - 3.0.0-preview7.19322.2 (parent: Microsoft.NETCore.Runtime.CoreCLR)
      - Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-preview7.19322.2 (parent: Microsoft.NETCore.App)
      - Microsoft.NETCore.App - 3.0.0-preview7-27822-05 (parent: Microsoft.Private.Winforms)
      ee22a112
    • D
      Update dependencies from https://github.com/dotnet/arcade build 20190622.2 (#1064) · bf8d066c
      dotnet-maestro[bot] 提交于
      - Microsoft.DotNet.ApiCompat - 1.0.0-beta.19322.2
      - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19322.2
      - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19322.2
      - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19322.2
      bf8d066c
    • M
      Dev guide fix (#1028) · d5270358
      Morten Nielsen 提交于
      * Fixed typo in doc (xml tag was opening instead of closing)
      
      * FrameworkReference must be in an item group
      
      * Update how to reference local build based on https://github.com/dotnet/coreclr/issues/25279#issuecomment-504156727
      d5270358
  8. 22 6月, 2019 4 次提交
  9. 21 6月, 2019 1 次提交