Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Compile and pack System.Runtime.Extensions as netstandard13aot#6779

Merged
weshaggard merged 1 commit into
dotnet:masterfrom
tarekgh:morecorertsupport
Mar 11, 2016
Merged

Compile and pack System.Runtime.Extensions as netstandard13aot#6779
weshaggard merged 1 commit into
dotnet:masterfrom
tarekgh:morecorertsupport

Conversation

@tarekgh
Copy link
Copy Markdown
Member

@tarekgh tarekgh commented Mar 9, 2016

The purpose of the change is to have aot flavor which not depending on WinRT and
to be consumed by corert.
Note that as System.Runtime.Extensions depends on System.Private.Uri, we also
did the change to have System.Private.Uri support netstandard13aot too

@tarekgh
Copy link
Copy Markdown
Member Author

tarekgh commented Mar 9, 2016

@ericstj @weshaggard could you please have a look?

@tarekgh
Copy link
Copy Markdown
Member Author

tarekgh commented Mar 9, 2016

hold on, I am seeing some dependencies checking errors. I'll take a look and update the changes

The purpose of the change is to have aot flavor which not depending on WinRT and
to be consumed by corert.
Note that as System.Runtime.Extensions depends on System.Private.Uri, we also
did the change to have System.Private.Uri support netstandard13aot too
@tarekgh tarekgh force-pushed the morecorertsupport branch from 2350609 to d55d6ec Compare March 9, 2016 21:40
@tarekgh
Copy link
Copy Markdown
Member Author

tarekgh commented Mar 9, 2016

@ericstj @weshaggard now everything looks fine. please have a look when you have a chance. Thanks.

@tarekgh
Copy link
Copy Markdown
Member Author

tarekgh commented Mar 10, 2016

@ericstj @weshaggard please have a quick look

@weshaggard
Copy link
Copy Markdown
Member

LGTM

weshaggard added a commit that referenced this pull request Mar 11, 2016
Compile and pack System.Runtime.Extensions as netstandard13aot
@weshaggard weshaggard merged commit 7fe3e07 into dotnet:master Mar 11, 2016
char [] chars = new char[length];
pBytes = (byte *) ptr;

for (int i=0; i<length; i++)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should use UTF8 encoding instead. Adding it to the issue #6778

sergiy-k added a commit to sergiy-k/coreclr that referenced this pull request Mar 12, 2016
…mblies

Change dotnet/corefx#6779 in CoreFx added corert
assemblies to the mix of assemblies that are built for CoreCLR on Unix
which broke the logic in runtest.sh that creates an overlay for running
tests. This change creates a work around for the problem.
@tarekgh tarekgh deleted the morecorertsupport branch November 16, 2016 17:57
@karelz karelz modified the milestone: 1.0.0-rtm Dec 3, 2016
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Compile and pack System.Runtime.Extensions as netstandard13aot

Commit migrated from dotnet/corefx@7fe3e07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants