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: zzzprojects/System.Linq.Dynamic.Core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: lfrock2010/System.Linq.Dynamic.Core
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.
  • 12 commits
  • 29 files changed
  • 1 contributor

Commits on Nov 16, 2023

  1. -Changed the Res string constants class to ResourceManager for use lo…

    …calized strings with support for .netstandard 1.3 and uap.
    
    -Added Res.de file for German strings (Translation needs to be checked).
    -Added Res.ja file for Japanese strings (Translation needs to be checked).
    -Added Res.ru file for Russian strings (Translation needs to be checked).
    -Added Res.es file for Spanish strings.
    lfrock2010 committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    8302b6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a054013 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1be1a7a View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    05b446c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6a27cf View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

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

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    69972c3 View commit details
    Browse the repository at this point in the history
  2. Cambios tests

    lfrock2010 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    fb764bc View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Merge branch 'master' of github.com:lfrock2010/System.Linq.Dynamic.Core

    # Conflicts:
    #	src/System.Linq.Dynamic.Core/Res.cs
    #	test/EntityFramework.DynamicLinq.Tests.net452/EntityFramework.DynamicLinq.Tests.net452.csproj
    #	test/EntityFramework.DynamicLinq.Tests/EntityFramework.DynamicLinq.Tests.csproj
    lfrock2010 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    c2a630c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. net47 integration

    lfrock2010 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d3b5f1a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Soporte 48

    lfrock2010 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    69c9dd4 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Limpieza y reestructuración del proyecto

    Se eliminaron múltiples archivos obsoletos, incluyendo fuentes (`glyphicons-halflings-regular`), dependencias (`packages.config`), y configuraciones de compatibilidad con navegadores antiguos (`respond.js`, `jquery.reject.js`).
    Se eliminaron vistas, controladores y modelos relacionados con la documentación de Dynamic LINQ, así como configuraciones de ASP.NET MVC (`Web.config`, `RouteConfig.cs`).
    Se eliminaron estilos y scripts de Bootstrap y jQuery (`bootstrap.css`, `jquery-2.2.2.min.js`).
    Se añadieron mejoras en la documentación y soporte para nuevas configuraciones en LINQ dinámico, incluyendo JSON y análisis de cadenas literales.
    Se optimizó la estructura del proyecto, eliminando dependencias redundantes y archivos generados automáticamente.
    lfrock2010 committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    84e53ec View commit details
    Browse the repository at this point in the history
Loading