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: CodeFactoryLLC/CodeFactoryForWindows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: CodeFactoryLLC/CodeFactoryForWindows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2026-March
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 57 files changed
  • 1 contributor

Commits on May 9, 2026

  1. Update to 2.26129.0.1; add IVsCSharpActions interface

    Bump SDK, WinVs, and WinVs.Wpf versions to 2.26129.0.1 and update dependencies accordingly. Introduce IVsCSharpActions for C# model search operations and expose it via IVsActions. Update SdkSupport version constants and refresh release notes to reflect changes and recompile requirements.
    sgiffinlcd committed May 9, 2026
    Configuration menu
    Copy the full SHA
    062e815 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2026

  1. Update SDK to 2.26148.0.1, add docs, enhance APIs

    - Bump all projects to version 2.26148.0.1-PreRelease and update copyright to 2026
    - Add or update README.md for all NuGet packages and include in package metadata
    - Update NuGet dependencies to require new SDK version
    - Add WildcardSearch utility for fast wildcard matching in CodeFactory.WinVs
    - Introduce CSharpModelSearchType enum for flexible model searching
    - Refactor IVsCSharpActions: unify model search into FindCSharpModelsInProject, support wildcards and filtering, update interface implementation search return type
    - Improve XML docs and clean up generics usage
    - Ensure all new/updated files are packaged for NuGet
    sgiffinlcd committed May 28, 2026
    Configuration menu
    Copy the full SHA
    6e75dbe View commit details
    Browse the repository at this point in the history
  2. Add GetSource extensions and raw regex support in Matches

    Add GetSource extension methods for CsContainer and CsMember with XML docs and null checks. Enhance WildcardSearch.Matches to support raw regex patterns (enclosed in slashes), including caching and error handling. Update documentation to reflect new pattern handling.
    sgiffinlcd committed May 28, 2026
    Configuration menu
    Copy the full SHA
    56b96fb View commit details
    Browse the repository at this point in the history

Commits on May 29, 2026

  1. Bump version to 2.26149.0.1, improve wildcard matching

    Updated all package and runtime versions to 2.26149.0.1. Enhanced WildcardSearch.cs with a 2-second regex timeout, improved wildcard logic to exclude path separators, and added safe handling for regex timeouts. Updated documentation and release notes to reflect these changes.
    sgiffinlcd committed May 29, 2026
    Configuration menu
    Copy the full SHA
    f9593eb View commit details
    Browse the repository at this point in the history

Commits on May 30, 2026

  1. Bump SDK version to 2.26150.0.1 and update docs

    Incremented all package and dependency versions to 2.26150.0.1. Updated minimum runtime requirements and max supported SDK version. Renamed FindCSharpModelsInProject to FindCSharpModelsInProjectAsync. Refreshed release notes and documentation to match new version and recompile requirements.
    sgiffinlcd committed May 30, 2026
    Configuration menu
    Copy the full SHA
    90833f8 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2026

  1. Bump to 2.26151.0.1, optimize models & collections

    Advance SDK version to 2.26151.0.1 across all projects, dependencies, and documentation. Refactor C# model classes for performance and memory efficiency: replace `ImmutableList<T>.Empty` and LINQ with `Array.Empty<T>()`, `ImmutableArray<T>.CreateBuilder()`, and explicit loops; use `OfType<T>()` and `HashSet<T>` for safer, faster operations; fix logical operator usage and attribute formatting bug. Remove legacy extension classes. Update `NamespaceManager` for O(1) lookups. Refresh copyright years and README.
    sgiffinlcd committed May 31, 2026
    Configuration menu
    Copy the full SHA
    730af50 View commit details
    Browse the repository at this point in the history
Loading