Skip to content
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

Update paket to version 6.2.1 #1411

Merged
merged 1 commit into from
Feb 3, 2022
Merged

Conversation

siprbaum
Copy link
Member

@siprbaum siprbaum commented Feb 3, 2022

Since ea2b488 ("Visual Studio 2022 support", 2022-01-29) paket restore
shows the following error message in red:

target: AppVeyorBuild
Preparing to run build script...
paket.exe : Could not detect any platforms from 'net6.0' in System.Reflection.Metadata 6.0, please tell the package authors
At line:1 char:1
+ &"C:\gittfs\src\paket.exe" restore
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (Could not detec...package authors:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError

Could not detect any platforms from 'net6.0' in System.Collections.Immutable 6.0, please tell the package authors
Could not detect any platforms from 'net6.0' in System.ComponentModel.Composition 6.0, please tell the package authors
Could not detect any platforms from 'net6.0' in System.Runtime.CompilerServices.Unsafe 6.0, please tell the package authors
Could not detect any platforms from 'net6.0' in System.Security.AccessControl 6.0, please tell the package authors
Could not detect any platforms from 'net6.0' in System.Diagnostics.DiagnosticSource 6.0, please tell the package authors
Could not detect any platforms from 'net6.0' in System.IO.Pipelines 6.0.1, please tell the package authors
Could not detect any platforms from 'net6.0' in System.Threading.AccessControl 6.0, please tell the package authors

The build seems still to be successful, as all the tests succeeded and
that is also the reason why this wasn't noticed during PR #1407.
But the large wall of text - colored in red - looks frightening.

Update paket to version 6.2.1 to fix it.
Admitingly, I couldn't find out the underlying reason why this is fixed
with a newer version of paket.

Since ea2b488 ("Visual Studio 2022 support", 2022-01-29) `paket  restore`
shows the following error message in red:

    target: AppVeyorBuild
    Preparing to run build script...
    paket.exe : Could not detect any platforms from 'net6.0' in System.Reflection.Metadata 6.0, please tell the package authors
    At line:1 char:1
    + &"C:\gittfs\src\paket.exe" restore
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (Could not detec...package authors:String) [], RemoteException
        + FullyQualifiedErrorId : NativeCommandError

    Could not detect any platforms from 'net6.0' in System.Collections.Immutable 6.0, please tell the package authors
    Could not detect any platforms from 'net6.0' in System.ComponentModel.Composition 6.0, please tell the package authors
    Could not detect any platforms from 'net6.0' in System.Runtime.CompilerServices.Unsafe 6.0, please tell the package authors
    Could not detect any platforms from 'net6.0' in System.Security.AccessControl 6.0, please tell the package authors
    Could not detect any platforms from 'net6.0' in System.Diagnostics.DiagnosticSource 6.0, please tell the package authors
    Could not detect any platforms from 'net6.0' in System.IO.Pipelines 6.0.1, please tell the package authors
    Could not detect any platforms from 'net6.0' in System.Threading.AccessControl 6.0, please tell the package authors

The build seems still to be successful, as all the tests succeeded and
that is also the reason why this wasn't noticed during PR git-tfs#1407.
But the large wall of text - colored in red - looks frightening.

Update paket to version 6.2.1 to fix it.
Admitingly, I couldn't find out the underlying reason why this is fixed
with a newer version of paket.
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.

None yet

1 participant