Vitek Karas [Mon, 10 Sep 2018 19:17:59 +0000 (12:17 -0700)]
Merge pull request dotnet/core-setup#4531 from vitek-karas/HostTracingDesign
Proposal for improvements of host tracing in .NET Core 3
Commit migrated from https://github.com/dotnet/core-setup/commit/
df6962d15091a0d3f3bdc82e46906a06a8914572
vitek-karas [Mon, 10 Sep 2018 17:39:28 +0000 (10:39 -0700)]
Rename bindingId to activityId
To match EventSource terminology as the meaning of the parameter is exactly that.
Commit migrated from https://github.com/dotnet/core-setup/commit/
726b1c3ee0174dd7e478d6580a01c60d38cc7a8e
Wes Haggard [Fri, 7 Sep 2018 16:48:04 +0000 (09:48 -0700)]
Merge pull request dotnet/core-setup#4539 from dotnet-maestro-bot/master-UpdateDependencies
Update CoreClr, CoreFx to preview1-26907-04, preview1-26907-04, respectively (master)
Commit migrated from https://github.com/dotnet/core-setup/commit/
96537a8f64f9fffdbd10696002a9ed0085af3711
dotnet-maestro-bot [Fri, 7 Sep 2018 13:53:37 +0000 (06:53 -0700)]
Update CoreClr, CoreFx to preview1-26907-04, preview1-26907-04, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
bc41b3db38e37458a008c69c66761ce70f35e059
Vitek Karas [Thu, 6 Sep 2018 11:15:08 +0000 (04:15 -0700)]
PR feedback - binding IDs, simultaneos tracing to stderr
Add bindingId parameters to traces. This is mostly in preparation for the .deps.json based ALC which will call into the host components and thus induce tracing.
Change the behavior to route tracing to both `stderr`/file and custom trace listener if both are enabled/registered.
Restructured the document given the new behavior to make it easier to read.
Small fixes.
Commit migrated from https://github.com/dotnet/core-setup/commit/
ac9fcee14478afd9d3d14eab30f32d090ad4bb40
dotnet-maestro-bot [Wed, 5 Sep 2018 17:36:03 +0000 (10:36 -0700)]
Update BuildTools to preview1-03205-01
Commit migrated from https://github.com/dotnet/core-setup/commit/
adc37c4ee25c9e2183acbdeb152a05bda36d2081
Jeff Schwartz [Wed, 5 Sep 2018 18:17:38 +0000 (11:17 -0700)]
Merge pull request dotnet/core-setup#4535 from jeffschwMSFT/docs
Change ownership for area-Host
Commit migrated from https://github.com/dotnet/core-setup/commit/
ef273f7b40cab8ae32b56c712a2412841c97615d
Jeff Schwartz [Wed, 5 Sep 2018 16:50:03 +0000 (09:50 -0700)]
Change ownership from Steve to Vitek/Swaroop
Commit migrated from https://github.com/dotnet/core-setup/commit/
861ea9b6ce10f7e95c570a5fcb2377aaf8fc8bf8
Wes Haggard [Wed, 5 Sep 2018 16:17:52 +0000 (09:17 -0700)]
Merge pull request dotnet/core-setup#4527 from dotnet-maestro-bot/master-UpdateDependencies
Update BuildTools, CoreClr, CoreFx to preview1-03131-07, preview1-26905-04, preview1-26905-03, respectively (master)
Commit migrated from https://github.com/dotnet/core-setup/commit/
335c8eb8c3453b430018bd5ac9ecaf45cb6c560b
vitek-karas [Wed, 5 Sep 2018 15:00:16 +0000 (08:00 -0700)]
PR feedback
Reference related issues.
Specify backward compat behavior of hostfxr.
Add future improvements around trace verbosity.
Commit migrated from https://github.com/dotnet/core-setup/commit/
5734d0905622f02d5c73f9762bd8aa7fe916f0ab
dotnet-maestro-bot [Wed, 5 Sep 2018 13:46:02 +0000 (06:46 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03131-07, preview1-26905-04, preview1-26905-03, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
a918cd62588448552ef4481b316894f52968e09a
vitek-karas [Tue, 4 Sep 2018 20:27:59 +0000 (13:27 -0700)]
PR Feedback
Add description of existing behavior and what are the proposed changes.
Add future improvements section describing other potential work in the tracing space.
Better describe existing cooperation of host components.
Improved formatting.
Commit migrated from https://github.com/dotnet/core-setup/commit/
dc93bea6efad142a10692284afba301841254d3d
Wes Haggard [Tue, 4 Sep 2018 18:11:21 +0000 (11:11 -0700)]
Merge pull request dotnet/core-setup#4510 from omajid/commit-id-via-property
Allow setting the commit id using /p:LatestCommit
Commit migrated from https://github.com/dotnet/core-setup/commit/
f652e852eb88ee61a263caaf0a16db807688da47
vitek-karas [Mon, 3 Sep 2018 14:48:08 +0000 (07:48 -0700)]
Proposal for improvements of host tracing in .NET Core 3
Commit migrated from https://github.com/dotnet/core-setup/commit/
a39908a0e0c232fbcf29d16a9144fffc68b39943
Wes Haggard [Fri, 31 Aug 2018 15:54:27 +0000 (08:54 -0700)]
Merge pull request dotnet/core-setup#4515 from dotnet-maestro-bot/master-UpdateDependencies
Update BuildTools, CoreClr, CoreFx to preview1-03131-01, preview1-26831-07, preview1-26831-06, respectively (master)
Commit migrated from https://github.com/dotnet/core-setup/commit/
eab4b2fd162e453988af973878ddfa7eb9496a6b
dotnet-maestro-bot [Fri, 31 Aug 2018 14:54:19 +0000 (07:54 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03131-01, preview1-26831-07, preview1-26831-06, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
2e4d746646d063a5de0776c214dd30695ac2b9f4
Sven Boemer [Fri, 31 Aug 2018 00:24:02 +0000 (17:24 -0700)]
Add startup hook design document (dotnet/core-setup#4421)
* Add startup hook design document
This adds a proposal for an early startup hook that allows managed
code to run before the entry point.
* Change env var behavior and clarify version constraints
* Fix formatting, specify Initialize() signature
* Update spec for multiple hooks in environment variable
- Move the configuration to a single environment variable,
DOTNET_STARTUP_HOOKS
- Introduce syntax to allow multiple hooks to be defined
- Remove .runtimeconfig file options
This will only support the environment variable, since
this is a low-level feature that should only be used when implicit
injection of code is desired.
- Update implementation details
* Remove default type name and other fixes
- Require an explicit type name for each startup hook
- Fix Initialize() signature (it must be static)
- Clarify that the Initialize() methods are called synchronously
* Require full path, clarify syntax, and change TPA behavior
- Relative paths to the assemblies are not allowed
- Use platform-specific path separator
- Clarify restrictions on the syntax (no empty entries, trailing separator)
- Startup assemblies will not be placed on TPA list
Instead, they will be loaded directly using LoadFromAssemblyPath in
the implementation.
* Add guidance, error behavior, and thread behavior
* Remove specific error text, fix typos and formatting
* Remove type name from synax
The type must now be called StartupHook, and can not be set by the
environment variable. The descriptions and examples were updated to
reflect this.
Also:
- add a few notes about the visibility of this type
- describe behavior of uncaught exceptions in startup hooks
- give example with platform-specific separators
- fix some typos
* Change startup hook to run closer to Main
Instead of the host creating a delegate and inoking it,
ExecuteMainMethod in the runtime will call the System.Private.CoreLib
function that processes startup hooks. This allows the thread
apartment state to be set based on any attributes in the Main method,
before startup hooks execute.
* Clarify apartment threading state behavior
* Specify the property name passed to the runtime
Commit migrated from https://github.com/dotnet/core-setup/commit/
c245dc40c4830443e5a4d720c94ebd08f606a6e7
Wes Haggard [Thu, 30 Aug 2018 20:39:01 +0000 (13:39 -0700)]
Merge pull request dotnet/core-setup#4509 from dotnet-maestro-bot/master-UpdateDependencies
Update BuildTools, CoreClr, CoreFx to preview1-03130-04, preview1-26830-04, preview1-26830-04, respectively (master)
Commit migrated from https://github.com/dotnet/core-setup/commit/
bbfa2103dda968a9f142cd3ceffe6ef9091d8342
dotnet-maestro-bot [Thu, 30 Aug 2018 17:16:27 +0000 (10:16 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03130-04, preview1-26830-04, preview1-26830-04, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
214491a3ba814a847d6023d107aba5b1feaceda5
dotnet-maestro-bot [Wed, 29 Aug 2018 17:45:39 +0000 (10:45 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03129-01, preview1-26829-04, preview1-26829-04, respectively (dotnet/core-setup#4508)
Commit migrated from https://github.com/dotnet/core-setup/commit/
bc68b20840c04290887a744f4ae48f9201d73b17
Wes Haggard [Tue, 28 Aug 2018 18:58:28 +0000 (11:58 -0700)]
Merge pull request dotnet/core-setup#4504 from dotnet-maestro-bot/master-UpdateDependencies
Update BuildTools, CoreClr, CoreFx to preview1-03127-01, preview1-26828-04, preview1-26828-04, respectively (master)
Commit migrated from https://github.com/dotnet/core-setup/commit/
976dbf2a698d02dda93c469537295258886ea624
dotnet-maestro-bot [Tue, 28 Aug 2018 14:13:04 +0000 (07:13 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03127-01, preview1-26828-04, preview1-26828-04, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
f55f1d9a32f5d59b5087802a05882ea6900d4162
Wes Haggard [Mon, 27 Aug 2018 20:47:10 +0000 (13:47 -0700)]
Merge pull request dotnet/core-setup#4500 from luqunl/ExcludeWindowsWinmd2
Remove Windows.winmd in ref
Commit migrated from https://github.com/dotnet/core-setup/commit/
0e10982cea9c351bac3c8986ff28c33008fecee5
dotnet-maestro-bot [Mon, 27 Aug 2018 18:04:40 +0000 (11:04 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03124-03, preview1-26826-04, preview1-26826-01, respectively (master) (dotnet/core-setup#4489)
* Update BuildTools, CoreClr, CoreFx to preview1-03122-05, preview1-26822-04, preview1-26822-04, respectively
* Update BuildTools, CoreClr, CoreFx to preview1-03124-03, preview1-26826-04, preview1-26826-01, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
35d6f62d388930087b2b4984770597bf6b11afbb
luqunl [Mon, 27 Aug 2018 17:21:14 +0000 (10:21 -0700)]
Remove Windows.winmd in ref
Commit migrated from https://github.com/dotnet/core-setup/commit/
5ae79eb1de60bc7c1b369b14a418f486bce29478
Viktor Hofer [Mon, 27 Aug 2018 17:09:08 +0000 (19:09 +0200)]
Fix tests after bin dir rename (dotnet/core-setup#4499)
Commit migrated from https://github.com/dotnet/core-setup/commit/
99483f4450f29b87c2780279d6b5a233268c519b
Viktor Hofer [Mon, 27 Aug 2018 16:15:20 +0000 (18:15 +0200)]
Lowercase bin dir name to align with corefx and others (dotnet/core-setup#4498)
Commit migrated from https://github.com/dotnet/core-setup/commit/
01e0d4240f3b449e0c63326d52de1d4ce7694df5
Aaron Robinson [Wed, 22 Aug 2018 15:47:59 +0000 (08:47 -0700)]
Moving hostpolicy to sub-directory under dll (dotnet/core-setup#4483)
* Moving hostpolicy to sub-directory under dll
* Remove inconsistent property
* Remove 'exe' and 'dll' directories.
Commit migrated from https://github.com/dotnet/core-setup/commit/
2ef0b64810530961f492c33d37fc7509128e0a9b
Luqun Lou [Tue, 21 Aug 2018 16:40:39 +0000 (09:40 -0700)]
Merge pull request dotnet/core-setup#4493 from luqunl/ExcludeWindowsWinmd
Commit migrated from https://github.com/dotnet/core-setup/commit/
d0e8443dd5515cfcccdc9d19a377c22dcff19f3e
luqunl [Mon, 20 Aug 2018 23:00:20 +0000 (16:00 -0700)]
Use NuGetPackageId to exclude Windows nuget package
Commit migrated from https://github.com/dotnet/core-setup/commit/
ca1206dad2174231f1ed2f09dbab53a627708ef0
luqunl [Mon, 20 Aug 2018 20:18:59 +0000 (13:18 -0700)]
Exclude Windows.winmd into NetCoreApp distro
Commit migrated from https://github.com/dotnet/core-setup/commit/
176d0099d57e630ff02f55993942f48c154b6a46
dotnet-maestro-bot [Fri, 17 Aug 2018 17:12:38 +0000 (10:12 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03116-01, preview1-26817-05, preview1-26817-04, respectively (dotnet/core-setup#4482)
Commit migrated from https://github.com/dotnet/core-setup/commit/
9f4d21cc6616e9c1316251c2b0352d2a79bbb8e8
Nick Guerrera [Thu, 16 Aug 2018 19:37:07 +0000 (12:37 -0700)]
New hostfxr API to support new MSBuild SDK resolver scenarios (dotnet/core-setup#4301)
1. hostfxr_resolve_sdk2
Deprecates hostfxr_resolve_sdk and adds two new capabilities:
* Return the path to global.json if global.json is used
This allows the msbuild sdk resolver to customize its error handling and
logging appropriately. It will also be used to enable msbuild to fall back
to most recent compatible SDK when the most recent SDK chosen without
global.json is incompatible with the current msbuild version.
* Add disallow_prerelease flag
When set, this will prevent prerelease SDKs from being resolved unless a
prerelease version was specified in global.json. This will be used to
prevent prerelease VS installations from impacting side-by-side releases.
2. hostfxr_get_available_sdks
Returns all available SDKs in sorted order by version.
Allows MSBuild SDK resolver to fall back to latest compatible SDK when there is
no global.json and latest SDK is incompatible with current version of MSBuild.
Commit migrated from https://github.com/dotnet/core-setup/commit/
84f06c2fe54d25d86d48ae3b0daae5f3f40cc19f
Dan Moseley [Thu, 16 Aug 2018 18:37:45 +0000 (11:37 -0700)]
Merge pull request dotnet/core-setup#4471 from dotnet-maestro-bot/master-UpdateDependencies
Update BuildTools, CoreClr, CoreFx to preview1-03115-02, preview1-26816-04, preview1-26816-01, respectively (master)
Commit migrated from https://github.com/dotnet/core-setup/commit/
da04c570c66141fb55e17957535c5346e0ec0cef
dotnet-maestro-bot [Thu, 16 Aug 2018 12:58:16 +0000 (05:58 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03115-02, preview1-26816-04, preview1-26816-01, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
50dc3496855e1b415386bf27f185a8666ec4d839
Steve Harter [Wed, 15 Aug 2018 20:33:53 +0000 (15:33 -0500)]
Add appdomain variable for current framework version (dotnet/core-setup#4470)
Commit migrated from https://github.com/dotnet/core-setup/commit/
7e88484b2ab88b98088c2f40b620c7593b0fdd16
dotnet-maestro-bot [Tue, 14 Aug 2018 12:57:47 +0000 (05:57 -0700)]
Update CoreClr, CoreFx to preview1-26814-06, preview1-26814-01, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
d679f138a19f55594f84389712293bd76552e844
Dan Moseley [Tue, 14 Aug 2018 01:13:33 +0000 (18:13 -0700)]
Merge pull request dotnet/core-setup#4457 from danmosemsft/license
Copy license file from corefx
Commit migrated from https://github.com/dotnet/core-setup/commit/
e2dcb72d284b52625946cad95013f4567df77c4d
Steve Harter [Mon, 13 Aug 2018 22:04:14 +0000 (17:04 -0500)]
Avoid extra search of multilevel dir when it is the same as dotnet root (dotnet/core-setup#4441)
Commit migrated from https://github.com/dotnet/core-setup/commit/
b17186ff80b6f58c15ee7dd474a719697c8dea10
dotnet-maestro-bot [Sat, 11 Aug 2018 01:52:30 +0000 (18:52 -0700)]
Update CoreFx to preview1-26811-01
Commit migrated from https://github.com/dotnet/core-setup/commit/
8ab5510c4c07b3bd78f7cd75f45a4d23d0913b62
dotnet-maestro-bot [Sat, 11 Aug 2018 00:24:25 +0000 (17:24 -0700)]
Update BuildTools to preview1-03110-01 (dotnet/core-setup#4447)
Commit migrated from https://github.com/dotnet/core-setup/commit/
0edd13c0effe332de704b939cd072e714281d3ec
dotnet-maestro-bot [Fri, 10 Aug 2018 14:13:15 +0000 (07:13 -0700)]
Update CoreClr, CoreFx to preview1-26810-04, preview1-26810-04, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
97f11c5cdf2958eadef70b4eeef5187e2514d8d1
Omair Majid [Fri, 10 Aug 2018 13:55:04 +0000 (09:55 -0400)]
Handle --configuration in src/corehost/build.sh correctly (dotnet/core-setup#4389)
Currently, the value of the configuration is ignored.
Commit migrated from https://github.com/dotnet/core-setup/commit/
086fb54ddbe3b1f723258d56e7dcb69f893c25d9
Luqun Lou [Thu, 9 Aug 2018 16:35:50 +0000 (09:35 -0700)]
Merge pull request dotnet/core-setup#4430 from luqunl/SystemRuntimeWindowsRuntime
Commit migrated from https://github.com/dotnet/core-setup/commit/
c5e7198a651bdf800183a0d17f3e31bc666b979e
Tanner Gooding [Thu, 9 Aug 2018 01:03:30 +0000 (18:03 -0700)]
Updating init-tools to be inline with the CoreFX/CoreCLR copy
Commit migrated from https://github.com/dotnet/core-setup/commit/
db01a9371e3a12adc122a34ea974fa959ea63f6f
luqunl [Thu, 9 Aug 2018 00:13:16 +0000 (17:13 -0700)]
Add comments
Commit migrated from https://github.com/dotnet/core-setup/commit/
619dea13fd8937e59efda4f845fbc5880dc29113
Tanner Gooding [Thu, 9 Aug 2018 00:06:33 +0000 (17:06 -0700)]
Merge pull request dotnet/core-setup#4438 from dotnet-maestro-bot/master-UpdateDependencies
Update BuildTools to preview1-03108-01 (master)
Commit migrated from https://github.com/dotnet/core-setup/commit/
955ebc8d86c999c9869d332603a2a60e8b4e864e
Tanner Gooding [Wed, 8 Aug 2018 22:50:20 +0000 (15:50 -0700)]
Updating init-tools.cmd to pass through PACKAGES_DIR
Commit migrated from https://github.com/dotnet/core-setup/commit/
7bbbb79c1b77007b6a4bca330c87310764fedf66
dotnet-maestro-bot [Wed, 8 Aug 2018 20:45:24 +0000 (13:45 -0700)]
Update BuildTools to preview1-03108-01
Commit migrated from https://github.com/dotnet/core-setup/commit/
44b42ab651d1d417db8b277a98b2f3fbd9f239da
Steve Harter [Wed, 8 Aug 2018 18:41:46 +0000 (13:41 -0500)]
Always compare TPA versions (dotnet/core-setup#4423)
Commit migrated from https://github.com/dotnet/core-setup/commit/
210afffd0ac12458146444be6dea783c8b55389f
luqunl [Wed, 8 Aug 2018 17:30:31 +0000 (10:30 -0700)]
update for code review comments
Commit migrated from https://github.com/dotnet/core-setup/commit/
61f9651c0f1533263ecbb1157b331c0de66d5cdb
dotnet-maestro-bot [Wed, 8 Aug 2018 12:55:18 +0000 (05:55 -0700)]
Update CoreClr to preview1-26808-04
Commit migrated from https://github.com/dotnet/core-setup/commit/
130e6074af9d02e6edf19374c3e39dece1caaf7c
Spacefish [Mon, 23 Jul 2018 15:35:27 +0000 (17:35 +0200)]
Fix small variable typo in internal method
Commit migrated from https://github.com/dotnet/core-setup/commit/
84c9d2d68103c8bac4a432e2cfc2073ba24f1924
dotnet-maestro-bot [Tue, 7 Aug 2018 20:24:51 +0000 (13:24 -0700)]
Update BuildTools to preview1-03107-02
Commit migrated from https://github.com/dotnet/core-setup/commit/
1ab1b7112e3421eaaff596c3e1d14b1c01b6b9e5
Josh Free [Mon, 6 Aug 2018 22:58:12 +0000 (15:58 -0700)]
Temporarily disable failing Tizen CI leg
Fixes https://github.com/dotnet/core-setup/issues/4408
Re-enabling tracked by https://github.com/dotnet/corefx/issues/28901
/cc @hqueue @alpencolt @gbalykov
Commit migrated from https://github.com/dotnet/core-setup/commit/
e47ecfbf7895f844e840ef9b74eb19e8d3258749
dotnet-maestro-bot [Tue, 7 Aug 2018 16:22:32 +0000 (09:22 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03107-01, preview1-26807-05, preview1-26807-04, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
5ca939e6e495ba656bb369539d05e6f277f53317
luqunl [Mon, 6 Aug 2018 23:09:14 +0000 (16:09 -0700)]
Enable run crossgen on System.Runtime.WindowsRuntime
Commit migrated from https://github.com/dotnet/core-setup/commit/
1e9e9995582dbccaacc12463609494ffe72565c7
luqunl [Fri, 3 Aug 2018 23:10:19 +0000 (16:10 -0700)]
Temporarily Disable Run CrossGen on System.Runtime.WindowsRuntime
Commit migrated from https://github.com/dotnet/core-setup/commit/
a0e07af74640a8c87bdc3d7c37db3af510ad2cf8
dotnet-maestro-bot [Fri, 3 Aug 2018 13:26:25 +0000 (06:26 -0700)]
Update CoreClr, CoreFx to preview1-26803-04, preview1-26803-03, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
4b5bdd2722457e1d2e4ccadec05089cacc2ffdbd
dotnet-maestro-bot [Thu, 2 Aug 2018 01:04:50 +0000 (18:04 -0700)]
Update BuildTools, CoreClr to preview1-03101-02, preview1-26802-01, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
64a00985bddd27cc1ce8516187744808c232bebb
dotnet-maestro-bot [Wed, 1 Aug 2018 13:34:58 +0000 (06:34 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03030-01, preview1-26801-06, preview1-26801-04, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
f83f31f54483155c6b4b362770eb7805300eb8c8
Vitek Karas [Tue, 31 Jul 2018 20:50:55 +0000 (13:50 -0700)]
Merge pull request dotnet/core-setup#4418 from vitek-karas/HostComponentsDoc
Host components doc
Commit migrated from https://github.com/dotnet/core-setup/commit/
f80f985327ce10073ca83139db6f9ae1116f8f16
vitek-karas [Tue, 31 Jul 2018 20:11:47 +0000 (13:11 -0700)]
PR feedback fixes
Commit migrated from https://github.com/dotnet/core-setup/commit/
da7a7cb64b7f7e93341367ee450ede07cfbb2d21
vitek-karas [Tue, 31 Jul 2018 17:04:12 +0000 (10:04 -0700)]
Actually add the description
Commit migrated from https://github.com/dotnet/core-setup/commit/
228c549f87f31afc77721dfbd18b6a1aef68b3ef
vitek-karas [Tue, 31 Jul 2018 17:01:36 +0000 (10:01 -0700)]
Describe the various components of the .NET Core host
Commit migrated from https://github.com/dotnet/core-setup/commit/
24b768ce939c1cdbf90687375dd30bae82308f99
Steve Harter [Tue, 31 Jul 2018 16:02:23 +0000 (11:02 -0500)]
Add section for multiple framework references (dotnet/core-setup#4374)
Design work is still ongoing so this will require another pass. We may want to separate frameworks vs. framework extensions
Commit migrated from https://github.com/dotnet/core-setup/commit/
1f45274204b8b9ebc60115c37165437567453335
dotnet-maestro-bot [Fri, 27 Jul 2018 13:28:39 +0000 (06:28 -0700)]
Update CoreClr, CoreFx to preview1-26727-01, preview1-26727-04, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
cabe6a8fa9ac50bd902d5817f7e9586575fc1e05
William Godbe [Thu, 26 Jul 2018 17:43:22 +0000 (10:43 -0700)]
Merge pull request dotnet/core-setup#4406 from wtgodbe/ReadMe
Update version links for Readme.md
Commit migrated from https://github.com/dotnet/core-setup/commit/
7283abc65422e71e98c1c2d01b499292609dc3ba
dotnet-maestro-bot [Thu, 26 Jul 2018 12:47:25 +0000 (05:47 -0700)]
Update BuildTools, CoreClr to preview1-03025-01, preview1-26726-04, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
8c53093cf2836f2895b449db0fe5dd86c39f778c
dotnet-maestro-bot [Wed, 25 Jul 2018 13:30:14 +0000 (06:30 -0700)]
Update CoreClr, CoreFx to preview1-26725-05, preview1-26725-04, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
520e9c0ef066b2a1d0f9168bc2f7c1ef699e3f1e
Wes Haggard [Tue, 24 Jul 2018 20:33:55 +0000 (13:33 -0700)]
Merge pull request dotnet/core-setup#4394 from dotnet/eerhardt-patch-1
Remove BranchName
Commit migrated from https://github.com/dotnet/core-setup/commit/
e6ee07d7f404e883d39a98a834e783eddb44fe00
dotnet-maestro-bot [Tue, 24 Jul 2018 01:30:02 +0000 (18:30 -0700)]
Update CoreClr, CoreFx to preview1-26724-01, preview1-26724-01, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
5d98af0058a3febbd1acc5b37c12a4ac30db6970
Steve Harter [Mon, 23 Jul 2018 20:19:48 +0000 (15:19 -0500)]
Correct applyPatches information
The applyPatches information was not correct; verified that the semantics on both 2.0 and 2.1 now match the documentation.
Commit migrated from https://github.com/dotnet/core-setup/commit/
92072fd9ea03740ea317b631d3894ff3c5d0854d
Eric Erhardt [Mon, 23 Jul 2018 20:18:35 +0000 (15:18 -0500)]
Remove BranchName
I can't find any usages of this property anymore.
Commit migrated from https://github.com/dotnet/core-setup/commit/
0baf39625927c1af3f18552c7563091c6e760db1
dotnet-maestro-bot [Fri, 20 Jul 2018 12:44:47 +0000 (05:44 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03020-01, preview1-26720-05, preview1-26720-01, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
e53674a25043e5cb1721d639c8026d71d9a08ff7
dotnet-maestro-bot [Thu, 19 Jul 2018 13:37:27 +0000 (06:37 -0700)]
Update CoreClr, CoreFx to preview1-26719-04, preview1-26719-04, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
675be280553051374b6bb002094ffca05774b1e9
dotnet-maestro-bot [Tue, 17 Jul 2018 01:28:08 +0000 (18:28 -0700)]
Update CoreFx to preview1-26717-02
Commit migrated from https://github.com/dotnet/core-setup/commit/
8221d91a11ca51c08c40211b4e3b9242cada2d60
dotnet-maestro-bot [Mon, 16 Jul 2018 12:42:13 +0000 (05:42 -0700)]
Update CoreClr, CoreFx to preview1-26716-04, preview1-26716-01, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
abc48e0bada97f88bd6e04955654a46e4c20b034
dotnet-maestro-bot [Fri, 13 Jul 2018 21:37:09 +0000 (14:37 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03013-03, preview1-26713-10, preview1-26713-04, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
9dbaf07333c15b796023dd2da77adefafb6b73db
Steve Harter [Fri, 13 Jul 2018 21:21:23 +0000 (16:21 -0500)]
Disable multilevel lookup during build (dotnet/core-setup#4367)
Commit migrated from https://github.com/dotnet/core-setup/commit/
4b9c63e028ccc4560c3704bf42d4e86ec7e278b3
Steve Harter [Fri, 13 Jul 2018 17:04:45 +0000 (12:04 -0500)]
Change main thread to join to breadcrumb thread when exception thrown (dotnet/core-setup#4346)
Commit migrated from https://github.com/dotnet/core-setup/commit/
84fa44f892b42ad9235e4ecb756975d8c8f46f1f
Vitek Karas [Fri, 13 Jul 2018 16:59:22 +0000 (09:59 -0700)]
Merge pull request dotnet/core-setup#4353 from vitek-karas/OSNativeTestResultPath
Use OS specific path for test result file
Commit migrated from https://github.com/dotnet/core-setup/commit/
52b34269410e7fdf82bff2b0e49b2ffb461b6a01
Wes Haggard [Thu, 12 Jul 2018 18:59:58 +0000 (11:59 -0700)]
Merge pull request dotnet/core-setup#4360 from weshaggard/BaselineSigningIssue
Baseline api-ms-win-core-xstate-l2-1-0.dll file
Commit migrated from https://github.com/dotnet/core-setup/commit/
1ba827490c23d28ee17f18f6a30553695594258a
Matt Mitchell [Thu, 28 Jun 2018 15:01:04 +0000 (08:01 -0700)]
Baseline api-ms-win-core-xstate-l2-1-0.dll file
This fille was introduced in RS4 and was only catalog signed. When fixed in RS5, remove baseline dotnet/core-setup#4309
Commit migrated from https://github.com/dotnet/core-setup/commit/
1bf1f6b9df77cee5b9e9d876c3a4652e05242e84
Ricardo Arenas [Wed, 11 Jul 2018 18:14:09 +0000 (11:14 -0700)]
Merge pull request dotnet/core-setup#4354 from riarenas/riarenas/always-run-end
Always run end.ps1/sh
Commit migrated from https://github.com/dotnet/core-setup/commit/
c53997aa73e9b79096937f8c056c7f406398867a
Ricardo Arenas [Wed, 11 Jul 2018 16:53:24 +0000 (09:53 -0700)]
fix spacing
Commit migrated from https://github.com/dotnet/core-setup/commit/
d3c356bde84ed88227a55f2400b9f9d6c3ed77e0
Gleb Balykov [Wed, 4 Jul 2018 11:47:01 +0000 (14:47 +0300)]
Add Tizen 5.0 RID
Commit migrated from https://github.com/dotnet/core-setup/commit/
a465d3918f4098706ed8488fc80a4f98fe1ce428
vitek-karas [Wed, 11 Jul 2018 12:25:30 +0000 (05:25 -0700)]
Use OS specific path for test result file
This fixes a bug that we write out path with forward slashes even on windows. So the path can't be used as-is to open the result file in UI tools.
Commit migrated from https://github.com/dotnet/core-setup/commit/
f410793e1673bfbedb288f4cdcc480bddc5af055
Ricardo Arenas [Tue, 10 Jul 2018 21:47:21 +0000 (14:47 -0700)]
always run end.ps1/sh
Commit migrated from https://github.com/dotnet/core-setup/commit/
b65543e540216c566f49c41c14950ae8cb8c3508
dotnet-maestro-bot [Tue, 10 Jul 2018 13:29:04 +0000 (06:29 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03010-01, preview1-26710-05, preview1-26708-04, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
d3b49d62b2dbbe3d94c5cb1e0f242c40cf47fdee
Rakesh Singh [Mon, 9 Jul 2018 19:42:41 +0000 (12:42 -0700)]
Stop building old style linux packages and rename *-upgrade.{deb|rpm} packages to the original package name. (dotnet/core-setup#4342)
Cherry pick commit dotnet/core-setup@
11420ec4b0a44c74b9e41db62d4e22331afc5726 from rel/2.1 branch
Commit migrated from https://github.com/dotnet/core-setup/commit/
6a89975a97472a52725b343bc17bb6bef7845d16
Tomas Weinfurt [Fri, 6 Jul 2018 16:33:40 +0000 (09:33 -0700)]
Merge pull request dotnet/core-setup#4331 from wfurt/freebsd_packaging
packaging for FreeBSD
Commit migrated from https://github.com/dotnet/core-setup/commit/
c0c3ea325d1749f0ca757be23dba638253dd2daa
dotnet-maestro-bot [Fri, 6 Jul 2018 13:38:40 +0000 (06:38 -0700)]
Update BuildTools, CoreClr to preview1-03005-04, preview1-26706-05, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
96b13501ce6ae9d945bfe281de8fdd525456a2cf
dotnet-maestro-bot [Thu, 5 Jul 2018 13:41:02 +0000 (06:41 -0700)]
Update BuildTools, CoreClr to preview1-03005-03, preview1-26705-05, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
58cd6f4b082711048d8faffc3a8fe70963a8b6b1
dotnet-maestro-bot [Wed, 4 Jul 2018 14:08:14 +0000 (07:08 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-03004-01, preview1-26704-01, preview1-26704-05, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
b148939d8d60db75645c129daf9f3f024c066d5e
Tomas Weinfurt [Tue, 3 Jul 2018 20:53:43 +0000 (13:53 -0700)]
packaging for FreeBSD
Commit migrated from https://github.com/dotnet/core-setup/commit/
e2923294855abe6fae64942cd037de1393d8f2f6
dotnet-maestro-bot [Tue, 3 Jul 2018 13:07:48 +0000 (06:07 -0700)]
Update BuildTools, CoreClr to preview1-03002-01, preview1-26703-04, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
2af9fed451060106988a277924f102654a4f2a31
dotnet-maestro-bot [Mon, 2 Jul 2018 12:47:56 +0000 (05:47 -0700)]
Update CoreClr to preview1-26702-04
Commit migrated from https://github.com/dotnet/core-setup/commit/
593339d87b2cf0d6df7d5267a8865884505554ff
dotnet-maestro-bot [Fri, 29 Jun 2018 12:59:05 +0000 (05:59 -0700)]
Update BuildTools, CoreClr, CoreFx to preview1-02929-01, preview1-26629-04, preview1-26628-03, respectively
Commit migrated from https://github.com/dotnet/core-setup/commit/
1dbab504e85066456b52ed5ed2bf7b2ddcc8e6bb
dotnet-maestro-bot [Wed, 27 Jun 2018 23:37:51 +0000 (16:37 -0700)]
Update BuildTools to preview1-02928-01
Commit migrated from https://github.com/dotnet/core-setup/commit/
fa49ae3f4a9f0f180ca203744a343521bd6f0d61