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

Convert MIDebugEngine to use SDK csproj #1075

Merged
merged 18 commits into from
Dec 16, 2020
Merged

Commits on Dec 8, 2020

  1. Convert MIDebugEngine to use SDK csproj

    This PR converts all the C# projects to use the new styled sdk projects.
    
    https://docs.microsoft.com/en-us/dotnet/core/project-sdk/overview
    WardenGnaw committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    abbffd5 View commit details
    Browse the repository at this point in the history
  2. Create VSIX from VSDebugPackage

    Also csproj will generate pkgdef
    WardenGnaw committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    21aa199 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Address PR issues + Additional Fixes

    1. Cleaned up bin output
       - Removed xunit binaries
       - Removed reference to System.Text.Json and System.Memory
       - Set 'Private: False' to referenced packages
    2. Cleaned up Reference tags to System that were not needed
    3. Removed unused methods that used dynamic also removed CSharp
       Reference
    4. Cleaned up labels and organized some XML
    WardenGnaw committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    4160c77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ed976a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Configuration menu
    Copy the full SHA
    fbb14f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b643714 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Configuration menu
    Copy the full SHA
    7aa6fbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6f4b20 View commit details
    Browse the repository at this point in the history
  3. Fixing order

    WardenGnaw committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    7336490 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e424af7 View commit details
    Browse the repository at this point in the history
  5. Copy files to fileshare

    WardenGnaw committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    a3cb343 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Fix latest drop task

    WardenGnaw committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    8542a7e View commit details
    Browse the repository at this point in the history
  2. Add sign verify

    WardenGnaw committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    5538e6d View commit details
    Browse the repository at this point in the history
  3. Verify binaries folder

    WardenGnaw committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    51ccdc1 View commit details
    Browse the repository at this point in the history
  4. Fix sign verify

    WardenGnaw committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    1b9e3a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd09d10 View commit details
    Browse the repository at this point in the history
  6. Rewrite 3rd party signing

    WardenGnaw committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    9bcc132 View commit details
    Browse the repository at this point in the history
  7. Updating VSSDK 16.8.3038

    Need to use VSSDK 16.8.3038 or later for this to run in Windows GitHub
    CodeSpaces
    WardenGnaw committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    dad2635 View commit details
    Browse the repository at this point in the history