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

Update all projects to netstandard 2.0 minimum #2761

Merged
merged 3 commits into from
Oct 22, 2019

Conversation

GrabYourPitchforks
Copy link
Member

@GrabYourPitchforks GrabYourPitchforks commented Oct 21, 2019

We're not shipping anything that targets frameworks prior to netstandard2.0, so no point to compiling corefxlab projects for those frameworks.

This PR also updates the SDK used by corefxlab to .NET Core 3.0 RTM, which also means that System.Text.Json is now built-in and all of the old JsonLab tests and dependent projects are failing due to API changes and type name collisions. Since we've already shipped System.Text.Json, I've removed JsonLab and related projects entirely as part of this PR.

// Since there are 120 tests here (8 * 15), setting low values for the warmupCount and targetCount
[SimpleJob(-1, 3, 5)]
[MemoryDiagnoser]
public class JsonParserPerf
Copy link
Contributor

Choose a reason for hiding this comment

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

I believe most of the relevant benchmarks from here got moved to dotnet/performance.

If we missed some interesting tests, we can always look back at the history and grab some :)

cc @jozkee

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Contributor

@ahsonkhan ahsonkhan left a comment

Choose a reason for hiding this comment

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

Looks good. Thanks for doing this!


namespace System.Text.JsonLab.Tests
{
public class ReadFromPipeTests : IDisposable
Copy link
Contributor

@ahsonkhan ahsonkhan Oct 22, 2019

Choose a reason for hiding this comment

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

FYI @tdykstra
This is roughly what reading JSON from Pipes would look like. We'd want to re-write this against the final API shape that we shipped with (this test in corefxlab was written against the prototype code/API). I will re-write this and share the sample this week (just a heads up in case you were interested in giving it a shot).

The write side is in WriteToPipTests.cs.

@GrabYourPitchforks GrabYourPitchforks merged commit 1f97f2c into dotnet:master Oct 22, 2019
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.

2 participants