-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Target netstandard2.0 instead of net46 #6028
Comments
This doc recommends 4.7.2 to be sure
|
Discussion from LTS planning: 4.6.2 is the lowest supported by Microsoft, so it would be easier to move to 4.6.2 |
We've decided to deprecate We will drop it in SQ 10.1 - 2nd release after LTS |
FYI: I confirm that This will indeed drop support for |
ToDo: Update SymbolicExecution/Roslyn/OperationProcessors/Invocation/ProcessLinqEnumerableAndQueryable to use |
Deprecation of net46 analysis environment was announced here: |
There's a PR ready, but it's blocked due to the Roslyn bug dotnet/roslyn#67211 for now. It should get fixed after VS 17.5 servicing release. VS 17.5.3 has MsBuild 17.5.1 and that is not enough. |
Context
#2961 introduced
netstandard2.0
targetting to ensure that we also run cross platform#5976 removed
netstandard2.0
targetting from CI run and let it only locally for CI performance reasons and unit testringDescription
We need to either:
add parallel CI step to build netstandard2.0Update the documentationThe text was updated successfully, but these errors were encountered: