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

Namespace collisions with Visual Studio SDK #85

Open
wants to merge 60 commits into
base: main
Choose a base branch
from

Commits on Jul 28, 2020

  1. renamed the namespace Microsoft.VisualStudio to Mono.VisualStudio so …

    …this can build in a vsix solution
    kccarter76 committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    f921bef View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. no message

    kccarter76 committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    042ae23 View commit details
    Browse the repository at this point in the history
  2. no message

    kccarter76 committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    479530c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41ff2db View commit details
    Browse the repository at this point in the history
  4. merged teh vsix changes into the mono.texttemplating project.

    I am unsure how to unit test the interfaces and intended functionality without hooking it into Visual Studio and finishing the run factory.
    all existing unit tests pass.
    kccarter76 committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    d992902 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fcffc6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c83c292 View commit details
    Browse the repository at this point in the history
  7. mispelled a namespace

    kccarter76 committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    a493fb4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ad0858 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    e7e7a3b View commit details
    Browse the repository at this point in the history
  2. moved the Engine class back into the microsoft namespace with the obs…

    …olete set to throw a compiler error.
    kccarter76 committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    4aebef7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a8356e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e3bc72 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2020

  1. no message

    kccarter76 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    b5266bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    217db5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    929b52f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c289524 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be0d394 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78b2854 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a72403c View commit details
    Browse the repository at this point in the history
  8. few more

    kccarter76 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    ba6bd93 View commit details
    Browse the repository at this point in the history
  9. update references

    kccarter76 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    3344933 View commit details
    Browse the repository at this point in the history
  10. no message

    kccarter76 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    e3c9227 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0ddbca4 View commit details
    Browse the repository at this point in the history
  12. no message

    kccarter76 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    30aaed7 View commit details
    Browse the repository at this point in the history
  13. try writing lines again

    kccarter76 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    fc496a8 View commit details
    Browse the repository at this point in the history
  14. yagni

    kccarter76 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    1692d0f View commit details
    Browse the repository at this point in the history
  15. 3rd time is a charm

    kccarter76 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    580d453 View commit details
    Browse the repository at this point in the history
  16. no message

    kccarter76 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    ea8e698 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f258229 View commit details
    Browse the repository at this point in the history
  18. roll back to before, the log writer for VS will convert Write synchro…

    …unous call to asynchronous.
    kccarter76 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    0011528 View commit details
    Browse the repository at this point in the history
  19. clean up around extra line

    kccarter76 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    53fa354 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    09ec388 View commit details
    Browse the repository at this point in the history
  21. no message

    kccarter76 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    87026b2 View commit details
    Browse the repository at this point in the history
  22. added the ability to configure the runtime for any template runner th…

    …at understands netstandard 2.0 and 4.5
    kccarter76 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    92960e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Configuration menu
    Copy the full SHA
    5d5c176 View commit details
    Browse the repository at this point in the history
  2. Revert "System.Private.CoreLib is a bad image"

    This reverts commit 5d5c176.
    kccarter76 committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    9d42235 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a4b599 View commit details
    Browse the repository at this point in the history
  4. renamed the debug interfaces to process interfaces, the new approach …

    …app domain is the process.
    kccarter76 committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    b8a7f47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c8e762 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2431576 View commit details
    Browse the repository at this point in the history
  7. address code cop warnings

    kccarter76 committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    203095d View commit details
    Browse the repository at this point in the history
  8. no message

    kccarter76 committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    9db4f27 View commit details
    Browse the repository at this point in the history
  9. no message

    kccarter76 committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    0803d38 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d43c621 View commit details
    Browse the repository at this point in the history
  11. mono#87

    kccarter76 committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    d4cd16d View commit details
    Browse the repository at this point in the history
  12. no message

    kccarter76 committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    2a18adf View commit details
    Browse the repository at this point in the history
  13. mono#87

    kccarter76 committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    247402a View commit details
    Browse the repository at this point in the history
  14. mono#87

    kccarter76 committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    a84ba73 View commit details
    Browse the repository at this point in the history
  15. no message

    kccarter76 committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    6a58f71 View commit details
    Browse the repository at this point in the history
  16. mono#87 turns out building template in .net framework to run in the n…

    …et core runtime, one need to account for the runtime
    kccarter76 committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    faf14e4 View commit details
    Browse the repository at this point in the history
  17. no message

    kccarter76 committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    463ce19 View commit details
    Browse the repository at this point in the history
  18. no message

    kccarter76 committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    b7af9bc View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. no message

    kccarter76 committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    57e4e52 View commit details
    Browse the repository at this point in the history
  2. no message

    kccarter76 committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    b2778d2 View commit details
    Browse the repository at this point in the history
  3. no message

    kccarter76 committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    00f3f4b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    982e2e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    585511d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. Configuration menu
    Copy the full SHA
    0a2efc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d10ef8 View commit details
    Browse the repository at this point in the history