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

43 commits

Author SHA1 Message Date
jashook
cd36d15ef9 Use artifacts layout in place of bin dir 2019-11-17 17:14:02 -08:00
Jan Kotas
41442f81a1 Normalize trailing whitespaces (dotnet/coreclr#27626)
Normalize trailing whitespaces in frequently changing files (docs and sources)

Commit migrated from ed5dc831b0
2019-11-02 06:29:45 -07:00
Cory Nelson
ff4eea8d43 Update path to CoreLib sln
Commit migrated from a74790eb9f
2019-09-18 20:03:57 -07:00
Andrew Au
0662ff60d2 Fixing a simple typo (dotnet/coreclr#26707)
Commit migrated from 3dd49891be
2019-09-15 08:50:03 -04:00
Jan Kotas
953a11f8fc Update docs (dotnet/coreclr#25446)
- Delete references to Jenkins CI
- Add note on Squash&Merge

Commit migrated from 1a8f735d4f
2019-06-26 16:47:04 -07:00
John Salem
895e8b3e0a Update to AutoTrace (dotnet/coreclr#24936)
* * Add license headers to autotrace.h|cpp
* use W() macro for getting correct string literal type
* formalize env vars to be COMPlus_* style
* add documentation
* modify cmake files to have the flag and set default value to 0

* Fix typo


Commit migrated from b3ff5135ec
2019-06-04 09:09:59 -07:00
Dan Moseley
47aef3c87e Update UsingYourBuild.md (dotnet/coreclr#24389)
Change MyGet to the custom feeds. I found that for dotnet new console to restore, I needed an ASP.NET feed as well.


Commit migrated from afe95bac41
2019-05-11 17:14:56 -07:00
Steve MacLean
d5e1251aae Fix CORE_LIBRARIES doc
Commit migrated from 1ae88b330a
2019-04-22 14:23:04 -04:00
Steve MacLean
2ebfbabb54 Use arcade's version of dotnet to build (dotnet/coreclr#22755)
* Use arcade dotnet

* Add cmake_msbuild.cmd

Move msbuild.cmd to cmake_msbuild.bat
Document intent that this file is only used to resolve
Windows cmake dependency on desktop msbuild.exe

Remove one instance of msbuild.cmd

* Fix inittools.cmd

* Remove spurious setup_vs_tools.cmd calls


Commit migrated from 42bc2de2c6
2019-03-01 23:07:35 -05:00
Antoine Blanchet
1e8e65a0b6 Replace 'VSCode' by 'Visual Studio Code' in doc (dotnet/coreclr#20441)
Visual Studio Code is also broadly known as VSCode. But since this document already contained a typo
and Visual Studio Code is not referred as VSCode elsewhere in the CoreCLR documentation I figured it could
be nice to _clean_ this documentation page.

Commit migrated from b52ab56aa5
2018-10-17 10:24:55 -07:00
Jan Kotas
1c9e2e8548 Update version in documentation samples to 3.0
Commit migrated from e8b51f1626
2018-08-24 15:19:44 -07:00
Aaron Robinson
5e82fbce8d Update documentation for testing (dotnet/coreclr#19063)
* Update documentation for testing


Commit migrated from 2556ad964c
2018-07-20 15:27:28 -07:00
Jan Kotas
174627ed84 Delete slack link, standardize on gitter (dotnet/coreclr#18644)
Contributes to https://github.com/dotnet/coreclr/issues/18643

Commit migrated from c17e34f412
2018-06-25 22:56:03 -07:00
Aaron Robinson
ddcc1649cd Start moving testing documentation into a single location (dotnet/coreclr#18598)
Start moving testing documentation into a single location
Update `test-configuration.md` with more details on creating a test and requirements


Commit migrated from 8aad994743
2018-06-22 11:24:22 -07:00
stakx
1f3a062eff Some corrections in build documentation
Commit migrated from 0feb381533
2018-05-03 17:49:32 +02:00
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