mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-11 02:13:38 +09:00
Fix another 58 URL's (#33003)
This commit is contained in:
parent
17e2caebc4
commit
8497763bbf
28 changed files with 58 additions and 58 deletions
|
@ -6,7 +6,7 @@ Building ARM for Windows can be done using cross compilation.
|
|||
Requirements
|
||||
------------
|
||||
|
||||
Install the ARM tools and Windows SDK, as described [here](https://github.com/dotnet/coreclr/blob/master/Documentation/building/windows-instructions.md).
|
||||
Install the ARM tools and Windows SDK, as described [here](https://github.com/dotnet/runtime/blob/master/docs/workflow/requirements/windows-requirements.md).
|
||||
|
||||
Cross compiling CoreCLR
|
||||
-----------------------
|
||||
|
|
|
@ -43,10 +43,10 @@ Test cases are categorized by priority level. The most important subset should b
|
|||
* `<GCStressIncompatible>true</GCStressIncompatible>`
|
||||
* Exclude test from JIT stress runs runs by adding the following to the csproj:
|
||||
* `<JitOptimizationSensitive>true</JitOptimizationSensitive>`
|
||||
* Add NuGet references by updating the following [test project](https://github.com/dotnet/coreclr/blob/master/tests/src/Common/test_dependencies/test_dependencies.csproj).
|
||||
* Add NuGet references by updating the following [test project](https://github.com/dotnet/runtime/blob/master/src/coreclr/tests/src/Common/test_dependencies/test_dependencies.csproj).
|
||||
* Get access to System.Private.CoreLib types and methods that are not exposed via public surface by adding the following to the csproj:
|
||||
* `<ReferenceSystemPrivateCoreLib>true</ReferenceSystemPrivateCoreLib>`
|
||||
* Update exclusion list at [tests/issues.targets](https://github.com/dotnet/coreclr/blob/master/tests/issues.targets) if the test fails due to active bug.
|
||||
* Update exclusion list at [tests/issues.targets](https://github.com/dotnet/runtime/blob/master/src/coreclr/tests/issues.targets) if the test fails due to active bug.
|
||||
|
||||
### Creating a C# test project
|
||||
|
||||
|
|
|
@ -134,7 +134,7 @@ That should tell you the version and which user and machine build the assembly a
|
|||
at the time of building:
|
||||
|
||||
```
|
||||
Hello World from Core 4.6.26210.0 @BuiltBy: adsitnik-MININT-O513E3V @SrcCode: https://github.com/dotnet/coreclr/tree/3d6da797d1f7dc47d5934189787a4e8006ab3a04
|
||||
Hello World from Core 4.6.26210.0 @BuiltBy: adsitnik-MININT-O513E3V @SrcCode: https://github.com/dotnet/runtime/tree/3d6da797d1f7dc47d5934189787a4e8006ab3a04
|
||||
The location is C:\coreclr\helloWorld\bin\Debug\netcoreapp3.0\win-x64\publish\System.Private.CoreLib.dll
|
||||
```
|
||||
|
||||
|
|
|
@ -132,7 +132,7 @@ Running the app should tell you the version and which user and machine build the
|
|||
at the time of building:
|
||||
|
||||
```
|
||||
Hello World from Core 4.6.26210.0 @BuiltBy: adsitnik-MININT-O513E3V @SrcCode: https://github.com/dotnet/coreclr/tree/3d6da797d1f7dc47d5934189787a4e8006ab3a04
|
||||
Hello World from Core 4.6.26210.0 @BuiltBy: adsitnik-MININT-O513E3V @SrcCode: https://github.com/dotnet/runtime/tree/3d6da797d1f7dc47d5934189787a4e8006ab3a04
|
||||
The location is C:\coreclr\helloWorld\bin\Debug\netcoreapp3.0\win-x64\publish\System.Private.CoreLib.dll
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue