-
Notifications
You must be signed in to change notification settings - Fork 261
Description
Before Creating the Bug Report
-
I found a bug, not just asking a question, which should be created in GitHub Discussions.
-
I have searched the GitHub Issues and GitHub Discussions of this repository and believe that this is not a duplicate.
-
I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ.
Programming Language of the Client
C#
Runtime Platform Environment
All OS, but it's impacting only non-Windows OS
RocketMQ Version of the Client/Server
C# 5.2.0-rc1
Run or Compiler Version
No response
Describe the Bug
The current C# 5.2.0-rc1 has a depending on a package that use .NET Framework, making it difficult to run it non-Windows machines and generating warning during restore process
Steps to Reproduce
Create a new project and add the C# 5.2.0-rc1 version on non-Windows machines
What Did You Expect to See?
The build should work without any error/warning
What Did You See Instead?
Error could not restore the ParallelExtensionsExtras
due the .NET Framework dependency
Additional Context
The issue is related with ParallelExtensionsExtras package, it has .NET Framework dependency, we should remove that dependency