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

Snap master -> release/3.0 for end of Preview 7 #1099

Merged
merged 423 commits into from
Jun 26, 2019

Conversation

vatsan-madhavan
Copy link
Member

@vatsan-madhavan vatsan-madhavan commented Jun 26, 2019

Snap master -> release/3.0 for end of Preview 7

dotnet-maestro bot and others added 30 commits April 29, 2019 12:15
…426.3 (#630)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19226.3
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19226.3
…429.8 (#631)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19229.8
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19229.8
…430.6 (#633)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19230.6
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19230.6
…501.6 (#635)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19251.6
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19251.6
* adding helper script and updating documentation

* updating guide

* improve usability of script

* make binary unavailable a warning color

* updating instructions for test host installation.

also adding Rob's install-testhost script that i've been using.

* fix script

* adding more details to developer guide and updating scripts

* adding swagger ui instructions

* fix comment in helper script

add comments describing package layout

* changing testhost to local and fixing script
…502.2 (#636)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19252.2
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19252.2
…ound (#640)

* Updating SdkReferences.targets so that LimitNetCoreAppReferences runs earlier than ResolveAssemblyReferences, after ResolveTargetingPacks. To ensure this happens, updating Sdk targets by bumping version in global.json to Preview 5 candidate.

It creates a side effect during nuget-restore for test-builds - adding a workaround for that. This side-effect nuget failure will go away when we fix our tests to use Microsoft.NET.Sdk (verified locally that this is so).

* We no longer need the private C++/CLI frontend - the current Dev16.1 P2 builds that are already on the build servers have the right tools. Removing that workaround.

* Proactively exclude RuntimeFrameworkVersion when $(WpfTest)==true

* Add temporary workaround for missing System.Runtime.CompilerServices.SuppressMergeCheckAttribute in System.Runtime

* LimitNetCoreAppReferences should now deal in @(Reference) which is the output from ResolveTargetingPacks - and not in @(ReferencePath)

Also There is no longer an OriginalItemSpec - so make up our own
* Update dependencies from https://github.com/dotnet/core-setup build 20190423.21

- Microsoft.NETCore.App - 3.0.0-preview6-27623-21

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview6.19223.9 (parent: Microsoft.NETCore.App)
- System.CodeDom - 4.6.0-preview6.19223.9 (parent: Microsoft.NETCore.App)
- System.Configuration.ConfigurationManager - 4.6.0-preview6.19223.9 (parent: Microsoft.NETCore.App)
- System.Diagnostics.EventLog - 4.6.0-preview6.19223.9 (parent: Microsoft.NETCore.App)
- System.DirectoryServices - 4.6.0-preview6.19223.9 (parent: Microsoft.NETCore.App)
- System.Drawing.Common - 4.6.0-preview6.19223.9 (parent: Microsoft.NETCore.App)
- System.Reflection.Emit - 4.6.0-preview6.19223.9 (parent: Microsoft.NETCore.App)
- System.Reflection.MetadataLoadContext - 4.6.0-preview6.19223.9 (parent: Microsoft.NETCore.App)
- System.Security.AccessControl - 4.6.0-preview6.19223.9 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Xml - 4.6.0-preview6.19223.9 (parent: Microsoft.NETCore.App)
- System.Security.Permissions - 4.6.0-preview6.19223.9 (parent: Microsoft.NETCore.App)
- System.Security.Principal.Windows - 4.6.0-preview6.19223.9 (parent: Microsoft.NETCore.App)
- System.Windows.Extensions - 4.6.0-preview6.19223.9 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.Platforms - 3.0.0-preview6.19223.9 (parent: Microsoft.NETCore.App)

* Update dependencies from https://github.com/dotnet/core-setup build 20190425.02

- Microsoft.NETCore.App - 3.0.0-preview6-27625-02

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview6.19224.11 (parent: Microsoft.NETCore.App)
- System.CodeDom - 4.6.0-preview6.19224.11 (parent: Microsoft.NETCore.App)
- System.Configuration.ConfigurationManager - 4.6.0-preview6.19224.11 (parent: Microsoft.NETCore.App)
- System.Diagnostics.EventLog - 4.6.0-preview6.19224.11 (parent: Microsoft.NETCore.App)
- System.DirectoryServices - 4.6.0-preview6.19224.11 (parent: Microsoft.NETCore.App)
- System.Drawing.Common - 4.6.0-preview6.19224.11 (parent: Microsoft.NETCore.App)
- System.Reflection.Emit - 4.6.0-preview6.19224.11 (parent: Microsoft.NETCore.App)
- System.Reflection.MetadataLoadContext - 4.6.0-preview6.19224.11 (parent: Microsoft.NETCore.App)
- System.Security.AccessControl - 4.6.0-preview6.19224.11 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Xml - 4.6.0-preview6.19224.11 (parent: Microsoft.NETCore.App)
- System.Security.Permissions - 4.6.0-preview6.19224.11 (parent: Microsoft.NETCore.App)
- System.Security.Principal.Windows - 4.6.0-preview6.19224.11 (parent: Microsoft.NETCore.App)
- System.Windows.Extensions - 4.6.0-preview6.19224.11 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.Platforms - 3.0.0-preview6.19224.11 (parent: Microsoft.NETCore.App)

* Update dependencies from https://github.com/dotnet/core-setup build 20190426.01

- Microsoft.NETCore.App - 3.0.0-preview6-27626-01

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview6.19225.4 (parent: Microsoft.NETCore.App)
- System.CodeDom - 4.6.0-preview6.19225.4 (parent: Microsoft.NETCore.App)
- System.Configuration.ConfigurationManager - 4.6.0-preview6.19225.4 (parent: Microsoft.NETCore.App)
- System.Diagnostics.EventLog - 4.6.0-preview6.19225.4 (parent: Microsoft.NETCore.App)
- System.DirectoryServices - 4.6.0-preview6.19225.4 (parent: Microsoft.NETCore.App)
- System.Drawing.Common - 4.6.0-preview6.19225.4 (parent: Microsoft.NETCore.App)
- System.Reflection.Emit - 4.6.0-preview6.19225.4 (parent: Microsoft.NETCore.App)
- System.Reflection.MetadataLoadContext - 4.6.0-preview6.19225.4 (parent: Microsoft.NETCore.App)
- System.Security.AccessControl - 4.6.0-preview6.19225.4 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Xml - 4.6.0-preview6.19225.4 (parent: Microsoft.NETCore.App)
- System.Security.Permissions - 4.6.0-preview6.19225.4 (parent: Microsoft.NETCore.App)
- System.Security.Principal.Windows - 4.6.0-preview6.19225.4 (parent: Microsoft.NETCore.App)
- System.Windows.Extensions - 4.6.0-preview6.19225.4 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.Platforms - 3.0.0-preview6.19225.4 (parent: Microsoft.NETCore.App)

* Update dependencies from https://github.com/dotnet/core-setup build 20190427.02

- Microsoft.NETCore.App - 3.0.0-preview6-27627-02

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview6.19226.9 (parent: Microsoft.NETCore.App)
- System.CodeDom - 4.6.0-preview6.19226.9 (parent: Microsoft.NETCore.App)
- System.Configuration.ConfigurationManager - 4.6.0-preview6.19226.9 (parent: Microsoft.NETCore.App)
- System.Diagnostics.EventLog - 4.6.0-preview6.19226.9 (parent: Microsoft.NETCore.App)
- System.DirectoryServices - 4.6.0-preview6.19226.9 (parent: Microsoft.NETCore.App)
- System.Drawing.Common - 4.6.0-preview6.19226.9 (parent: Microsoft.NETCore.App)
- System.Reflection.Emit - 4.6.0-preview6.19226.9 (parent: Microsoft.NETCore.App)
- System.Reflection.MetadataLoadContext - 4.6.0-preview6.19226.9 (parent: Microsoft.NETCore.App)
- System.Security.AccessControl - 4.6.0-preview6.19226.9 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Xml - 4.6.0-preview6.19226.9 (parent: Microsoft.NETCore.App)
- System.Security.Permissions - 4.6.0-preview6.19226.9 (parent: Microsoft.NETCore.App)
- System.Security.Principal.Windows - 4.6.0-preview6.19226.9 (parent: Microsoft.NETCore.App)
- System.Windows.Extensions - 4.6.0-preview6.19226.9 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.Platforms - 3.0.0-preview6.19226.9 (parent: Microsoft.NETCore.App)

* Update dependencies from https://github.com/dotnet/core-setup build 20190428.03

- Microsoft.NETCore.App - 3.0.0-preview6-27628-03

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.CodeDom - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Configuration.ConfigurationManager - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Diagnostics.EventLog - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.DirectoryServices - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Drawing.Common - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Reflection.Emit - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Reflection.MetadataLoadContext - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Security.AccessControl - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Xml - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Security.Permissions - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Security.Principal.Windows - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Windows.Extensions - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.Platforms - 3.0.0-preview6.19227.7 (parent: Microsoft.NETCore.App)

* Update dependencies from https://github.com/dotnet/core-setup build 20190428.14

- Microsoft.NETCore.App - 3.0.0-preview6-27628-14

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.CodeDom - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Configuration.ConfigurationManager - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Diagnostics.EventLog - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.DirectoryServices - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Drawing.Common - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Reflection.Emit - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Reflection.MetadataLoadContext - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Security.AccessControl - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Xml - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Security.Permissions - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Security.Principal.Windows - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- System.Windows.Extensions - 4.6.0-preview6.19227.7 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.Platforms - 3.0.0-preview6.19227.7 (parent: Microsoft.NETCore.App)

* Update dependencies from https://github.com/dotnet/core-setup build 20190429.07

- Microsoft.NETCore.App - 3.0.0-preview6-27629-07

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview6.19229.2 (parent: Microsoft.NETCore.App)
- System.CodeDom - 4.6.0-preview6.19229.2 (parent: Microsoft.NETCore.App)
- System.Configuration.ConfigurationManager - 4.6.0-preview6.19229.2 (parent: Microsoft.NETCore.App)
- System.Diagnostics.EventLog - 4.6.0-preview6.19229.2 (parent: Microsoft.NETCore.App)
- System.DirectoryServices - 4.6.0-preview6.19229.2 (parent: Microsoft.NETCore.App)
- System.Drawing.Common - 4.6.0-preview6.19229.2 (parent: Microsoft.NETCore.App)
- System.Reflection.Emit - 4.6.0-preview6.19229.2 (parent: Microsoft.NETCore.App)
- System.Reflection.MetadataLoadContext - 4.6.0-preview6.19229.2 (parent: Microsoft.NETCore.App)
- System.Security.AccessControl - 4.6.0-preview6.19229.2 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Xml - 4.6.0-preview6.19229.2 (parent: Microsoft.NETCore.App)
- System.Security.Permissions - 4.6.0-preview6.19229.2 (parent: Microsoft.NETCore.App)
- System.Security.Principal.Windows - 4.6.0-preview6.19229.2 (parent: Microsoft.NETCore.App)
- System.Windows.Extensions - 4.6.0-preview6.19229.2 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.Platforms - 3.0.0-preview6.19229.2 (parent: Microsoft.NETCore.App)

* Update dependencies from https://github.com/dotnet/core-setup build 20190502.01

- Microsoft.NETCore.App - 3.0.0-preview6-27702-01

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview6.19251.9 (parent: Microsoft.NETCore.App)
- System.CodeDom - 4.6.0-preview6.19251.9 (parent: Microsoft.NETCore.App)
- System.Configuration.ConfigurationManager - 4.6.0-preview6.19251.9 (parent: Microsoft.NETCore.App)
- System.Diagnostics.EventLog - 4.6.0-preview6.19251.9 (parent: Microsoft.NETCore.App)
- System.DirectoryServices - 4.6.0-preview6.19251.9 (parent: Microsoft.NETCore.App)
- System.Drawing.Common - 4.6.0-preview6.19251.9 (parent: Microsoft.NETCore.App)
- System.Reflection.Emit - 4.6.0-preview6.19251.9 (parent: Microsoft.NETCore.App)
- System.Reflection.MetadataLoadContext - 4.6.0-preview6.19251.9 (parent: Microsoft.NETCore.App)
- System.Security.AccessControl - 4.6.0-preview6.19251.9 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Xml - 4.6.0-preview6.19251.9 (parent: Microsoft.NETCore.App)
- System.Security.Permissions - 4.6.0-preview6.19251.9 (parent: Microsoft.NETCore.App)
- System.Security.Principal.Windows - 4.6.0-preview6.19251.9 (parent: Microsoft.NETCore.App)
- System.Windows.Extensions - 4.6.0-preview6.19251.9 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.Platforms - 3.0.0-preview6.19251.9 (parent: Microsoft.NETCore.App)

* Update dependencies from https://github.com/dotnet/core-setup build 20190503.02

- Microsoft.NETCore.App - 3.0.0-preview6-27703-02

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview6.19252.9 (parent: Microsoft.NETCore.App)
- System.CodeDom - 4.6.0-preview6.19252.9 (parent: Microsoft.NETCore.App)
- System.Configuration.ConfigurationManager - 4.6.0-preview6.19252.9 (parent: Microsoft.NETCore.App)
- System.Diagnostics.EventLog - 4.6.0-preview6.19252.9 (parent: Microsoft.NETCore.App)
- System.DirectoryServices - 4.6.0-preview6.19252.9 (parent: Microsoft.NETCore.App)
- System.Drawing.Common - 4.6.0-preview6.19252.9 (parent: Microsoft.NETCore.App)
- System.Reflection.Emit - 4.6.0-preview6.19252.9 (parent: Microsoft.NETCore.App)
- System.Reflection.MetadataLoadContext - 4.6.0-preview6.19252.9 (parent: Microsoft.NETCore.App)
- System.Security.AccessControl - 4.6.0-preview6.19252.9 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Xml - 4.6.0-preview6.19252.9 (parent: Microsoft.NETCore.App)
- System.Security.Permissions - 4.6.0-preview6.19252.9 (parent: Microsoft.NETCore.App)
- System.Security.Principal.Windows - 4.6.0-preview6.19252.9 (parent: Microsoft.NETCore.App)
- System.Windows.Extensions - 4.6.0-preview6.19252.9 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.Platforms - 3.0.0-preview6.19252.9 (parent: Microsoft.NETCore.App)

* Update dependencies from https://github.com/dotnet/core-setup build 20190503.10

- Microsoft.NETCore.App - 3.0.0-preview6-27703-10

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview6.19253.4 (parent: Microsoft.NETCore.App)
- System.CodeDom - 4.6.0-preview6.19253.4 (parent: Microsoft.NETCore.App)
- System.Configuration.ConfigurationManager - 4.6.0-preview6.19253.4 (parent: Microsoft.NETCore.App)
- System.Diagnostics.EventLog - 4.6.0-preview6.19253.4 (parent: Microsoft.NETCore.App)
- System.DirectoryServices - 4.6.0-preview6.19253.4 (parent: Microsoft.NETCore.App)
- System.Drawing.Common - 4.6.0-preview6.19253.4 (parent: Microsoft.NETCore.App)
- System.Reflection.Emit - 4.6.0-preview6.19253.4 (parent: Microsoft.NETCore.App)
- System.Reflection.MetadataLoadContext - 4.6.0-preview6.19253.4 (parent: Microsoft.NETCore.App)
- System.Security.AccessControl - 4.6.0-preview6.19253.4 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Xml - 4.6.0-preview6.19253.4 (parent: Microsoft.NETCore.App)
- System.Security.Permissions - 4.6.0-preview6.19253.4 (parent: Microsoft.NETCore.App)
- System.Security.Principal.Windows - 4.6.0-preview6.19253.4 (parent: Microsoft.NETCore.App)
- System.Windows.Extensions - 4.6.0-preview6.19253.4 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.Platforms - 3.0.0-preview6.19253.4 (parent: Microsoft.NETCore.App)
…0190503.17 (#653)

- Microsoft.NETCore.App - 3.0.0-preview6-27703-17

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview6.19253.8 (parent: Microsoft.NETCore.App)
- System.CodeDom - 4.6.0-preview6.19253.8 (parent: Microsoft.NETCore.App)
- System.Configuration.ConfigurationManager - 4.6.0-preview6.19253.8 (parent: Microsoft.NETCore.App)
- System.Diagnostics.EventLog - 4.6.0-preview6.19253.8 (parent: Microsoft.NETCore.App)
- System.DirectoryServices - 4.6.0-preview6.19253.8 (parent: Microsoft.NETCore.App)
- System.Drawing.Common - 4.6.0-preview6.19253.8 (parent: Microsoft.NETCore.App)
- System.Reflection.Emit - 4.6.0-preview6.19253.8 (parent: Microsoft.NETCore.App)
- System.Reflection.MetadataLoadContext - 4.6.0-preview6.19253.8 (parent: Microsoft.NETCore.App)
- System.Security.AccessControl - 4.6.0-preview6.19253.8 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Xml - 4.6.0-preview6.19253.8 (parent: Microsoft.NETCore.App)
- System.Security.Permissions - 4.6.0-preview6.19253.8 (parent: Microsoft.NETCore.App)
- System.Security.Principal.Windows - 4.6.0-preview6.19253.8 (parent: Microsoft.NETCore.App)
- System.Windows.Extensions - 4.6.0-preview6.19253.8 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.Platforms - 3.0.0-preview6.19253.8 (parent: Microsoft.NETCore.App)
…0190505.02 (#654)

- Microsoft.NETCore.App - 3.0.0-preview6-27705-02

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview6.19254.7 (parent: Microsoft.NETCore.App)
- System.CodeDom - 4.6.0-preview6.19254.7 (parent: Microsoft.NETCore.App)
- System.Configuration.ConfigurationManager - 4.6.0-preview6.19254.7 (parent: Microsoft.NETCore.App)
- System.Diagnostics.EventLog - 4.6.0-preview6.19254.7 (parent: Microsoft.NETCore.App)
- System.DirectoryServices - 4.6.0-preview6.19254.7 (parent: Microsoft.NETCore.App)
- System.Drawing.Common - 4.6.0-preview6.19254.7 (parent: Microsoft.NETCore.App)
- System.Reflection.Emit - 4.6.0-preview6.19254.7 (parent: Microsoft.NETCore.App)
- System.Reflection.MetadataLoadContext - 4.6.0-preview6.19254.7 (parent: Microsoft.NETCore.App)
- System.Security.AccessControl - 4.6.0-preview6.19254.7 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Xml - 4.6.0-preview6.19254.7 (parent: Microsoft.NETCore.App)
- System.Security.Permissions - 4.6.0-preview6.19254.7 (parent: Microsoft.NETCore.App)
- System.Security.Principal.Windows - 4.6.0-preview6.19254.7 (parent: Microsoft.NETCore.App)
- System.Windows.Extensions - 4.6.0-preview6.19254.7 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.Platforms - 3.0.0-preview6.19254.7 (parent: Microsoft.NETCore.App)
…0190506.03 (#657)

- Microsoft.NETCore.App - 3.0.0-preview6-27706-03

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview6.19256.1 (parent: Microsoft.NETCore.App)
- System.CodeDom - 4.6.0-preview6.19256.1 (parent: Microsoft.NETCore.App)
- System.Configuration.ConfigurationManager - 4.6.0-preview6.19256.1 (parent: Microsoft.NETCore.App)
- System.Diagnostics.EventLog - 4.6.0-preview6.19256.1 (parent: Microsoft.NETCore.App)
- System.DirectoryServices - 4.6.0-preview6.19256.1 (parent: Microsoft.NETCore.App)
- System.Drawing.Common - 4.6.0-preview6.19256.1 (parent: Microsoft.NETCore.App)
- System.Reflection.Emit - 4.6.0-preview6.19256.1 (parent: Microsoft.NETCore.App)
- System.Reflection.MetadataLoadContext - 4.6.0-preview6.19256.1 (parent: Microsoft.NETCore.App)
- System.Security.AccessControl - 4.6.0-preview6.19256.1 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Xml - 4.6.0-preview6.19256.1 (parent: Microsoft.NETCore.App)
- System.Security.Permissions - 4.6.0-preview6.19256.1 (parent: Microsoft.NETCore.App)
- System.Security.Principal.Windows - 4.6.0-preview6.19256.1 (parent: Microsoft.NETCore.App)
- System.Windows.Extensions - 4.6.0-preview6.19256.1 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.Platforms - 3.0.0-preview6.19256.1 (parent: Microsoft.NETCore.App)
* moving gentracesources and gentracestrings to tt files

these will now be generated using .tt files that are contained in the Microsoft.DotNet.Arcade.Wpf.sdk

* minor fixes

* remove GenerateAvTraceMessages.targets

* Simplifying these targets so they should be manually included

* add comment as to why we manually import Sdk.targets

* Fixing targets and .tt so that they can be executed

Files are finally being generated now

* updating targets and tt files so that we gen the same file and filenames as before

* making generated code prettier

* adding formatting strings

* adding note about the file being generated

* removing extra line at top of files

* making the .tt a bit cleaner

* don't run certain targets that aren't supported when building using "dotnet"

* adding codegen guidance

* adding dependency via "darc add-dependency"

* adding more info to codegen.md

* removing use of dynamic

* converting to xml instead of json

* updating documentation to xml

* removing newtonsoft dependency

* cr feedback
…0190506.21 (#659)

- Microsoft.NETCore.App - 3.0.0-preview6-27706-21

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview6.19256.12 (parent: Microsoft.NETCore.App)
- System.CodeDom - 4.6.0-preview6.19256.12 (parent: Microsoft.NETCore.App)
- System.Configuration.ConfigurationManager - 4.6.0-preview6.19256.12 (parent: Microsoft.NETCore.App)
- System.Diagnostics.EventLog - 4.6.0-preview6.19256.12 (parent: Microsoft.NETCore.App)
- System.DirectoryServices - 4.6.0-preview6.19256.12 (parent: Microsoft.NETCore.App)
- System.Drawing.Common - 4.6.0-preview6.19256.12 (parent: Microsoft.NETCore.App)
- System.Reflection.Emit - 4.6.0-preview6.19256.12 (parent: Microsoft.NETCore.App)
- System.Reflection.MetadataLoadContext - 4.6.0-preview6.19256.12 (parent: Microsoft.NETCore.App)
- System.Security.AccessControl - 4.6.0-preview6.19256.12 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Xml - 4.6.0-preview6.19256.12 (parent: Microsoft.NETCore.App)
- System.Security.Permissions - 4.6.0-preview6.19256.12 (parent: Microsoft.NETCore.App)
- System.Security.Principal.Windows - 4.6.0-preview6.19256.12 (parent: Microsoft.NETCore.App)
- System.Windows.Extensions - 4.6.0-preview6.19256.12 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.Platforms - 3.0.0-preview6.19256.12 (parent: Microsoft.NETCore.App)
…et GenerateResxSource to true so that codegen runs on our EmbeddedResources. This is blocking some DARC PRs with the latest Arcade changes. (#663)
* Update dependencies from https://github.com/dotnet/arcade build 20190503.5

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19253.5
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19253.5

* Update dependencies from https://github.com/dotnet/arcade build 20190503.8

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19253.8
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19253.8

* Update dependencies from https://github.com/dotnet/arcade build 20190504.1

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19254.1
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19254.1

* Update dependencies from https://github.com/dotnet/arcade build 20190505.2

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19255.2
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19255.2

* Update dependencies from https://github.com/dotnet/arcade build 20190506.12

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19256.12
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19256.12
…507.7 (#665)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19257.7
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19257.7
…0190507.10 (#666)

- Microsoft.NETCore.App - 3.0.0-preview6-27707-10

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview6.19256.13 (parent: Microsoft.NETCore.App)
- System.CodeDom - 4.6.0-preview6.19256.13 (parent: Microsoft.NETCore.App)
- System.Configuration.ConfigurationManager - 4.6.0-preview6.19256.13 (parent: Microsoft.NETCore.App)
- System.Diagnostics.EventLog - 4.6.0-preview6.19256.13 (parent: Microsoft.NETCore.App)
- System.DirectoryServices - 4.6.0-preview6.19256.13 (parent: Microsoft.NETCore.App)
- System.Drawing.Common - 4.6.0-preview6.19256.13 (parent: Microsoft.NETCore.App)
- System.Reflection.Emit - 4.6.0-preview6.19256.13 (parent: Microsoft.NETCore.App)
- System.Reflection.MetadataLoadContext - 4.6.0-preview6.19256.13 (parent: Microsoft.NETCore.App)
- System.Security.AccessControl - 4.6.0-preview6.19256.13 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Xml - 4.6.0-preview6.19256.13 (parent: Microsoft.NETCore.App)
- System.Security.Permissions - 4.6.0-preview6.19256.13 (parent: Microsoft.NETCore.App)
- System.Security.Principal.Windows - 4.6.0-preview6.19256.13 (parent: Microsoft.NETCore.App)
- System.Windows.Extensions - 4.6.0-preview6.19256.13 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.Platforms - 3.0.0-preview6.19256.13 (parent: Microsoft.NETCore.App)
…508.5 (#669)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19258.5
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19258.5
…0190508.04 (#670)

- Microsoft.NETCore.App - 3.0.0-preview6-27708-04
…509.9 (#671)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19259.9
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19259.9
…0190509.05 (#672)

- Microsoft.NETCore.App - 3.0.0-preview6-27709-05

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview6.19259.4 (parent: Microsoft.NETCore.App)
- System.CodeDom - 4.6.0-preview6.19259.4 (parent: Microsoft.NETCore.App)
- System.Configuration.ConfigurationManager - 4.6.0-preview6.19259.4 (parent: Microsoft.NETCore.App)
- System.Diagnostics.EventLog - 4.6.0-preview6.19259.4 (parent: Microsoft.NETCore.App)
- System.DirectoryServices - 4.6.0-preview6.19259.4 (parent: Microsoft.NETCore.App)
- System.Drawing.Common - 4.6.0-preview6.19259.4 (parent: Microsoft.NETCore.App)
- System.Reflection.Emit - 4.6.0-preview6.19259.4 (parent: Microsoft.NETCore.App)
- System.Reflection.MetadataLoadContext - 4.6.0-preview6.19259.4 (parent: Microsoft.NETCore.App)
- System.Security.AccessControl - 4.6.0-preview6.19259.4 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Xml - 4.6.0-preview6.19259.4 (parent: Microsoft.NETCore.App)
- System.Security.Permissions - 4.6.0-preview6.19259.4 (parent: Microsoft.NETCore.App)
- System.Security.Principal.Windows - 4.6.0-preview6.19259.4 (parent: Microsoft.NETCore.App)
- System.Windows.Extensions - 4.6.0-preview6.19259.4 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.Platforms - 3.0.0-preview6.19259.4 (parent: Microsoft.NETCore.App)
…510.2 (#675)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19260.2
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19260.2
…0190510.13 (#676)

- Microsoft.NETCore.App - 3.0.0-preview6-27710-13

Dependency coherency updates

- Microsoft.Win32.Registry - 4.6.0-preview6.19260.5 (parent: Microsoft.NETCore.App)
- System.CodeDom - 4.6.0-preview6.19260.5 (parent: Microsoft.NETCore.App)
- System.Configuration.ConfigurationManager - 4.6.0-preview6.19260.5 (parent: Microsoft.NETCore.App)
- System.Diagnostics.EventLog - 4.6.0-preview6.19260.5 (parent: Microsoft.NETCore.App)
- System.DirectoryServices - 4.6.0-preview6.19260.5 (parent: Microsoft.NETCore.App)
- System.Drawing.Common - 4.6.0-preview6.19260.5 (parent: Microsoft.NETCore.App)
- System.Reflection.Emit - 4.6.0-preview6.19260.5 (parent: Microsoft.NETCore.App)
- System.Reflection.MetadataLoadContext - 4.6.0-preview6.19260.5 (parent: Microsoft.NETCore.App)
- System.Security.AccessControl - 4.6.0-preview6.19260.5 (parent: Microsoft.NETCore.App)
- System.Security.Cryptography.Xml - 4.6.0-preview6.19260.5 (parent: Microsoft.NETCore.App)
- System.Security.Permissions - 4.6.0-preview6.19260.5 (parent: Microsoft.NETCore.App)
- System.Security.Principal.Windows - 4.6.0-preview6.19260.5 (parent: Microsoft.NETCore.App)
- System.Windows.Extensions - 4.6.0-preview6.19260.5 (parent: Microsoft.NETCore.App)
- Microsoft.NETCore.Platforms - 3.0.0-preview6.19260.5 (parent: Microsoft.NETCore.App)
…511.1 (#677)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19261.1
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19261.1
…0190511.04 (#678)

- Microsoft.NETCore.App - 3.0.0-preview6-27711-04
…512.1 (#682)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19262.1
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19262.1
…0190512.03 (#683)

- Microsoft.NETCore.App - 3.0.0-preview6-27712-03
…513.3 (#686)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19263.3
- Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19263.3
dotnet-maestro bot and others added 21 commits June 23, 2019 14:13
…otnet-wpf-int build 20190622.4 (#1065)

- Microsoft.DotNet.Wpf.DncEng - 4.8.0-preview7.19322.4
…623.4 (#1069)

- 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
…90623.8 (#1070)

- 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)
…otnet-wpf-int build 20190623.4 (#1071)

- Microsoft.DotNet.Wpf.DncEng - 4.8.0-preview7.19323.4
…eWinforms 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.
* 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.
* removing of zip

* fixing XamlToRtfWriter

* using PackUriHelper.GetPartUri that's in CoreFx

* removing comment
…1035)

* removed attributes

* removed attributes

* removed securitynote comments

* removed attributes

* removed attributes

* removed attributes

* addressed comments
…ed WPF files (#1075)

* Add pre-commit Git hook to WPF repo to protect WPF's generated files (installed on first build)
….NET.Sdk.WindowsDesktop.targets is imported (#1077)

* Define _WindowsDesktopSdkTargetFrameworkVersionFloor before  Microsoft.NET.Sdk.WindowsDesktop.targets is imported

* Suppress NETSDK1106
* removed internal type dependance on s.s.permissions

* deleted 3 internal permissions

* removed userinitiatedroutedeventpermission

* deleted rest of internal permissions

* removed method from security helper

* removed SecurityHelper.DemandUnmanagedCode

* removed more SecurityHelper methods

* revmoed more methods

* removed more securityhelper usage

* removed more securityhelper logic

* more securityhelper removals

* more securityhelper removals

* securityhelper removal

* removed securityhelper methods

* permission removals

* Apply suggestions from code review

Co-Authored-By: Steven Kirbach <steven.kirbach@gmail.com>

* Apply suggestions from code review

Co-Authored-By: Steven Kirbach <steven.kirbach@gmail.com>

* addressed comments

* addressed comment

* Remove ExtractAppDomainPermissionSetMinusSiteOfOrigin and dependencies

* addressed comment
…otnet-wpf-int build 20190624.38 (#1086)

- Microsoft.DotNet.Wpf.DncEng - 4.8.0-preview7.19324.38
…90625.1 (#1089)

- Microsoft.Private.Winforms - 4.8.0-preview7.19325.1
…otnet-wpf-int build 20190625.4 (#1091)

- Microsoft.DotNet.Wpf.DncEng - 4.8.0-preview7.19325.4
…90625.2 (#1092)

- Microsoft.Private.Winforms - 4.8.0-preview7.19325.2
…90625.3 (#1097)

- Microsoft.Private.Winforms - 4.8.0-preview7.19325.3
…osoft.Build.Tasks.Git tasks (#1098)

* Update Microsoft.Dotnet.Sdk.Wpf to accomodate changes to Microsoft.Build.Tasks.Git tasks

* Update .NET tools (darc update-dependencies --channel ".Net Tools - Latest") to get the new Arcade SDK
@ghost ghost requested review from rladuca, ryalanms and stevenbrix June 26, 2019 20:16
@ghost ghost added the PR metadata: Label to tag PRs, to facilitate with triage label Jun 26, 2019
@vatsan-madhavan vatsan-madhavan merged commit be2c8c3 into release/3.0 Jun 26, 2019
@vatsan-madhavan vatsan-madhavan deleted the dev/vatsan/preview8-snap-rel30 branch June 26, 2019 21:24
@ghost ghost locked as resolved and limited conversation to collaborators Apr 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
PR metadata: Label to tag PRs, to facilitate with triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.