Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.0
->2.2.0
2.0.0
->2.2.0
2.0.0
->2.2.0
2.2.0
->2.2.5
4.5.0
->4.7.0
8.0.100
->8.0.404
Release Notes
dotnet/aspnetcore (Microsoft.Extensions.Caching.SqlServer)
v2.2.0
Compare Source
ASP.NET Core release notes
We have disabled view recompilation when .cshtml change by default (except for the
Development
environment). A new flag calledAllowRecompilingViewsOnFileChange
has been introduced inRazorViewEngineOptions
, which can be used to configure whether the view engine will watch for file changes. The settings is set tofalse
by default for all environments butDevelopment
. If you are using Visual Studio to debug, then it will launch the application in theDevelopment
environment by default. You can find more details about the change by looking at this PR: https://github.com/aspnet/Mvc/pull/8369/filesIn 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:
Repos
v2.1.2
Compare Source
ASP.NET Core 2.1.2 Release Notes
This update includes two security fixes. Please see the following links for details.
v2.1.1
Compare Source
ASP.NET Core 2.1.1 Release Notes
We are pleased to announce the release of ASP.NET Core 2.1.1.
v2.1.0
Compare Source
ASP.NET Core 2.1.0 Release Notes
We are pleased to announce the release of ASP.NET Core 2.1.0.
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:
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:
NullReferenceException when using a custom IAuthorizationPolicyProvider and AllowCombiningAuthorizeFilters is set to true
Using a custom
IAuthorizationPolicyProvider
and settingAllowCombiningAuthorizeFilters
totrue
causes aNullReferenceException
.Workaround: Disable
AllowCombiningAuthorizeFilters
or use a singleAuthorizeFilter
XmlSerializerOutputFormatter throws InvalidCastException for async action methods
Invoking an Async action method may result in an
InvalidCastException
when using theXmlSerializerOutputFormatter
.Workaround: Wrap the return type in
ActionResult<T>
. Ex. replace the return typeTask<IEnumerable<string>>
withTask<ActionResult<IEnumerable<String>>>
.v2.0.2
Compare Source
v2.0.1
Compare Source
dotnet/sdk (dotnet-sdk)
v8.0.404
: .NET 8.0.11Compare Source
Release
What's Changed
Full Changelog: dotnet/sdk@v8.0.403...v8.0.404
v8.0.403
Compare Source
v8.0.402
Compare Source
v8.0.401
Compare Source
v8.0.400
: .NET 8.0.8Compare Source
Release
v8.0.307
Compare Source
v8.0.306
Compare Source
v8.0.304
Compare Source
v8.0.303
: .NET 8.0.7Compare Source
Release
v8.0.302
Compare Source
v8.0.301
Compare Source
v8.0.300
: .NET 8.0.5Compare Source
Release
v8.0.206
Compare Source
v8.0.205
Compare Source
v8.0.204
: .NET 8.0.4Compare Source
Release
v8.0.203
Compare Source
v8.0.202
: .NET 8.0.3Release
v8.0.200
: .NET 8.0.2Compare Source
Release
v8.0.111
Compare Source
v8.0.110
Compare Source
v8.0.108
Compare Source
v8.0.107
Compare Source
v8.0.106
: .NET 8.0.6Compare Source
Release
v8.0.105
Compare Source
v8.0.104
: .NET 8.0.4Compare Source
Release
v8.0.103
Compare Source
v8.0.102
Compare Source
v8.0.101
: .NET 8.0.1Compare Source
Release
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.