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

Develop #287

Draft
wants to merge 125 commits into
base: main
Choose a base branch
from
Draft

Develop #287

wants to merge 125 commits into from

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    c1b68cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a28829a View commit details
    Browse the repository at this point in the history
  3. chore(deps-dev): remove .cz.toml

    How did this get left behind?
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    0544931 View commit details
    Browse the repository at this point in the history
  4. chore(dev-deps): rely solely on HaloSPV3/HCE.Shared for NPM packages

    resolves chore(dev-deps): rely solely on HaloSPV3/HCE.Shared for NPM packages #405
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    3d6727d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b651be0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c973c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c88000c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d83cb8b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f62a87 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2df4884 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5df6b49 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b43b573 View commit details
    Browse the repository at this point in the history
  13. build: IncludeNativeLibrariesForSelfExtract

    The .NET runtime depependency sni.dll will now be embedded in our app.
    Why is it a default dependency of win-x64? and win-x86?
    Why is it copied to the Publish folder if it's a prerequisite of the .NET runtime?
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    cd2b42f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5a20b58 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a9345c7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    527e808 View commit details
    Browse the repository at this point in the history
  17. build: enable isTrimmable

    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    f289e81 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    422023a View commit details
    Browse the repository at this point in the history
  19. fix: replace WMI for filesystem compression with DotNet functionality

    I hope this works the way I think it does.
    I'm worried the attribute will be set without the file being compressed.
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    c97821b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    730191a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6c8e4b7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6343390 View commit details
    Browse the repository at this point in the history
  23. fix: support targeting NETFX 4.6.2, 4.8.0

    Some faimilar features are not available in .NET Framework.
    NOT SUPPORTED IN NET4:
    - string.Split(char[] separator, StringSplitOptions options)
    - string.Split(string separator)
    - System.Net.Http.HttpResponseMessage.Content.ReadAsStream()
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    6cff163 View commit details
    Browse the repository at this point in the history
  24. fix: remove/replace WinForms references

    Use Microsoft.Win32 or WPF equivalents instead.
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    fbae24f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    66addac View commit details
    Browse the repository at this point in the history
  26. style: add end-of-file newline

    style: set charset to UTF-8 BOM
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    ae905b9 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    258c0ec View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a35c181 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    809e5be View commit details
    Browse the repository at this point in the history
  30. build: set custom var Win7SF if SDK version is 6.0.300 or greater

    The Windows 7 SingleFile host will be introduced in .NET 6.0.300.
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    9b0e09d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5353781 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    1b90854 View commit details
    Browse the repository at this point in the history
  33. build: move publish-related props and conditions

    - if both PublishSingleFile and RuntimeIdentifier are unset, disable PublishSingleFile
    - if RuntimeIdentifier is unset and PublishSingleFile is enabled, set RuntimeIdentifier to 'win-x86'
    - if SelfContained is unset, but RuntimeIdentifier *is*, enable SelfContained
    - if PublishSingleFile is enabled..
    ...enable SelfContained
    ...enable IncludeNativeLibrariesForSelfExtract
    ...enable EnableCompressionInSingleFile
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    a8863a6 View commit details
    Browse the repository at this point in the history
  34. style: fix indentation

    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    3447c8c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e7e5b00 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    52aeefa View commit details
    Browse the repository at this point in the history
  37. fix: add using System.Linq

    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    d85f3c6 View commit details
    Browse the repository at this point in the history
  38. feat: add --cli arg

    Opens CLI instead of GUI when available
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    c895022 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    b10ca0b View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    10c392f View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    23a0b28 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    cee7a4d View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    b2624b7 View commit details
    Browse the repository at this point in the history
  44. style: sort usings

    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    79e7762 View commit details
    Browse the repository at this point in the history
  45. style: fix indentation

    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    551eb23 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    304dcec View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    bc4f178 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    5e90c47 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    5967dbd View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    f7b7aae View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    0749529 View commit details
    Browse the repository at this point in the history
  52. refactor: set Process to static

    BREAKING CHANGE
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    c3bf9e3 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    01c7ff1 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    f286be2 View commit details
    Browse the repository at this point in the history
  55. refactor: move Halo PC workload to InspectHPC()

    This allows halo and haloce cases to
     set LastResult members without one
     case falling through to the other.
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    44703fc View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    d5b3db4 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    b878bdd View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    3215d61 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    d3d6ae5 View commit details
    Browse the repository at this point in the history
  60. feat: add InferResult()

    ...which makes use of recent Result additions.
    InferResult() is an informative alternative to Infer.
    Infer() is kept for compatibility.
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    ea755bb View commit details
    Browse the repository at this point in the history
  61. Merge branch 'feat/HXE.Process.InferResult()' into develop

    InferResult() is an informative alternative to Infer()
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    69110bc View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    055caed View commit details
    Browse the repository at this point in the history
  63. docs: remove old TODO note

    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    45f2105 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    19f6403 View commit details
    Browse the repository at this point in the history
  65. style: format document

    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    cebe25c View commit details
    Browse the repository at this point in the history
  66. refactor: remove unused using

    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    bf41ded View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    be045cf View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    a5b1628 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    3b45bfa View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    04ba80b View commit details
    Browse the repository at this point in the history
  71. docs: update Copyright

    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    8da710f View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    b3a14a4 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    3a6e3a2 View commit details
    Browse the repository at this point in the history
  74. fix: handle InvalidOperationException sometimes thrown when setting D…

    …ialogResult
    
    The two causes of this exception have
     been added as doc comments where
      it is caught.
    
    resolves #248
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    b1059cb View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    9c0011c View commit details
    Browse the repository at this point in the history
  76. refactor: convert banner.txt to a const string

    File-type Resources are frustrating.
    They also require WinForms. Why?
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    3287c0b View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    dcf555c View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    20470e4 View commit details
    Browse the repository at this point in the history
  79. style: format document

    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    5bd4d03 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    90d4088 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    fc1b2f7 View commit details
    Browse the repository at this point in the history
  82. style: remove blank line

    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    5ca963f View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    b54255f View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    17bede8 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    8b48c73 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    84e4386 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    0618af2 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    da416a4 View commit details
    Browse the repository at this point in the history
  89. ci(release): fix release workflow

    Remove TFM, RID
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    747d3a9 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    8455182 View commit details
    Browse the repository at this point in the history
  91. ci(cpr): ignore snyk-bot

    style: set charset to UTF-8 BOM
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    ce024c2 View commit details
    Browse the repository at this point in the history
  92. chore: remove CodeMaid config

    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    41da068 View commit details
    Browse the repository at this point in the history
  93. docs: update SCREENSHOT.png

    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    6a24035 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    7a6ba1c View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    231d1b9 View commit details
    Browse the repository at this point in the history
  96. chore(vscode): set OmniSharp settings

    useModernNet : true
    enableRoslynAnalyzers : true
    enableImportCompletion : true
    organizeImportsOnFormat : true
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    a52b37d View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    336434b View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    338830d View commit details
    Browse the repository at this point in the history
  99. docs: remove .NET 6 dependency notes

    We are using .NET Framework 4.6.2
    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    6cefa56 View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    6c3b718 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    e847d9d View commit details
    Browse the repository at this point in the history
  102. build: change NuGet copyright

    BinToss committed May 27, 2023
    Configuration menu
    Copy the full SHA
    5247cf0 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    5f7f425 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    52d3fd6 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    3e769c3 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Configuration menu
    Copy the full SHA
    39daf34 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. build: raise minimum runtime to net6.0

    This effectively nullifies "fix: support targeting NETFX 4.6.2, 4.8.0"
    
    BREAKING CHANGES
    - .NET Framework 4.6.2 is no longer supported
    - .NET Framework 4.8.0 is no longer supported
    BinToss committed May 29, 2023
    Configuration menu
    Copy the full SHA
    7963d9c View commit details
    Browse the repository at this point in the history
  2. style: remove/add whitespace

    BinToss committed May 29, 2023
    Configuration menu
    Copy the full SHA
    1ef51c1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    3559ecd View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Configuration menu
    Copy the full SHA
    025eeed View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. build: remove '.root' links

    node_modules was hanging vscode-solution-explorer despite a non-recursive pattern.
    BinToss committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    46c07a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34f977f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4ba0f9 View commit details
    Browse the repository at this point in the history
  4. style: fix indenting

    BinToss committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    7f5c009 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    691d119 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b176274 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1cedb7 View commit details
    Browse the repository at this point in the history
  8. style: add eof newline

    BinToss committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    4430712 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ee94f3f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    79f6faa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1718990 View commit details
    Browse the repository at this point in the history
  12. docs: update license header

    BinToss committed Jun 4, 2023
    Configuration menu
    Copy the full SHA
    71829dc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eb09b54 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    efd9f80 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b7e75d8 View commit details
    Browse the repository at this point in the history