Skip to content
View anonhostpi's full-sized avatar
📝
Studying...
📝
Studying...
Block or Report

Block or report anonhostpi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. pwsh-cs-tools/Import-Package pwsh-cs-tools/Import-Package Public

    Gives PowerShell the ability to import NuGet and C# .nupkg packages, a feature that OneGet/PackageManagement does not offer.

    PowerShell 1

  2. pwsh-cs-tools/core pwsh-cs-tools/core Public

    Adds missing features available in C# but not natively available in PowerShell

    PowerShell 11 2

  3. The PowerShanos Thanos Shauntlet The PowerShanos Thanos Shauntlet
    1
    using namespace Python.Runtime
    2
    
                  
    3
    # Import the C# libraries:
    4
    Import-Package pythonnet
    5
    Import-Package Microsoft.ClearScript