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

Add full type name for Lucene lock type #14805

Merged
merged 7 commits into from
Dec 19, 2023

Commits on Dec 1, 2023

  1. Add full type name for Lucene lock type

    In net9.0 the runtime now exposes it's own `Lock` type, dotnet/runtime#87672. This causes
    a build break as there is a collision between the Lucene type and the
    runtime type.
    DrewScoggins committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    bcf286b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79d4f99 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Update src/OrchardCore.Modules/OrchardCore.Search.Lucene/Services/Luc…

    …eneIndexManager.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    sebastienros and hishamco authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    0fefe27 View commit details
    Browse the repository at this point in the history
  2. Update src/OrchardCore.Modules/OrchardCore.Search.Lucene/Services/Luc…

    …eneIndexManager.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    sebastienros and hishamco authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    0f04aab View commit details
    Browse the repository at this point in the history
  3. Update src/OrchardCore.Modules/OrchardCore.Search.Lucene/Services/Luc…

    …eneIndexManager.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    sebastienros and hishamco authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    3b9102d View commit details
    Browse the repository at this point in the history
  4. Update src/OrchardCore.Modules/OrchardCore.Search.Lucene/Services/Luc…

    …eneIndexManager.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    sebastienros and hishamco authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    bba7075 View commit details
    Browse the repository at this point in the history
  5. Update src/OrchardCore.Modules/OrchardCore.Search.Lucene/Services/Luc…

    …eneIndexManager.cs
    
    Co-authored-by: Hisham Bin Ateya <[email protected]>
    sebastienros and hishamco authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e83982d View commit details
    Browse the repository at this point in the history