Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Kitebells/FastScriptReload
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: handzlikchris/FastScriptReload
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on May 9, 2025

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

Commits on Jun 14, 2025

  1. fix: support file-scoped namespaces by using BaseNamespaceDeclaration…

    …Syntax
    
    - Replaced uses of NamespaceDeclarationSyntax with BaseNamespaceDeclarationSyntax to ensure compatibility with both block-scoped and file-scoped namespace declarations introduced in C# 10.
    - Prevents traversal and rewriting errors in syntax processing and dynamic compilation.
    - Updated files: SyntaxTreeHelpers.cs, RoslynUtils.cs, DynamicCompilationBase.cs
    snaphat committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    9cbc26a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Merge pull request handzlikchris#175 from snaphat/master

    Support File-Scoped Namespaces in Syntax Processing
    handzlikchris authored Jun 17, 2025
    Configuration menu
    Copy the full SHA
    7a46df1 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2025

  1. Merge pull request handzlikchris#172 from labbbirder/opt-aqn-reflecti…

    …on-methods
    
    opt: pass aqn to harmony to find methods more efficiently
    handzlikchris authored Aug 10, 2025
    Configuration menu
    Copy the full SHA
    2018c76 View commit details
    Browse the repository at this point in the history
Loading