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

Ensure that netcore50 won't be broken by directly referencing S.P.CoreLib in facades#12269

Merged
jkotas merged 1 commit intodotnet:masterfrom
jkotas:netcore50
Oct 1, 2016
Merged

Ensure that netcore50 won't be broken by directly referencing S.P.CoreLib in facades#12269
jkotas merged 1 commit intodotnet:masterfrom
jkotas:netcore50

Conversation

@jkotas
Copy link
Copy Markdown
Member

@jkotas jkotas commented Oct 1, 2016

  • Update System.Diagnostics.StackTrace to netstandard1.7
  • Disable netcore50 builds that would get broken

@jkotas
Copy link
Copy Markdown
Member Author

jkotas commented Oct 1, 2016

Prep-work for #12187

@jkotas
Copy link
Copy Markdown
Member Author

jkotas commented Oct 1, 2016

@weshaggard PTLA

},
"netstandard1.7": {
"dependencies": {
"Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24530-04"
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.

Can remove the netcore50 section as well.

@@ -7,9 +7,6 @@
<Project Include="System.Reflection.Emit.ILGeneration.csproj">
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.

Feel free to delete the commented out net46 configuration.

@@ -7,9 +7,6 @@
<Project Include="System.Reflection.Emit.Lightweight.csproj">
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.

ditto for this net46 config.

@@ -7,9 +7,6 @@
<Project Include="System.Reflection.Emit.csproj">
<TargetGroup>net46</TargetGroup>
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.

ditto.

@@ -8,9 +8,6 @@
<TargetGroup>net46</TargetGroup>
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.

I would clean out the other commented out builds here (net46 and netcore50aot).

Copy link
Copy Markdown
Member

@weshaggard weshaggard left a comment

Choose a reason for hiding this comment

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

A few more things to clean-up otherwise looks good.

@jkotas jkotas force-pushed the netcore50 branch 5 times, most recently from 5fb0dbe to 870fea0 Compare October 1, 2016 12:32
…eLib in facades

- Update System.Diagnostics.StackTrace to netstandard1.7
- Disable netcore50 builds that would get broken
@jkotas
Copy link
Copy Markdown
Member Author

jkotas commented Oct 1, 2016

SegFault in System.IO.FileSystem.Watcher.Tests on OSX. Opened #12276

@jkotas
Copy link
Copy Markdown
Member Author

jkotas commented Oct 1, 2016

@dotnet-bot test Innerloop OSX Debug Build and Test please

@jkotas jkotas merged commit eb94e8f into dotnet:master Oct 1, 2016
@jkotas jkotas deleted the netcore50 branch October 3, 2016 20:39
@karelz karelz modified the milestone: 1.2.0 Dec 3, 2016
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
…eLib in facades (dotnet/corefx#12269)

- Update System.Diagnostics.StackTrace to netstandard1.7
- Disable netcore50 builds that would get broken

Commit migrated from dotnet/corefx@eb94e8f
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.

4 participants