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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix trimming runtime error #491

Merged
merged 4 commits into from
Feb 1, 2022
Merged

Fix trimming runtime error #491

merged 4 commits into from
Feb 1, 2022

Commits on Jan 30, 2022

  1. Fix trimming runtime error

    Make CommandLineUtils working with net6.0 trimming. Use explicit constructors known at compile time instead of using Activator.CreateInstance
    xoofx committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    07516de View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Don't set errorMessage if null

    xoofx committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    66c8638 View commit details
    Browse the repository at this point in the history
  2. Remove extra whitespace

    xoofx committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    d8cf2e2 View commit details
    Browse the repository at this point in the history
  3. Try to improve coverage

    xoofx committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    aef16d7 View commit details
    Browse the repository at this point in the history