1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 10:18:21 +09:00
Commit graph

28 commits

Author SHA1 Message Date
Vance Morrison
cf3386dd66 Review feedback
Commit migrated from d27214498a
2018-03-18 07:31:17 -07:00
Vance Morrison
0ece83d7ef This change make DacTableGen work for VS2017
There was a issue (see https://github.com/dotnet/coreclr/issues/11305) where
a tool used in the CoreCLR build called DacTableGen requires a old version of the
msdia120.dll.   The symptom is that this tool would fail with a class not registered errror.

This tool comes from a very old nuget package microsoft.dotnet.buildtools.coreclr, which
we no longer can build easly.    Our guidance now is to move tools that are only used in
one repository (like this one) out of nuget packages and simply build them as part of the build.

This change makes a step in that direction.  The DacTableGen code actually was already
in the CoreCLR repo, so this change

1. Fixes the source of DacTableGen so that tool no longer needs a com object to be registered
    (but it DOES need msdia140.dll to be on the path.  This is true for VS2017.
2.  Turns on the build of DacTableGen
3. Change the build use the built DacTableGen (unless running on VS2017, in that case we use the
    the version in the tool package.
4.) Remove the hack that warns people to register msdia120 (since you don't need to anymore)

There is also an unrelated addition to the docs.

This change should still work for VS2015 (because it falls back to the old DacTableGen in that case)

Finally we should move to using the Linux method of creating the DAC, and so all these tools and
their nuget package can be removed.


Commit migrated from ebdc98cf6c
2018-03-16 17:26:21 -07:00
Luqun Lou
ab808a7f0f Update UsingYourBuild.md (dotnet/coreclr#16842)
This topic is about DotnetCli instead of CoreRun -- CoreRun is next topic

Commit migrated from e6dd9e0144
2018-03-08 18:37:38 -08:00
Bruno Tagliapietra
1ef62ebd80 Update UsingYourBuild.md
amend

Commit migrated from 5043564263
2018-02-18 16:41:08 +13:00
Bruno Tagliapietra
99bda83c25 Update UsingYourBuild.md
Apparently it needs a PlatformTarget to be specified as well when targeting x64 architecture

Commit migrated from 4d371b081a
2018-02-13 08:35:22 +13:00
Adam Sitnik
8799bd6b5e updated docs: how to run against local core clr build (dotnet/coreclr#15841)
* updated docs: how to run against local core clr build

* split the running docs into 3 files to make it simpler to understand



Commit migrated from d1793d3756
2018-01-12 13:54:38 -08:00
Jan Kotas
99af2c07c5 Update the document for netcoreapp2.1
Commit migrated from a2336484d0
2018-01-09 16:37:42 -08:00
Jan Kotas
46b8c474d1 Update links to nightly .NET Core SDK builds (dotnet/coreclr#15799)
Commit migrated from 4f58962238
2018-01-09 16:22:19 -08:00
Vance Morrison
44474a27cb Change heading size
Commit migrated from bf07993360
2017-07-10 16:25:05 -07:00
Vance Morrison
a7f0928d31 Put in a warning that the instructions no longer work properly
Commit migrated from fd4522a2da
2017-07-10 16:23:49 -07:00
Vance Morrison
50530d4fb4 Remove another reference to System.Private.Corelib.ni.dll
Commit migrated from 81b4233b34
2017-07-10 16:02:44 -07:00
Vance Morrison
61e1627b8e Remove reference to System.Private.Corelib.ni.dll
The build now only has the NGENed image (called but called System.Private.Corelib.dll.   Remove references to the *.ni.dll version

Commit migrated from 774dd7bbea
2017-07-10 16:00:46 -07:00
Tom Deseyn
d6ce2089bb Describe how to use daily by setting RuntimeFrameworkVersion and publishing self-contained. (dotnet/coreclr#12056)
* Describe how to use daily by setting RuntimeFrameworkVersion and publishing self-contained.



Commit migrated from 62516da2b8
2017-06-08 09:08:00 -07:00
Stephen Toub
44d364f5b7 Fix build badges in OfficialAndDailyBuilds.md
- None of the badge links were correct, resulting in every badge always showing
as "Building" regardless of actual status
- The OSX badge links would 404.
- We were still using shields.io badges, which have been unreliable.

I've fixed all of these.


Commit migrated from 36d628f5c9
2017-04-12 07:39:56 -04:00
Dan Moseley
a69dd28545 remove fedora 23 (dotnet/coreclr#10667)
Commit migrated from 425551a2c6
2017-04-03 16:43:43 -07:00
Gaurav Khanna
637b442e56 Move OSX packages to use 10.12 as the RID (dotnet/coreclr#10354)
Commit migrated from 66384321b7
2017-03-22 08:55:53 -07:00
Omair Majid
737c509836 Fix markdown headings
GitHub recently changed how atx headings (beginning with `#`) are
rendered. A space is now required between `#` and the following text
for the heading to be recognized.

Update headings in the docs to match the expected format.

See https://github.github.com/gfm/#atx-headings


Commit migrated from 765f28934d
2017-03-20 18:12:33 -04:00
Aditya Mandaleeka
889b80658f Fix broken badges.
Commit migrated from 96d3475a5a
2017-03-07 17:51:52 -08:00
Wes Haggard
d9321b6451 Update UsingYourBuild docs to use .NET Core 2.0 SDK
Commit migrated from 53d0f39ba6
2017-02-23 13:22:50 -08:00
darxis
ccd43d0a9c Typo in documentation (dotnet/coreclr#8740)
Commit migrated from 19a2fe078d
2016-12-28 14:51:30 -08:00
Jan Kotas
88ef01b299 Update issue guide (dotnet/coreclr#8728)
* Revert "Update IssuesFeedbackEngagement.md"

This reverts commit dotnet/coreclr@124754f2f5.

* Update wording


Commit migrated from 0c7347aa87
2016-12-27 19:33:07 -08:00
Dan Moseley
57aba5ee04 Update IssuesFeedbackEngagement.md
Commit migrated from 124754f2f5
2016-11-16 13:13:22 -08:00
Dan Moseley
8bb55866e9 fix typo
Commit migrated from cecc33e198
2016-10-27 16:45:57 -07:00
Vance Morrison
934656b85e Fix Link (dotnet/coreclr#7699)
Commit migrated from 4a48315e99
2016-10-18 13:17:28 -07:00
Jan Kotas
45e384278c Include project.json template in the instructions
Commit migrated from 99937eea32
2016-10-17 19:41:46 -07:00
Jan Kotas
07c1125d75 Update instructions to use local dotnet tool build
Commit migrated from b39d1afb8f
2016-10-17 18:30:02 -07:00
Vance Morrison
8280afa091 Added Docs for Using Visual Studio to Edit and Debug in CoreCLR Repo (dotnet/coreclr#7582)
Commit migrated from b73eb60322
2016-10-13 13:10:12 -07:00
Vance Morrison
b7b17ea132 Update Readme.md to lead you through basic repo workflow (dotnet/coreclr#7552)
Update README.md to contain much more information about using the repo

Commit migrated from 7c2cf60715
2016-10-11 09:10:11 -07:00