Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
98 commits
Select commit Hold shift + click to select a range
b42188a
Update issue suppressions (#63248)
MichalStrehovsky Jan 1, 2022
e571c3b
[mono][wasm] Remove unused targets from wasm/Makefile. (#63263)
vargaz Jan 2, 2022
c8f3b36
Fix strings typo (#63269)
danmoseley Jan 3, 2022
699b0ae
Implement DiagnosticName in NativeAOT code (#63271)
MichalStrehovsky Jan 3, 2022
079245b
Use interpolated strings in place of `StringBuilder.AppendFormat` whe…
teo-tsirpanis Jan 3, 2022
fd33b9e
Fix nullability annotations on ProcessModule.FileName/ModuleName (#63…
stephentoub Jan 3, 2022
82fd67a
[main] Update dependencies from dotnet/linker (#63166)
dotnet-maestro[bot] Jan 3, 2022
c7ec82a
[mono][wasm] Allow methods with finally clauses to be AOTed. (#63065)
vargaz Jan 3, 2022
2a11aab
Move things from ILCompiler.TypeSystem to ILCompiler.Compiler (#63280)
MichalStrehovsky Jan 3, 2022
7574e03
[wasm][debugger] Add Browsable Attribute support. (#62045)
ilonatommy Jan 3, 2022
55fecfb
Fix issues in PAL (#62625)
kant2002 Jan 3, 2022
3cde4dc
Last ILCompiler.TypeSystem <-> ILCompiler.TypeSystem.ReadyToRun diff …
MichalStrehovsky Jan 3, 2022
327bb30
add missing PTEST docs (#62122)
saucecontrol Jan 3, 2022
6c50d9f
Mark Go override as SkipLocalsInit if possible (#63277)
stephentoub Jan 3, 2022
d34c0d6
[mono] Don't access MonoClassField:parent directly (#63081)
lambdageek Jan 3, 2022
2d52010
Use pattern matching to reduce some duplication (#63278)
stephentoub Jan 3, 2022
4e92eae
Fix user => use typo in comments (#63288)
stephentoub Jan 3, 2022
046cbf0
Unify threading between crossgen2 and ilc (#63282)
MichalStrehovsky Jan 3, 2022
9472bfe
Use SAL2 _In_, _Out_ to prevent conflicts (#63261)
NN--- Jan 3, 2022
0ef205d
Do not create non-null assertions from location nodes (#62743)
SingleAccretion Jan 3, 2022
a2b288d
transform sgen_get_descriptor to parallel safe version in job_major_m…
monojenkins Jan 3, 2022
f97546b
Fixed ILVerify incorrectly flagging valid default interface implement…
bbartels Jan 3, 2022
623c059
Update COM host to match RegAsm registration behavior (#63292)
AaronRobinsonMSFT Jan 3, 2022
1857c7b
Delete ILCompiler.TypeSystem.ReadyToRun project (#63313)
MichalStrehovsky Jan 4, 2022
a76387e
make sure OpenSSL is initialized before Tls13Supported code runs (#62…
wfurt Jan 4, 2022
f686f65
Robustify a name resolution test (#63259)
danmoseley Jan 4, 2022
3580ba7
Extend CPU capabilities detection for osx-arm64 (#62832) (#62958)
neon-sunset Jan 4, 2022
8359690
Extend case optimization in MatchCharacterClass to all chars that dif…
stephentoub Jan 4, 2022
80f6845
A few minor tweaks to Regex source generator rendering (#63276)
stephentoub Jan 4, 2022
e789b4e
Revert SafeBuffer change around pointer initialization (#63289)
stephentoub Jan 4, 2022
13305d0
Add some diagnostics for EFS tests (#63243)
danmoseley Jan 4, 2022
0e3888a
Fix missing space in literal
stephentoub Jan 4, 2022
56ffec2
Fix GetSpanDataFrom (#63306)
davidwrighton Jan 4, 2022
7172c68
Accelerate additional cross platform hardware intrinsics (#61649)
tannergooding Jan 4, 2022
312c66f
logging (#63326)
danmoseley Jan 4, 2022
ef357af
[DllImportGenerator] Update buffer size field for custom marshalling …
elinor-fung Jan 4, 2022
ae2e360
Divide properties into: public, private, protected. (#62627)
ilonatommy Jan 4, 2022
b2ab353
Fix Instrument.ts_tags to be static in .NET Framework build (#63343)
stephentoub Jan 4, 2022
932c822
Fix order of line number/position arguments to XsltException ctor (#6…
stephentoub Jan 4, 2022
33731fc
Disable console test for jitstressreg mode (#63349)
danmoseley Jan 4, 2022
eed3a62
Enable support for nint/nuint for Vector64/128/256<T> (#63329)
tannergooding Jan 4, 2022
4a1bcc3
Add comment about using source-generated p/invokes to interop guideli…
elinor-fung Jan 4, 2022
4514589
clean up header collection property implementations (#63308)
geoffkizer Jan 4, 2022
00952e1
Pass configuration as a parameter for local Apple mobile test runs (#…
steveisok Jan 4, 2022
8ce1c54
Update Codespaces instructions for latest (#63376)
eerhardt Jan 4, 2022
5b17bec
Fix LazyMemberInfo.Equals to return false for null (#63372)
stephentoub Jan 5, 2022
0524b58
Remove unnecessary field writes in MimePart.SetContent (#63368)
stephentoub Jan 5, 2022
5a9bd5c
Fix null ref for null Stream input in Icon.Save (#63369)
stephentoub Jan 5, 2022
b6695a1
Move HttpRequestStream.{Begin}Read argument logging to after validati…
stephentoub Jan 5, 2022
8b9e708
Implement IEquatable<T> on the runtime handle types. (#63358)
teo-tsirpanis Jan 5, 2022
586918a
Remove dependency of type system tests on ILCompiler.ReadyToRun (#63323)
MichalStrehovsky Jan 5, 2022
cab2fd8
Fix running WASM tests locally on Windows (#63334)
maraf Jan 5, 2022
3058fa4
Replace name with type and codepage in EncodingConversionOverflow exc…
marek-safar Jan 5, 2022
0f03554
[main] Update dependencies from 6 repositories (#63252)
dotnet-maestro[bot] Jan 5, 2022
bd245d6
[main] Update dependencies from dotnet/linker (#63336)
dotnet-maestro[bot] Jan 5, 2022
a8e6f69
Remove dead code in OdbcCommandBuilder.UnquoteIdentifier (#63363)
stephentoub Jan 5, 2022
ad5ccec
Simplify condition in System.Private.CoreLib.Shared.projitems (#63388)
jkotas Jan 5, 2022
60012a1
Remove some unnecessary duplicated checks (#63341)
stephentoub Jan 5, 2022
70065c1
Delete __SkipCrossgenFramework (#63390)
MichalStrehovsky Jan 5, 2022
bd6a64b
Fix MethodDesc::CbStackPop for string ctors on x86 (#63391)
janvorli Jan 5, 2022
311ecfe
Fix the MacOS remote unwinder for VS4Mac (#63378)
Jan 5, 2022
ec5471c
Handle race condition when HttpListener is stopped or closed (#63394)
kevingosse Jan 5, 2022
b28c38d
JIT: refactor fields of GenTreeCall (#63402)
AndyAyersMS Jan 5, 2022
4427c56
Arm64: Memory barrier improvements (#62895)
kunalspathak Jan 5, 2022
abb7df5
Convert SAL1 to SAL2 (#63333)
NN--- Jan 6, 2022
7fc4b6a
[wasm][debugger] GetProperties broken on chrome (#63403)
thaystg Jan 6, 2022
5a0f438
Include properties on records for (de)serialization in source-gen (#6…
layomia Jan 6, 2022
634dfa1
[wasm] Fix test filtering for debugger tests on windows (#63380)
radical Jan 6, 2022
44b9a6e
Make DllImportGenerator unit tests' compilations use live refs (#63410)
elinor-fung Jan 6, 2022
599ab0e
Fix time reporting for the merged tests (#63452)
trylek Jan 6, 2022
0b7bef0
Refactor DllImports in Microsoft.Extensions.Hosting.Systemd (#63421)
MattKotsenas Jan 6, 2022
392b35c
Ensure UserSecretsIdAttribute is added to assembly (#63415)
eerhardt Jan 6, 2022
d988a52
Fix stack overflow with X509Certificate FriendlyName
vcsjones Jan 6, 2022
0e800a6
[mono] Reorganize zlib dependency logic (#63365)
lambdageek Jan 6, 2022
90ec876
Convert JIT/Methodical/Array/range Pri0 tests and hook up mobile test…
jkoritzinsky Jan 6, 2022
98c5328
Fix bugs with generation for ctor param default values (#62798)
layomia Jan 6, 2022
b0685e1
[DllImportGenerator] Remove DLLIMPORTGENERATOR_ENABLED define (#63464)
elinor-fung Jan 6, 2022
01cc900
[mono] Make some icalls pass/return object references using ObjectHan…
vargaz Jan 6, 2022
5993a3a
[DRAFT][Perf][Mono] Enable llvm for arm perf runs (#63311)
Jan 6, 2022
a0220fd
JIT: save generics context for late devirtualization (#63420)
AndyAyersMS Jan 6, 2022
ef49cd0
[Revert] Reverted change to global build job (#63483)
Jan 7, 2022
afffdc6
Support for specifying max depth of generic cycle (#63435)
hez2010 Jan 7, 2022
b1edcf1
Use "read" to fetch misaligned 64bit values from bundle header (#63431)
VSadov Jan 7, 2022
a71f261
Bump Microsoft.CodeAnalysis.CSharp version to 4.0.1 (#63492)
stephentoub Jan 7, 2022
91843fb
Suppress warnings about [Obsolete] member usage in JSON src-gen'd cod…
layomia Jan 7, 2022
3eccec0
Sign ILVerification.dll (#63471)
jcouv Jan 7, 2022
c49c65d
[LoongArch64] Port libraries directory (#62888)
shushanhf Jan 7, 2022
e210a60
Fix Creating Cultures with Sort Names (#63386)
tarekgh Jan 7, 2022
e0287b7
Make delegates unsupported by JsonSerializer (#63495)
layomia Jan 7, 2022
568364a
Update coverlet to 3.1.0 and reportgenerator to 5.0.2 (#63491)
stephentoub Jan 7, 2022
83c9761
Clarify P/Invoke shims guidance for OOB assemblies (#63470)
MattKotsenas Jan 7, 2022
03c5dbc
Move init-vs-env in test build script down (#63433)
MichalStrehovsky Jan 7, 2022
b4dfd7d
HttpConnectionPool improvements (#62935)
geoffkizer Jan 7, 2022
0b91bea
Fix NETStandard library using JSON source gen (#63472)
ericstj Jan 7, 2022
251eba3
Show test names in merged wrapper execution log (#63511)
trylek Jan 7, 2022
897694f
Fix exception propagation over HW exception frame on macOS arm64 (#63…
janvorli Jan 8, 2022
73a34ce
Fix translation of Ping error codes (#63237)
deeprobin Jan 8, 2022
b294d60
Merge with main from upstream
Jan 8, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[main] Update dependencies from 6 repositories (dotnet#63252)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Jan 5, 2022
commit 0f0355405ba8cac9bbda0e9d72869c35377174b9
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"microsoft.dotnet.xharness.cli": {
"version": "1.0.0-prerelease.21622.1",
"version": "1.0.0-prerelease.22053.2",
"commands": [
"xharness"
]
Expand Down
156 changes: 78 additions & 78 deletions eng/Version.Details.xml

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -54,38 +54,38 @@
<!-- SDK dependencies -->
<MicrosoftDotNetCompatibilityVersion>2.0.0-alpha.1.21525.11</MicrosoftDotNetCompatibilityVersion>
<!-- Arcade dependencies -->
<MicrosoftDotNetApiCompatVersion>7.0.0-beta.21621.3</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetBuildTasksFeedVersion>7.0.0-beta.21621.3</MicrosoftDotNetBuildTasksFeedVersion>
<MicrosoftDotNetCodeAnalysisVersion>7.0.0-beta.21621.3</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftDotNetGenAPIVersion>7.0.0-beta.21621.3</MicrosoftDotNetGenAPIVersion>
<MicrosoftDotNetGenFacadesVersion>7.0.0-beta.21621.3</MicrosoftDotNetGenFacadesVersion>
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.21621.3</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.21621.3</MicrosoftDotNetXUnitConsoleRunnerVersion>
<MicrosoftDotNetBuildTasksArchivesVersion>7.0.0-beta.21621.3</MicrosoftDotNetBuildTasksArchivesVersion>
<MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.21621.3</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.21621.3</MicrosoftDotNetBuildTasksPackagingVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.21621.3</MicrosoftDotNetBuildTasksTemplatingVersion>
<MicrosoftDotNetBuildTasksWorkloadsPackageVersion>7.0.0-beta.21621.3</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>7.0.0-beta.21621.3</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetVersionToolsTasksVersion>7.0.0-beta.21621.3</MicrosoftDotNetVersionToolsTasksVersion>
<MicrosoftDotNetPackageTestingVersion>7.0.0-beta.21621.3</MicrosoftDotNetPackageTestingVersion>
<MicrosoftDotNetApiCompatVersion>7.0.0-beta.22053.2</MicrosoftDotNetApiCompatVersion>
<MicrosoftDotNetBuildTasksFeedVersion>7.0.0-beta.22053.2</MicrosoftDotNetBuildTasksFeedVersion>
<MicrosoftDotNetCodeAnalysisVersion>7.0.0-beta.22053.2</MicrosoftDotNetCodeAnalysisVersion>
<MicrosoftDotNetGenAPIVersion>7.0.0-beta.22053.2</MicrosoftDotNetGenAPIVersion>
<MicrosoftDotNetGenFacadesVersion>7.0.0-beta.22053.2</MicrosoftDotNetGenFacadesVersion>
<MicrosoftDotNetXUnitExtensionsVersion>7.0.0-beta.22053.2</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.5.1-beta.22053.2</MicrosoftDotNetXUnitConsoleRunnerVersion>
<MicrosoftDotNetBuildTasksArchivesVersion>7.0.0-beta.22053.2</MicrosoftDotNetBuildTasksArchivesVersion>
<MicrosoftDotNetBuildTasksInstallersVersion>7.0.0-beta.22053.2</MicrosoftDotNetBuildTasksInstallersVersion>
<MicrosoftDotNetBuildTasksPackagingVersion>7.0.0-beta.22053.2</MicrosoftDotNetBuildTasksPackagingVersion>
<MicrosoftDotNetBuildTasksTemplatingVersion>7.0.0-beta.22053.2</MicrosoftDotNetBuildTasksTemplatingVersion>
<MicrosoftDotNetBuildTasksWorkloadsPackageVersion>7.0.0-beta.22053.2</MicrosoftDotNetBuildTasksWorkloadsPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>7.0.0-beta.22053.2</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetVersionToolsTasksVersion>7.0.0-beta.22053.2</MicrosoftDotNetVersionToolsTasksVersion>
<MicrosoftDotNetPackageTestingVersion>7.0.0-beta.22053.2</MicrosoftDotNetPackageTestingVersion>
<!-- NuGet dependencies -->
<NuGetBuildTasksPackVersion>6.0.0-preview.1.102</NuGetBuildTasksPackVersion>
<!-- Installer dependencies -->
<MicrosoftNETCoreAppRuntimewinx64Version>7.0.0-alpha.1.21620.1</MicrosoftNETCoreAppRuntimewinx64Version>
<MicrosoftNETCoreDotNetHostVersion>7.0.0-alpha.1.21620.1</MicrosoftNETCoreDotNetHostVersion>
<MicrosoftNETCoreDotNetHostPolicyVersion>7.0.0-alpha.1.21620.1</MicrosoftNETCoreDotNetHostPolicyVersion>
<MicrosoftNETCoreAppRuntimewinx64Version>7.0.0-alpha.1.22052.8</MicrosoftNETCoreAppRuntimewinx64Version>
<MicrosoftNETCoreDotNetHostVersion>7.0.0-alpha.1.22052.8</MicrosoftNETCoreDotNetHostVersion>
<MicrosoftNETCoreDotNetHostPolicyVersion>7.0.0-alpha.1.22052.8</MicrosoftNETCoreDotNetHostPolicyVersion>
<MicrosoftExtensionsDependencyModelVersion>3.1.0</MicrosoftExtensionsDependencyModelVersion>
<!-- CoreClr dependencies -->
<MicrosoftNETCoreILAsmVersion>7.0.0-alpha.1.21620.1</MicrosoftNETCoreILAsmVersion>
<runtimelinuxarm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.21630.1</runtimelinuxarm64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimelinuxx64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.21630.1</runtimelinuxx64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimelinuxmuslarm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.21630.1</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimelinuxmuslx64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.21630.1</runtimelinuxmuslx64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimewinarm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.21630.1</runtimewinarm64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimewinx64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.21630.1</runtimewinx64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimeosx110arm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.21630.1</runtimeosx110arm64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimeosx1012x64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.21630.1</runtimeosx1012x64MicrosoftNETCoreRuntimeObjWriterVersion>
<MicrosoftNETCoreILAsmVersion>7.0.0-alpha.1.22052.8</MicrosoftNETCoreILAsmVersion>
<runtimelinuxarm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22052.1</runtimelinuxarm64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimelinuxx64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22052.1</runtimelinuxx64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimelinuxmuslarm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22052.1</runtimelinuxmuslarm64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimelinuxmuslx64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22052.1</runtimelinuxmuslx64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimewinarm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22052.1</runtimewinarm64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimewinx64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22052.1</runtimewinx64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimeosx110arm64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22052.1</runtimeosx110arm64MicrosoftNETCoreRuntimeObjWriterVersion>
<runtimeosx1012x64MicrosoftNETCoreRuntimeObjWriterVersion>1.0.0-alpha.1.22052.1</runtimeosx1012x64MicrosoftNETCoreRuntimeObjWriterVersion>
<!-- Libraries dependencies -->
<MicrosoftBclAsyncInterfacesVersion>5.0.0</MicrosoftBclAsyncInterfacesVersion>
<MicrosoftWin32PrimitivesVersion>4.3.0</MicrosoftWin32PrimitivesVersion>
Expand Down Expand Up @@ -120,11 +120,11 @@
<SystemSecurityCryptographyOpenSslVersion>5.0.0</SystemSecurityCryptographyOpenSslVersion>
<SystemSecurityPrincipalWindowsVersion>5.0.0</SystemSecurityPrincipalWindowsVersion>
<SystemServiceModelPrimitivesVersion>4.9.0-rc2.21473.1</SystemServiceModelPrimitivesVersion>
<SystemTextJsonVersion>7.0.0-alpha.1.21620.1</SystemTextJsonVersion>
<SystemRuntimeCompilerServicesUnsafeVersion>7.0.0-alpha.1.21620.1</SystemRuntimeCompilerServicesUnsafeVersion>
<SystemTextJsonVersion>7.0.0-alpha.1.22052.8</SystemTextJsonVersion>
<SystemRuntimeCompilerServicesUnsafeVersion>7.0.0-alpha.1.22052.8</SystemRuntimeCompilerServicesUnsafeVersion>
<SystemThreadingTasksExtensionsVersion>4.5.4</SystemThreadingTasksExtensionsVersion>
<SystemValueTupleVersion>4.5.0</SystemValueTupleVersion>
<runtimenativeSystemIOPortsVersion>7.0.0-alpha.1.21620.1</runtimenativeSystemIOPortsVersion>
<runtimenativeSystemIOPortsVersion>7.0.0-alpha.1.22052.8</runtimenativeSystemIOPortsVersion>
<!-- Runtime-Assets dependencies -->
<SystemRuntimeNumericsTestDataVersion>7.0.0-beta.21620.3</SystemRuntimeNumericsTestDataVersion>
<SystemComponentModelTypeConverterTestDataVersion>7.0.0-beta.21620.3</SystemComponentModelTypeConverterTestDataVersion>
Expand Down Expand Up @@ -160,9 +160,9 @@
<!-- Testing -->
<MicrosoftNETCoreCoreDisToolsVersion>1.0.1-prerelease-00006</MicrosoftNETCoreCoreDisToolsVersion>
<MicrosoftNETTestSdkVersion>16.9.0-preview-20201201-01</MicrosoftNETTestSdkVersion>
<MicrosoftDotNetXHarnessTestRunnersXunitVersion>1.0.0-prerelease.21622.1</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
<MicrosoftDotNetXHarnessCLIVersion>1.0.0-prerelease.21622.1</MicrosoftDotNetXHarnessCLIVersion>
<MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>1.0.2-alpha.0.21620.2</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>
<MicrosoftDotNetXHarnessTestRunnersXunitVersion>1.0.0-prerelease.22053.2</MicrosoftDotNetXHarnessTestRunnersXunitVersion>
<MicrosoftDotNetXHarnessCLIVersion>1.0.0-prerelease.22053.2</MicrosoftDotNetXHarnessCLIVersion>
<MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>1.0.2-alpha.0.22053.3</MicrosoftDotNetHotReloadUtilsGeneratorBuildToolVersion>
<XUnitVersion>2.4.2-pre.9</XUnitVersion>
<XUnitRunnerVisualStudioVersion>2.4.2</XUnitRunnerVisualStudioVersion>
<CoverletCollectorVersion>1.3.0</CoverletCollectorVersion>
Expand All @@ -178,7 +178,7 @@
<MicrosoftNETILLinkTasksVersion>7.0.100-1.21628.1</MicrosoftNETILLinkTasksVersion>
<MicrosoftNETILLinkAnalyzerPackageVersion>$(MicrosoftNETILLinkTasksVersion)</MicrosoftNETILLinkAnalyzerPackageVersion>
<!-- ICU -->
<MicrosoftNETCoreRuntimeICUTransportVersion>7.0.0-alpha.1.21620.1</MicrosoftNETCoreRuntimeICUTransportVersion>
<MicrosoftNETCoreRuntimeICUTransportVersion>7.0.0-alpha.1.22053.1</MicrosoftNETCoreRuntimeICUTransportVersion>
<!-- MsQuic -->
<SystemNetMsQuicTransportVersion>7.0.0-alpha.1.21529.3</SystemNetMsQuicTransportVersion>
<!-- Mono LLVM -->
Expand Down
35 changes: 35 additions & 0 deletions eng/common/cross/arm/tizen-build-rootfs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env bash
set -e

__ARM_HARDFP_CrossDir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
__TIZEN_CROSSDIR="$__ARM_HARDFP_CrossDir/tizen"

if [[ -z "$ROOTFS_DIR" ]]; then
echo "ROOTFS_DIR is not defined."
exit 1;
fi

TIZEN_TMP_DIR=$ROOTFS_DIR/tizen_tmp
mkdir -p $TIZEN_TMP_DIR

# Download files
echo ">>Start downloading files"
VERBOSE=1 $__ARM_HARDFP_CrossDir/tizen-fetch.sh $TIZEN_TMP_DIR
echo "<<Finish downloading files"

echo ">>Start constructing Tizen rootfs"
TIZEN_RPM_FILES=`ls $TIZEN_TMP_DIR/*.rpm`
cd $ROOTFS_DIR
for f in $TIZEN_RPM_FILES; do
rpm2cpio $f | cpio -idm --quiet
done
echo "<<Finish constructing Tizen rootfs"

# Cleanup tmp
rm -rf $TIZEN_TMP_DIR

# Configure Tizen rootfs
echo ">>Start configuring Tizen rootfs"
ln -sfn asm-arm ./usr/include/asm
patch -p1 < $__TIZEN_CROSSDIR/tizen.patch
echo "<<Finish configuring Tizen rootfs"
170 changes: 170 additions & 0 deletions eng/common/cross/arm/tizen-fetch.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
#!/usr/bin/env bash
set -e

if [[ -z "${VERBOSE// }" ]] || [ "$VERBOSE" -ne "$VERBOSE" ] 2>/dev/null; then
VERBOSE=0
fi

Log()
{
if [ $VERBOSE -ge $1 ]; then
echo ${@:2}
fi
}

Inform()
{
Log 1 -e "\x1B[0;34m$@\x1B[m"
}

Debug()
{
Log 2 -e "\x1B[0;32m$@\x1B[m"
}

Error()
{
>&2 Log 0 -e "\x1B[0;31m$@\x1B[m"
}

Fetch()
{
URL=$1
FILE=$2
PROGRESS=$3
if [ $VERBOSE -ge 1 ] && [ $PROGRESS ]; then
CURL_OPT="--progress-bar"
else
CURL_OPT="--silent"
fi
curl $CURL_OPT $URL > $FILE
}

hash curl 2> /dev/null || { Error "Require 'curl' Aborting."; exit 1; }
hash xmllint 2> /dev/null || { Error "Require 'xmllint' Aborting."; exit 1; }
hash sha256sum 2> /dev/null || { Error "Require 'sha256sum' Aborting."; exit 1; }

TMPDIR=$1
if [ ! -d $TMPDIR ]; then
TMPDIR=./tizen_tmp
Debug "Create temporary directory : $TMPDIR"
mkdir -p $TMPDIR
fi

TIZEN_URL=http://download.tizen.org/snapshots/tizen
BUILD_XML=build.xml
REPOMD_XML=repomd.xml
PRIMARY_XML=primary.xml
TARGET_URL="http://__not_initialized"

Xpath_get()
{
XPATH_RESULT=''
XPATH=$1
XML_FILE=$2
RESULT=$(xmllint --xpath $XPATH $XML_FILE)
if [[ -z ${RESULT// } ]]; then
Error "Can not find target from $XML_FILE"
Debug "Xpath = $XPATH"
exit 1
fi
XPATH_RESULT=$RESULT
}

fetch_tizen_pkgs_init()
{
TARGET=$1
PROFILE=$2
Debug "Initialize TARGET=$TARGET, PROFILE=$PROFILE"

TMP_PKG_DIR=$TMPDIR/tizen_${PROFILE}_pkgs
if [ -d $TMP_PKG_DIR ]; then rm -rf $TMP_PKG_DIR; fi
mkdir -p $TMP_PKG_DIR

PKG_URL=$TIZEN_URL/$PROFILE/latest

BUILD_XML_URL=$PKG_URL/$BUILD_XML
TMP_BUILD=$TMP_PKG_DIR/$BUILD_XML
TMP_REPOMD=$TMP_PKG_DIR/$REPOMD_XML
TMP_PRIMARY=$TMP_PKG_DIR/$PRIMARY_XML
TMP_PRIMARYGZ=${TMP_PRIMARY}.gz

Fetch $BUILD_XML_URL $TMP_BUILD

Debug "fetch $BUILD_XML_URL to $TMP_BUILD"

TARGET_XPATH="//build/buildtargets/buildtarget[@name=\"$TARGET\"]/repo[@type=\"binary\"]/text()"
Xpath_get $TARGET_XPATH $TMP_BUILD
TARGET_PATH=$XPATH_RESULT
TARGET_URL=$PKG_URL/$TARGET_PATH

REPOMD_URL=$TARGET_URL/repodata/repomd.xml
PRIMARY_XPATH='string(//*[local-name()="data"][@type="primary"]/*[local-name()="location"]/@href)'

Fetch $REPOMD_URL $TMP_REPOMD

Debug "fetch $REPOMD_URL to $TMP_REPOMD"

Xpath_get $PRIMARY_XPATH $TMP_REPOMD
PRIMARY_XML_PATH=$XPATH_RESULT
PRIMARY_URL=$TARGET_URL/$PRIMARY_XML_PATH

Fetch $PRIMARY_URL $TMP_PRIMARYGZ

Debug "fetch $PRIMARY_URL to $TMP_PRIMARYGZ"

gunzip $TMP_PRIMARYGZ

Debug "unzip $TMP_PRIMARYGZ to $TMP_PRIMARY"
}

fetch_tizen_pkgs()
{
ARCH=$1
PACKAGE_XPATH_TPL='string(//*[local-name()="metadata"]/*[local-name()="package"][*[local-name()="name"][text()="_PKG_"]][*[local-name()="arch"][text()="_ARCH_"]]/*[local-name()="location"]/@href)'

PACKAGE_CHECKSUM_XPATH_TPL='string(//*[local-name()="metadata"]/*[local-name()="package"][*[local-name()="name"][text()="_PKG_"]][*[local-name()="arch"][text()="_ARCH_"]]/*[local-name()="checksum"]/text())'

for pkg in ${@:2}
do
Inform "Fetching... $pkg"
XPATH=${PACKAGE_XPATH_TPL/_PKG_/$pkg}
XPATH=${XPATH/_ARCH_/$ARCH}
Xpath_get $XPATH $TMP_PRIMARY
PKG_PATH=$XPATH_RESULT

XPATH=${PACKAGE_CHECKSUM_XPATH_TPL/_PKG_/$pkg}
XPATH=${XPATH/_ARCH_/$ARCH}
Xpath_get $XPATH $TMP_PRIMARY
CHECKSUM=$XPATH_RESULT

PKG_URL=$TARGET_URL/$PKG_PATH
PKG_FILE=$(basename $PKG_PATH)
PKG_PATH=$TMPDIR/$PKG_FILE

Debug "Download $PKG_URL to $PKG_PATH"
Fetch $PKG_URL $PKG_PATH true

echo "$CHECKSUM $PKG_PATH" | sha256sum -c - > /dev/null
if [ $? -ne 0 ]; then
Error "Fail to fetch $PKG_URL to $PKG_PATH"
Debug "Checksum = $CHECKSUM"
exit 1
fi
done
}

Inform "Initialize arm base"
fetch_tizen_pkgs_init standard base
Inform "fetch common packages"
fetch_tizen_pkgs armv7hl gcc gcc-devel-static glibc glibc-devel libicu libicu-devel libatomic linux-glibc-devel keyutils keyutils-devel libkeyutils
Inform "fetch coreclr packages"
fetch_tizen_pkgs armv7hl lldb lldb-devel libgcc libstdc++ libstdc++-devel libunwind libunwind-devel lttng-ust-devel lttng-ust userspace-rcu-devel userspace-rcu
Inform "fetch corefx packages"
fetch_tizen_pkgs armv7hl libcom_err libcom_err-devel zlib zlib-devel libopenssl11 libopenssl1.1-devel krb5 krb5-devel

Inform "Initialize standard unified"
fetch_tizen_pkgs_init standard unified
Inform "fetch corefx packages"
fetch_tizen_pkgs armv7hl gssdp gssdp-devel tizen-release

9 changes: 9 additions & 0 deletions eng/common/cross/arm/tizen/tizen.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
diff -u -r a/usr/lib/libc.so b/usr/lib/libc.so
--- a/usr/lib/libc.so 2016-12-30 23:00:08.284951863 +0900
+++ b/usr/lib/libc.so 2016-12-30 23:00:32.140951815 +0900
@@ -2,4 +2,4 @@
Use the shared library, but some functions are only in
the static library, so try that secondarily. */
OUTPUT_FORMAT(elf32-littlearm)
-GROUP ( /lib/libc.so.6 /usr/lib/libc_nonshared.a AS_NEEDED ( /lib/ld-linux-armhf.so.3 ) )
+GROUP ( libc.so.6 libc_nonshared.a AS_NEEDED ( ld-linux-armhf.so.3 ) )
4 changes: 2 additions & 2 deletions eng/common/cross/build-rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ while :; do
__LLDB_Package="liblldb-6.0-dev"
;;
tizen)
if [ "$__BuildArch" != "armel" ] && [ "$__BuildArch" != "arm64" ]; then
echo "Tizen is available only for armel and arm64."
if [ "$__BuildArch" != "arm" ] && [ "$__BuildArch" != "armel" ] && [ "$__BuildArch" != "arm64" ]; then
echo "Tizen is available only for arm, armel and arm64."
usage;
exit 1;
fi
Expand Down
11 changes: 9 additions & 2 deletions eng/common/cross/toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ elseif(TARGET_ARCH_NAME STREQUAL "arm")
else()
set(TOOLCHAIN "arm-linux-gnueabihf")
endif()
if(TIZEN)
set(TIZEN_TOOLCHAIN "armv7hl-tizen-linux-gnueabihf/9.2.0")
endif()
elseif(TARGET_ARCH_NAME STREQUAL "arm64")
set(CMAKE_SYSTEM_PROCESSOR aarch64)
if(EXISTS ${CROSS_ROOTFS}/usr/lib/gcc/aarch64-alpine-linux-musl)
Expand Down Expand Up @@ -66,6 +69,10 @@ endif()

# Specify include paths
if(TIZEN)
if(TARGET_ARCH_NAME STREQUAL "arm")
include_directories(SYSTEM ${CROSS_ROOTFS}/usr/lib/gcc/${TIZEN_TOOLCHAIN}/include/c++/)
include_directories(SYSTEM ${CROSS_ROOTFS}/usr/lib/gcc/${TIZEN_TOOLCHAIN}/include/c++/armv7hl-tizen-linux-gnueabihf)
endif()
if(TARGET_ARCH_NAME STREQUAL "armel")
include_directories(SYSTEM ${CROSS_ROOTFS}/usr/lib/gcc/${TIZEN_TOOLCHAIN}/include/c++/)
include_directories(SYSTEM ${CROSS_ROOTFS}/usr/lib/gcc/${TIZEN_TOOLCHAIN}/include/c++/armv7l-tizen-linux-gnueabi)
Expand Down Expand Up @@ -160,7 +167,7 @@ if(LINUX)
add_toolchain_linker_flag("-Wl,--rpath-link=${CROSS_ROOTFS}/usr/lib/${TOOLCHAIN}")
endif()

if(TARGET_ARCH_NAME STREQUAL "armel")
if(TARGET_ARCH_NAME MATCHES "^(arm|armel)$")
if(TIZEN)
add_toolchain_linker_flag("-B${CROSS_ROOTFS}/usr/lib/gcc/${TIZEN_TOOLCHAIN}")
add_toolchain_linker_flag("-L${CROSS_ROOTFS}/lib")
Expand Down Expand Up @@ -215,7 +222,7 @@ elseif(TARGET_ARCH_NAME STREQUAL "x86")
endif()

if(TIZEN)
if(TARGET_ARCH_NAME MATCHES "^(armel|arm64)$")
if(TARGET_ARCH_NAME MATCHES "^(arm|armel|arm64)$")
add_compile_options(-Wno-deprecated-declarations) # compile-time option
add_compile_options(-D__extern_always_inline=inline) # compile-time option
endif()
Expand Down
10 changes: 5 additions & 5 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"python3": "3.7.1"
},
"msbuild-sdks": {
"Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "7.0.0-beta.21621.3",
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.21621.3",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.21621.3",
"Microsoft.DotNet.SharedFramework.Sdk": "7.0.0-beta.21621.3",
"Microsoft.DotNet.Build.Tasks.TargetFramework.Sdk": "7.0.0-beta.22053.2",
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.22053.2",
"Microsoft.DotNet.Helix.Sdk": "7.0.0-beta.22053.2",
"Microsoft.DotNet.SharedFramework.Sdk": "7.0.0-beta.22053.2",
"Microsoft.Build.NoTargets": "3.1.0",
"Microsoft.Build.Traversal": "3.0.23",
"Microsoft.NET.Sdk.IL": "7.0.0-alpha.1.21620.1"
"Microsoft.NET.Sdk.IL": "7.0.0-alpha.1.22052.8"
}
}