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

Target netcore on editor and bootstrapper projects #1907

Merged
merged 30 commits into from
Aug 3, 2024

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    bba25c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f6124f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bee96f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5807c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d942d16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    758e5fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a5d2c33 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    261d1c0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b22330d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    118fe0d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5602546 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fd979ce View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9262091 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7d5391a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    585d0ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b753600 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b69ef5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e1891b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3a0a76 View commit details
    Browse the repository at this point in the history
  6. Avoid using obsolete CodeBase property

    The loader has a special case for URI scheme locations where it loads
    assemblies using Assembly.Load from bytes instead of using
    Assembly.LoadFrom which we preserved for now.
    glopesdev committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4af1f33 View commit details
    Browse the repository at this point in the history
  7. Update package dependencies

    glopesdev committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    31c0f17 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a0a6009 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    6d79f45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe3f5fb View commit details
    Browse the repository at this point in the history
  3. Fix indentation

    glopesdev committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    52e24d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d107c54 View commit details
    Browse the repository at this point in the history
  5. Bump minor version

    glopesdev committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    d0da51d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3561852 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Move checkbox images to Resources.resx

    This is to avoid sharing resource manager state with the designer or
    having two duplicate resource manager instances.
    glopesdev committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    a2b58c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfa4e62 View commit details
    Browse the repository at this point in the history