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

Modernize and update #1

Merged
merged 7 commits into from
Mar 24, 2023
Merged

Modernize and update #1

merged 7 commits into from
Mar 24, 2023

Commits on Mar 23, 2023

  1. Modernize codebase, fix tests, IL renamer, etc.

    Bring the codebase to SDK-style, NS2, simplified build and tests runs.
    
    Leveraging a lot of the work from https://github.com/keimpema/Mvp.Xml.NetStandard.
    
    Delete old docs, and move all files to the devlooped standard file structure.
    
    Fix and modernize all code to adhere to the .editorconfig and devlooped guidelines,
    as well as newest C# idioms.
    kzu committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5ff7644 View commit details
    Browse the repository at this point in the history
  2. Apply dotnet-format

    kzu committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    ef40990 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6ab5b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58b79b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Drop usage of ILAsm/ILDasm and switch to Cecil for renaming

    This allows us to preserve portable symbols which provides a far better user experience.
    kzu committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    b2f9e66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca1c231 View commit details
    Browse the repository at this point in the history
  3. Cleanup readme

    kzu committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    3068380 View commit details
    Browse the repository at this point in the history