Update dotnet monorepo #144
Open
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.412
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.412
Compare Source
v8.0.411
Compare Source
Dependency Updates
Miscellaneous
This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.
Full Changelog: v8.0.410...v8.0.411
v8.0.410
Compare Source
v8.0.409
: .NET 8.0.16Compare Source
Release
What's Changed
Full Changelog: dotnet/sdk@v8.0.408...v8.0.409
v8.0.408
: .NET 8.0.15Compare Source
Release
What's Changed
Full Changelog: dotnet/sdk@v8.0.407...v8.0.408
v8.0.407
: .NET 8.0.14Compare Source
Release
What's Changed
Full Changelog: dotnet/sdk@v8.0.406...v8.0.407
v8.0.406
: .NET 8.0.13Compare Source
[Release](https://github.com/dotnet/core/releases/tag/v8.0.13
What's Changed
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.