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

Support DI and Mocking better + Support launching app with file for win and linux #656

Merged
merged 10 commits into from Apr 6, 2022

Commits on Dec 7, 2021

  1. Convert main static references off of Electron into interface imple…

    …mentation and expose the underlying Socket for low level interaction.
    Daniel Gidman committed Dec 7, 2021
    Copy the full SHA
    1b14bb0 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Copy the full SHA
    8e1e184 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Copy the full SHA
    1406fc1 View commit details
    Browse the repository at this point in the history
  2. ElectronNET#647 add to ElectronNET.API Process member interfaces for …

    …argv and type
    Todd Schavey committed Jan 2, 2022
    Copy the full SHA
    562cccb View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. ElectronNET#647 add to ElectronNET.API Process member interfaces for …

    …various fields
    Todd Schavey committed Jan 3, 2022
    Copy the full SHA
    ba82b9a View commit details
    Browse the repository at this point in the history
  2. ElectronNET#647 correct to ElectronNET.API Process member for version…

    …s field
    Todd Schavey committed Jan 3, 2022
    Copy the full SHA
    5921481 View commit details
    Browse the repository at this point in the history
  3. ElectronNET#647 update XML documentation to ElectronNET.API Process m…

    …embers
    Todd Schavey committed Jan 3, 2022
    Copy the full SHA
    24a2005 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. ElectronNET#647 make ProcessVersions Entity a record to ensure readon…

    …ly access to props
    
    This is to address a PR ElectronNET#648 review comment to ensure that only the external
    users are not able to modify the instance values.
    Todd Schavey committed Jan 4, 2022
    Copy the full SHA
    64e058b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Merge commit '64e058b0b59a4fbbd6c0ec9de2ee1850a66684c4' into feature/…

    …DI-MOC-Process
    
    # Conflicts:
    #	ElectronNET.API/ServiceCollectionExtensions.cs
    Daniel Gidman committed Jan 25, 2022
    Copy the full SHA
    1767bcd View commit details
    Browse the repository at this point in the history
  2. Include Process into DI Mocking and interfaces

    Daniel Gidman committed Jan 25, 2022
    Copy the full SHA
    b8845bb View commit details
    Browse the repository at this point in the history