Skip to content
View christophwille's full-sized avatar

Sponsors

@KirillOsenkov
@fork-dev

Organizations

@icsharpcode @offene-oeffis-at
Block or Report

Block or report christophwille

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
christophwille/README.md

Pinned

  1. icsharpcode/ILSpy icsharpcode/ILSpy Public

    .NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!

    C# 20.3k 3.3k

  2. dotnet-opa-wasm dotnet-opa-wasm Public

    Call Open Policy Agent (OPA) policies in WASM (Web Assembly) from .NET Core

    C# 44 11

  3. icsharpcode/CodeConverter icsharpcode/CodeConverter Public

    Convert code from C# to VB.NET and vice versa using Roslyn

    C# 779 206

  4. pscore-playground pscore-playground Public

    Programmatically drive PS Core with C#

    JavaScript 2 1

  5. talkingtoexorestapi talkingtoexorestapi Public

    Talking directly to the Exchange Online PowerShell (OData) REST API

    C# 3

  6. My install script for Dev machine ba... My install script for Dev machine base installation
    1
    # Run in elevated PS
    2
    
                  
    3
    # Reboot required
    4
    New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
    5