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

build(deps): bump Microsoft.AspNetCore.Mvc from 1.1.2 to 2.2.0 #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2023

Bumps Microsoft.AspNetCore.Mvc from 1.1.2 to 2.2.0.

Release notes

Sourced from Microsoft.AspNetCore.Mvc's releases.

2.0.1

Bugs Fixed

  • Microsoft Security Advisory CVE-2017-11879: Open Redirect can cause Elevation Of Privilege (#7053)
  • Port fix for URL helper redirect to 2.0.x patch (#6910)
  • Port fix to 2.0.1: Zero Content-Length for static file 304 #6875 (#6887)
  • Port to 2.0.1: Injecting IViewLocalizer into Razor Page causing IndexOutOfRangeException. (#6837)
  • Port to 2.0.1: Input fields don't emit (and thus round-trip) offset value when binding against DateTimeOffset fields (#6834)
  • Port part of fix to 2.0.x for: Returning a file, accept-ranges headers, and browser behaviors #6780 (#6792)
  • Allow "page" route parameter to be used in Mvc application without Razor Pages (#6706)
  • CSharpCompiler does not parse LangVersion value correctly. (#6611)

2.0.0

Features

  • Revert custom collection types breaking change and use extension methods (#6518)
  • Move conventions defined in RazorPagesOptions to MvcOptions (#6462)
  • FromRouteAttribute doesn't seem to work in Razor Pages (#6402)
  • Add generic overload/extension method for MvcOptions.Filters.AddService (#6395)
  • SignOut() without args is broken (#6392)
  • Enable SHA256.Create() calls to work for desktop applications on FIPS compliant machines. (#6354)
  • Implement an attribute and filter to configure the request body size limit (#6352)
  • Unable to AddPageRoute to the default page (#6338)
  • Define crisp for semantics for what makes a pagemodel a pagemodel (#6210)
  • Big Rock: Filters for Razor Pages (#6070)
  • RazorViewEngineOptions.ParseOptions are hard to use (#6009)
  • Add a filter provider for TempDataAttribute to RazorPages (#5979)
  • TestServer against MVC application can't find Razor Views. (#3410)
  • Limiting request content size - per action (#481)

Bugs Fixed

  • Move TempDataAttribute into Microsoft.AspNetCore.Mvc namespace (#6542)
  • Commit cache entries only when the content gets successfully generated (#6522)
  • Android Chrome - Cryptographic Exception (#6480)
  • [.netcore 2 preview 2] ifileprovider + di error (#6479)
  • Layout not rendered via ViewStart.cshtml: Question on Razor View discovery in .Net Core preview 1 (#6448)
  • RedirectToPage(page, handler) inside a view redirects to the page but not the handler (#6436)
  • Razor Pages do not pick up changes to _ViewImports.cshml outside of the Pages directory (#6428)
  • Microsoft.AspNetCore.Mvc.RazorPages should be imported by default (#6401)
  • ArgumentNullException when using [BindProperty] on a private property (#6400)
  • Exceptions thrown from Views when run from a net461 application do not contain line numbers or file info (#6356)
  • ExpressionTextCache is case insensitive: TextboxFor(x=>x.name) and TextboxFor(x=>x.Name) produce the same html (#6349)
  • _ViewStart.cshtml not picked up when added to the root of the app (#6308)
  • KeyNotFoundException in Microsoft.Extensions.DiagnosticAdapter.Internal.ProxyTypeEmitter.GetProxyType (#6292)
  • Using FormattingUtilities.XsdDataContractExporter.GetRootElementName(type) throws in netcoreapp2.0 when used in ExplicitResponseTypeDecoration_WithExplicitDefaultStatus_SpecifiedViaProducesAttribute (#6235)
  • DiagnosticSource.BeforeView/AfterView not called in RenderPartial (#6222)
  • AttemptedValueIsInvalidAccessor on nullable types results in "Nullable`1." message (#6076)
  • RazorPages page directives missing quotes should alert user (#5868)

... (truncated)

Commits
  • a6199bb Add integration and functional tests of [BindRequired] on page properties (...
  • f2af66b Cleanup InferParameterBindingInfoConvention (#8665)
  • c74a945 Convert RouteValueDictionary values to string using `CultureInfo.Invarian...
  • 734b919 Respect SuppressInferBindingSourcesForParameters
  • af6527d Fix XML doc on HttpMethodAttribute and derived ones
  • 35d2ab3 Allow passing a dictionary to ValidationProblemDetails
  • ccde910 Specify TaskCreationOptions when using TCS
  • 0b6932d Quick fix: Clean up test warnings
  • 37e5629 Support single IDocumentProvider method signature
  • 6bb292c Add test for metadata precedence (#8642)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [Microsoft.AspNetCore.Mvc](https://github.com/aspnet/Mvc) from 1.1.2 to 2.2.0.
- [Release notes](https://github.com/aspnet/Mvc/releases)
- [Commits](aspnet/Mvc@rel/1.1.2...2.2.0)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants