nhibernate / NHibernate-Caches

NHibernate Cache Providers
http://nhibernate.info/
GNU Lesser General Public License v2.1
40 stars 31 forks source link

Update dotnet monorepo #144

Open renovate[bot] opened 6 months ago

renovate[bot] commented 6 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
Microsoft.Extensions.Caching.Abstractions (source) 2.0.0 -> 2.2.0 age adoption passing confidence nuget minor
Microsoft.Extensions.Caching.Memory (source) 2.0.0 -> 2.2.0 age adoption passing confidence nuget minor
Microsoft.Extensions.Caching.SqlServer (source) 2.0.0 -> 2.2.0 age adoption passing confidence nuget minor
Microsoft.Extensions.Caching.StackExchangeRedis (source) 2.2.0 -> 2.2.5 age adoption passing confidence nuget patch
System.Runtime.Caching (source) 4.5.0 -> 4.7.0 age adoption passing confidence nuget minor
dotnet-sdk 8.0.100 -> 8.0.403 age adoption passing confidence dotnet-sdk patch

Release Notes

dotnet/aspnetcore (Microsoft.Extensions.Caching.SqlServer) ### [`v2.2.0`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/2.2.0) [Compare Source](https://redirect.github.com/dotnet/aspnetcore/compare/2.1.2...2.2.0) - [General Release Notes](https://redirect.github.com/dotnet/core/blob/master/release-notes/2.2/2.2.0/2.2.0.md) - [Download and Install](https://redirect.github.com/dotnet/core/blob/master/release-notes/2.2/2.2.0/2.2.0-download.md) #### ASP.NET Core release notes We have disabled view recompilation when .cshtml change by default (except for the `Development` environment). A new flag called `AllowRecompilingViewsOnFileChange` has been introduced in `RazorViewEngineOptions`, which can be used to configure whether the view engine will watch for file changes. The settings is set to `false` by default for all environments but `Development`. If you are using Visual Studio to debug, then it will launch the application in the `Development` environment by default. You can find more details about the change by looking at this PR: [https://github.com/aspnet/Mvc/pull/8369](https://redirect.github.com/aspnet/Mvc/pull/8369)/files In case you would like to keep the view recompilation enabled for your project, you can choose so by configure Razor options in Startup.ConfigureService method using the following code block:
services.AddMvc()
    .SetCompatibilityVersion(CompatibilityVersion.Version_2_2)
    .AddRazorOptions(options => options.AllowRecompilingViewsOnFileChange = true);
#### Repos - [CoreCLR](https://redirect.github.com/dotnet/coreclr/releases/tag/v2.2.0) - [CoreFX](https://redirect.github.com/dotnet/corefx/releases/tag/v2.2.0) - [Core-Setup](https://redirect.github.com/dotnet/core-setup/releases/tag/v2.2.0) - [CLI](https://redirect.github.com/dotnet/cli/releases/tag/v2.2.100) - [ASP.NET](https://redirect.github.com/aspnet/Home/releases/tag/2.2.0) - [EF](https://redirect.github.com/aspnet/EntityFrameworkCore/releases/tag/2.2.0) ### [`v2.1.2`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/2.1.2) [Compare Source](https://redirect.github.com/dotnet/aspnetcore/compare/2.1.1...2.1.2) ##### ASP.NET Core 2.1.2 Release Notes This update includes two security fixes. Please see the following links for details. - [https://github.com/aspnet/Announcements/issues/310](https://redirect.github.com/aspnet/Announcements/issues/310) - [https://github.com/aspnet/Announcements/issues/311](https://redirect.github.com/aspnet/Announcements/issues/311) ### [`v2.1.1`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/2.1.1) [Compare Source](https://redirect.github.com/dotnet/aspnetcore/compare/2.1.0...2.1.1) ##### ASP.NET Core 2.1.1 Release Notes We are pleased to announce the release of ASP.NET Core 2.1.1. - [Bug fixes](https://redirect.github.com/search?q=repo%3Aaspnet%2FAADIntegration+repo%3Aaspnet%2FAzureIntegration+repo%3Aaspnet%2FBasicMiddleware+repo%3Aaspnet%2FBrowserLink+repo%3Aaspnet%2FCaching+repo%3Aaspnet%2FConfiguration+repo%3Aaspnet%2FDotNetTools+repo%3Aaspnet%2FEntityFrameworkCore+repo%3Aaspnet%2FHosting+repo%3Aaspnet%2FHtmlAbstractions+repo%3Aaspnet%2FHttpClientFactory+repo%3Aaspnet%2FHttpSysServer+repo%3Aaspnet%2FIdentity+repo%3Aaspnet%2FIISIntegration+repo%3Aaspnet%2FJavaScriptServices+repo%3Aaspnet%2FKestrelHttpServer+repo%3Aaspnet%2FLogging+repo%3Aaspnet%2FMetaPackages+repo%3Aaspnet%2FMicrosoft.Data.Sqlite+repo%3Aaspnet%2FMusicStore+repo%3Aaspnet%2FMvc+repo%3Aaspnet%2FMvcPrecompilation+repo%3Aaspnet%2FProxy+repo%3Aaspnet%2FScaffolding+repo%3Aaspnet%2FSecurity+repo%3Aaspnet%2FServerTests+repo%3Aaspnet%2FSignalR+repo%3Aaspnet%2FTemplating+repo%3Aaspnet%2FWebHooks+repo%3AHome+state%3Aclosed+milestone%3A2.1.1+label%3A%223+-+Done%22+label%3A%22Bug%22\&type=Issues\&utf8=%E2%9C%93) ### [`v2.1.0`](https://redirect.github.com/dotnet/aspnetcore/releases/tag/2.1.0) [Compare Source](https://redirect.github.com/dotnet/aspnetcore/compare/2.0.2...2.1.0) ##### ASP.NET Core 2.1.0 Release Notes We are pleased to announce the release of ASP.NET Core 2.1.0. - [New features](https://redirect.github.com/search?q=repo%3Aaspnet%2FAADIntegration+repo%3Aaspnet%2FAzureIntegration+repo%3Aaspnet%2FBasicMiddleware+repo%3Aaspnet%2FBrowserLink+repo%3Aaspnet%2FCaching+repo%3Aaspnet%2FConfiguration+repo%3Aaspnet%2FDotNetTools+repo%3Aaspnet%2FEntityFrameworkCore+repo%3Aaspnet%2FHosting+repo%3Aaspnet%2FHtmlAbstractions+repo%3Aaspnet%2FHttpClientFactory+repo%3Aaspnet%2FHttpSysServer+repo%3Aaspnet%2FIdentity+repo%3Aaspnet%2FIISIntegration+repo%3Aaspnet%2FJavaScriptServices+repo%3Aaspnet%2FKestrelHttpServer+repo%3Aaspnet%2FLogging+repo%3Aaspnet%2FMetaPackages+repo%3Aaspnet%2FMicrosoft.Data.Sqlite+repo%3Aaspnet%2FMusicStore+repo%3Aaspnet%2FMvc+repo%3Aaspnet%2FMvcPrecompilation+repo%3Aaspnet%2FProxy+repo%3Aaspnet%2FScaffolding+repo%3Aaspnet%2FSecurity+repo%3Aaspnet%2FServerTests+repo%3Aaspnet%2FSignalR+repo%3Aaspnet%2FTemplating+repo%3Aaspnet%2FWebHooks+repo%3AHome+state%3Aclosed+milestone%3A2.1.0+label%3A%223+-+Done%22+label%3A%22enhancement%22\&type=Issues\&utf8=%E2%9C%93) - [Bug fixes](https://redirect.github.com/search?q=repo%3Aaspnet%2FAADIntegration+repo%3Aaspnet%2FAzureIntegration+repo%3Aaspnet%2FBasicMiddleware+repo%3Aaspnet%2FBrowserLink+repo%3Aaspnet%2FCaching+repo%3Aaspnet%2FConfiguration+repo%3Aaspnet%2FDotNetTools+repo%3Aaspnet%2FEntityFrameworkCore+repo%3Aaspnet%2FHosting+repo%3Aaspnet%2FHtmlAbstractions+repo%3Aaspnet%2FHttpClientFactory+repo%3Aaspnet%2FHttpSysServer+repo%3Aaspnet%2FIdentity+repo%3Aaspnet%2FIISIntegration+repo%3Aaspnet%2FJavaScriptServices+repo%3Aaspnet%2FKestrelHttpServer+repo%3Aaspnet%2FLogging+repo%3Aaspnet%2FMetaPackages+repo%3Aaspnet%2FMicrosoft.Data.Sqlite+repo%3Aaspnet%2FMusicStore+repo%3Aaspnet%2FMvc+repo%3Aaspnet%2FMvcPrecompilation+repo%3Aaspnet%2FProxy+repo%3Aaspnet%2FScaffolding+repo%3Aaspnet%2FSecurity+repo%3Aaspnet%2FServerTests+repo%3Aaspnet%2FSignalR+repo%3Aaspnet%2FTemplating+repo%3Aaspnet%2FWebHooks+repo%3AHome+state%3Aclosed+milestone%3A2.1.0+label%3A%223+-+Done%22+label%3A%22Bug%22\&type=Issues\&utf8=%E2%9C%93) ##### Known Issues - **Warning when building new ASP.NET Core project that targets .NET Framework** Building a new ASP.NET Core project that targets net461 produces the following warning: There was a mismatch between the processor architecture of the project being built "x86" and the processor architecture of the reference "c:\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.mvc.razor.viewcompilation\2.1.0-rtm-30796\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.ViewCompilation-x64.exe", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project Workaround: Remove the reference to the `Microsoft.AspNetCore.Mvc.Razor.ViewCompilation` package. - **Windows authentication is not enabled after creating project with the Windows authentication option selected** When creating a template with Windows authentication, the settings to enable Windows authentication in *launchSettings.json* are not applied. Workaround: Modify *launchSettings.json* as follows: "windowsAuthentication": true, "anonymousAuthentication": false, - **NullReferenceException when using a custom IAuthorizationPolicyProvider and AllowCombiningAuthorizeFilters is set to true** Using a custom `IAuthorizationPolicyProvider` and setting `AllowCombiningAuthorizeFilters` to `true` causes a `NullReferenceException`. Workaround: Disable `AllowCombiningAuthorizeFilters` or use a single `AuthorizeFilter` - **XmlSerializerOutputFormatter throws InvalidCastException for async action methods** Invoking an Async action method may result in an `InvalidCastException` when using the `XmlSerializerOutputFormatter`. Workaround: Wrap the return type in `ActionResult`. Ex. replace the return type `Task>` with `Task>>`. ### [`v2.0.2`](https://redirect.github.com/dotnet/aspnetcore/compare/2.0.1...2.0.2) [Compare Source](https://redirect.github.com/dotnet/aspnetcore/compare/2.0.1...2.0.2) ### [`v2.0.1`](https://redirect.github.com/dotnet/aspnetcore/compare/2.0.0...2.0.1) [Compare Source](https://redirect.github.com/dotnet/aspnetcore/compare/2.0.0...2.0.1)
dotnet/sdk (dotnet-sdk) ### [`v8.0.403`](https://redirect.github.com/dotnet/sdk/compare/v8.0.402...v8.0.403) [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.402...v8.0.403) ### [`v8.0.402`](https://redirect.github.com/dotnet/sdk/compare/v8.0.401...v8.0.402) [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.401...v8.0.402) ### [`v8.0.401`](https://redirect.github.com/dotnet/sdk/compare/v8.0.400...v8.0.401) [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.400...v8.0.401) ### [`v8.0.400`](https://redirect.github.com/dotnet/sdk/releases/tag/v8.0.400): .NET 8.0.8 [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.306...v8.0.400) [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.8) ### [`v8.0.306`](https://redirect.github.com/dotnet/sdk/compare/v8.0.304...v8.0.306) [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.304...v8.0.306) ### [`v8.0.304`](https://redirect.github.com/dotnet/sdk/compare/v8.0.303...v8.0.304) [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.303...v8.0.304) ### [`v8.0.303`](https://redirect.github.com/dotnet/sdk/releases/tag/v8.0.303): .NET 8.0.7 [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.302...v8.0.303) [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.7) ### [`v8.0.302`](https://redirect.github.com/dotnet/sdk/compare/v8.0.301...v8.0.302) [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.301...v8.0.302) ### [`v8.0.301`](https://redirect.github.com/dotnet/sdk/compare/v8.0.300...v8.0.301) [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.300...v8.0.301) ### [`v8.0.300`](https://redirect.github.com/dotnet/sdk/releases/tag/v8.0.300): .NET 8.0.5 [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.206...v8.0.300) [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.5) ### [`v8.0.206`](https://redirect.github.com/dotnet/sdk/compare/v8.0.205...v8.0.206) [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.205...v8.0.206) ### [`v8.0.205`](https://redirect.github.com/dotnet/sdk/compare/v8.0.204...v8.0.205) [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.204...v8.0.205) ### [`v8.0.204`](https://redirect.github.com/dotnet/sdk/releases/tag/v8.0.204): .NET 8.0.4 [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.203...v8.0.204) [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.4) ### [`v8.0.203`](https://redirect.github.com/dotnet/sdk/compare/v8.0.202...v8.0.203) [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.202...v8.0.203) ### [`v8.0.202`](https://redirect.github.com/dotnet/sdk/releases/tag/v8.0.202): .NET 8.0.3 [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.3) ### [`v8.0.200`](https://redirect.github.com/dotnet/sdk/releases/tag/v8.0.200): .NET 8.0.2 [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.110...v8.0.200) [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.2) ### [`v8.0.110`](https://redirect.github.com/dotnet/sdk/compare/v8.0.108...v8.0.110) [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.108...v8.0.110) ### [`v8.0.108`](https://redirect.github.com/dotnet/sdk/compare/v8.0.107...v8.0.108) [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.107...v8.0.108) ### [`v8.0.107`](https://redirect.github.com/dotnet/sdk/compare/v8.0.106...v8.0.107) [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.106...v8.0.107) ### [`v8.0.106`](https://redirect.github.com/dotnet/sdk/releases/tag/v8.0.106): .NET 8.0.6 [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.105...v8.0.106) [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.6) ### [`v8.0.105`](https://redirect.github.com/dotnet/sdk/compare/v8.0.104...v8.0.105) [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.104...v8.0.105) ### [`v8.0.104`](https://redirect.github.com/dotnet/sdk/releases/tag/v8.0.104): .NET 8.0.4 [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.103...v8.0.104) [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.4) ### [`v8.0.103`](https://redirect.github.com/dotnet/sdk/compare/v8.0.102...v8.0.103) [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.102...v8.0.103) ### [`v8.0.102`](https://redirect.github.com/dotnet/sdk/compare/v8.0.101...v8.0.102) [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.101...v8.0.102) ### [`v8.0.101`](https://redirect.github.com/dotnet/sdk/releases/tag/v8.0.101): .NET 8.0.1 [Compare Source](https://redirect.github.com/dotnet/sdk/compare/v8.0.100...v8.0.101) [Release](https://redirect.github.com/dotnet/core/releases/tag/v8.0.1)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.