Skip to content

Conversation

@NickCraver
Copy link
Collaborator

  • RC2 project.json format and references
  • NuGet.config added since we're on one feed now
  • Unit tests minimally running in core - lots of work left here
  • Bumps to netstandard1.5 for BufferedStream, but we have net40, net45,
    and net46 builds already so this should be low impact.
  • AuthenticateAsClient() (synchronous) is no longer in .Net Core, Async
    version must be used there now.
  • Version bump to 1.604-* (alpha suffix is in via dotnet pack now)
  • To pack:
dotnet pack StackExchange.Redis -o .nupkg -c Release --version-suffix alpha
dotnet pack StackExchange.Redis.StrongName -o .nupkg -c Release --version-suffix alpha

- RC2 project.json format and references
- NuGet.config added since we're on one feed now
- Unit tests minimally running in core - lots of work left here
- Bumps to netstandard1.5 for BufferedStream, but we have net40, net45,
and net46 builds already so this should be low impact.
- AuthenticateAsClient() (synchronous) is no longer in .Net Core, Async
version must be used there now.
- Version bump to 1.604-* (alpha suffix is in via dotnet pack now)
- To pack:
dotnet pack StackExchange.Redis -o .nupkg -c Release --version-suffix
alpha
dotnet pack StackExchange.Redis.StrongName -o .nupkg -c Release
--version-suffix alpha
Action<Task> nonTrivial = delegate
{
#if !DNXCORE50
#if !CORE_CLR
Copy link

Choose a reason for hiding this comment

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

Why not just use the loop and SpinWait.SpinOnce()? I think it's netstd1.3, so should be available everywhere.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@agocke I don't have full context here, but the initial port noted it took far more time - has this changed? Link: e10c20e

Copy link

Choose a reason for hiding this comment

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

@NickCraver I see -- yeah, don't worry about it. If what you have works no point in messing around unnecessarily.

@NickCraver
Copy link
Collaborator Author

No showstoppers found - proceeding with an alpha.

@NickCraver NickCraver merged commit 14b6d7e into master May 21, 2016
@NickCraver
Copy link
Collaborator Author

I just pushed 1.604-alpha to NuGet:

Please let me know if you see any issues!

@NickCraver NickCraver deleted the core-rc2 branch September 6, 2016 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants