Skip to content

deps(nuget): Bump the microsoft group with 5 updates#13

Merged
sauravbhattacharya001 merged 1 commit intomasterfrom
dependabot/nuget/Vidly/microsoft-38cb818e48
Feb 20, 2026
Merged

deps(nuget): Bump the microsoft group with 5 updates#13
sauravbhattacharya001 merged 1 commit intomasterfrom
dependabot/nuget/Vidly/microsoft-38cb818e48

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Updated Microsoft.AspNet.Mvc from 5.2.3 to 5.3.0.

Release notes

Sourced from Microsoft.AspNet.Mvc's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNet.Razor from 3.2.3 to 3.3.0.

Release notes

Sourced from Microsoft.AspNet.Razor's releases.

3.3.0

What's Changed

3.2.9

What's Changed

3.2.8

What's Changed

Issues resolved

New Contributors

Full Changelog: aspnet/AspNetWebStack@v3.2.7...v3.2.8

3.2.7

Features

  • NuGet Package : Add repository metadata. (#​190)
  • System.Net.Http.FormattingUtilities missed RFC 850 (#​187)

Bugs Fixed

  • Correct typos in OKResult (#​214)
  • ByteRangeStream does not limit CopyToAsync(...) range as it should (#​206)
  • Whitespace (any uri escapable char) in virtual path root results in NoRouteFound in an WebApi/Owin setup (#​203)
  • JsonMediaTypeFormatter doesn't work when Request is chunked (#​197)
  • Release notes link in NuGet package is out-of-date (#​178)
  • DefaultHttpBatchHandler creates innerRequest with scheme http even when outer batch request scheme is https (#​173)
  • RadioButtonFor doesn't resolve isChecked properly when nested in EditorTemplate (#​164)
  • Make exception handling policy configurable for CORS (#​147)

3.2.6

Bugs Fixed

  • Japanese resources for MVC 5.2.5 is broken (#​156)

3.2.5

ASP.NET MVC 5.2.5, ASP.NET Web API 5.2.5, and ASP.NET Web Pages 3.2.5 release notes

We are pleased to announce the release of ASP.NET MVC 5.2.5, ASP.NET Web API 5.2.5, and ASP.NET Web Pages 3.2.5.

Please also refer to the Preview 1 release notes for additional fixes included in this release.

Bugs Fixed

  • ApiDescription.ResponseDescription is not initialized (#​63)

3.2.5-preview1

ASP.NET MVC 5.2.5 Preview 1, ASP.NET Web API 5.2.5 Preview 1, and ASP.NET Web Pages 3.2.5 Preview 1 release notes

We are pleased to announce the release of ASP.NET MVC 5.2.5 Preview 1, ASP.NET Web API 5.2.5 Preview 1, and ASP.NET Web Pages 3.2.5 Preview 1!

Bugs Fixed

  • Do not use FormattedModelValue in password editor template (#​135)
  • ValidationContext.MemberName is set incorrectly in the DataAnnotationsModelValidator (#​120)
  • Middleware does not pass OwinContext.User forward in Pipeline (#​119)
  • ExpressionHelper contains a compatibility bug with Roslyn compiler (#​117)

3.2.4

ASP.NET MVC 5.2.4, ASP.NET Web API 5.2.4, and ASP.NET Web Pages 3.2.4 release notes

We are pleased to announce the release of ASP.NET MVC 5.2.4, ASP.NET Web API 5.2.4, and ASP.NET Web Pages 3.2.4!

Features

  • Target .NET Standard 2.0 in System.Net.Http.Formatting (#​101)
  • Add FormUrlEncodedMediaTypeFormatter to client formatting assemblies (#​77)
  • DefaultBodyModelValidator extensibility (#​9)

Bugs Fixed

  • Update package project URLs to use HTTPS scheme (#​105)
  • Html.AntiForgeryToken() adds duplicate X-Frame-Options headers if called more than once (#​7)
  • Fix null ref in DefaultControllerFactory (#​6)

Known Issues

  • System.TypeInitializationException thrown when using the ASP.NET Web API Client on Xamarin
    When using .NET Standard 2.0 implementation of the ASP.NET Web API Client on Xamarin you may see the following exception: System.TypeInitializationException: The type initializer for 'System.Net.Http.FormattingUtilities' threw an exception. ---> System.NotImplementedException: The method or operation is not implemented. This is due to a known limitation in the .NET Standard 2.0 support on Mono (Add support for XsdDataContractExporter for mobile mono/mono#6376).

3.2.4-preview1

ASP.NET MVC 5.2.4 Preview 1, ASP.NET Web API 5.2.4 Preview 1, and ASP.NET Web Pages 3.2.4 Preview 1 release notes

We are pleased to announce the release of ASP.NET MVC 5.2.4 Preview 1, ASP.NET Web API 5.2.4 Preview 1, and ASP.NET Web Pages 3.2.4 Preview 1!

Features

  • Target .NET Standard 2.0 in System.Net.Http.Formatting (#​101)
  • Add FormUrlEncodedMediaTypeFormatter to client formatting assemblies (#​77)
  • DefaultBodyModelValidator extensibility (#​9)

Bugs Fixed

  • Update package project URLs to use HTTPS scheme (#​105)
  • Html.AntiForgeryToken() adds duplicate X-Frame-Options headers if called more than once (#​7)
  • Fix null ref in DefaultControllerFactory (#​6)

Known Issues

  • System.TypeInitializationException thrown when using the ASP.NET Web API Client on Xamarin
    When using .NET Standard 2.0 implementation of the ASP.NET Web API Client on Xamarin you may see the following exception: System.TypeInitializationException: The type initializer for 'System.Net.Http.FormattingUtilities' threw an exception. ---> System.NotImplementedException: The method or operation is not implemented. This is due to a known limitation in the .NET Standard 2.0 support on Mono (Add support for XsdDataContractExporter for mobile mono/mono#6376).

Commits viewable in compare view.

Updated Microsoft.AspNet.WebPages from 3.2.3 to 3.3.0.

Release notes

Sourced from Microsoft.AspNet.WebPages's releases.

3.3.0

What's Changed

3.2.9

What's Changed

3.2.8

What's Changed

Issues resolved

New Contributors

Full Changelog: aspnet/AspNetWebStack@v3.2.7...v3.2.8

3.2.7

Features

  • NuGet Package : Add repository metadata. (#​190)
  • System.Net.Http.FormattingUtilities missed RFC 850 (#​187)

Bugs Fixed

  • Correct typos in OKResult (#​214)
  • ByteRangeStream does not limit CopyToAsync(...) range as it should (#​206)
  • Whitespace (any uri escapable char) in virtual path root results in NoRouteFound in an WebApi/Owin setup (#​203)
  • JsonMediaTypeFormatter doesn't work when Request is chunked (#​197)
  • Release notes link in NuGet package is out-of-date (#​178)
  • DefaultHttpBatchHandler creates innerRequest with scheme http even when outer batch request scheme is https (#​173)
  • RadioButtonFor doesn't resolve isChecked properly when nested in EditorTemplate (#​164)
  • Make exception handling policy configurable for CORS (#​147)

3.2.6

Bugs Fixed

  • Japanese resources for MVC 5.2.5 is broken (#​156)

3.2.5

ASP.NET MVC 5.2.5, ASP.NET Web API 5.2.5, and ASP.NET Web Pages 3.2.5 release notes

We are pleased to announce the release of ASP.NET MVC 5.2.5, ASP.NET Web API 5.2.5, and ASP.NET Web Pages 3.2.5.

Please also refer to the Preview 1 release notes for additional fixes included in this release.

Bugs Fixed

  • ApiDescription.ResponseDescription is not initialized (#​63)

3.2.5-preview1

ASP.NET MVC 5.2.5 Preview 1, ASP.NET Web API 5.2.5 Preview 1, and ASP.NET Web Pages 3.2.5 Preview 1 release notes

We are pleased to announce the release of ASP.NET MVC 5.2.5 Preview 1, ASP.NET Web API 5.2.5 Preview 1, and ASP.NET Web Pages 3.2.5 Preview 1!

Bugs Fixed

  • Do not use FormattedModelValue in password editor template (#​135)
  • ValidationContext.MemberName is set incorrectly in the DataAnnotationsModelValidator (#​120)
  • Middleware does not pass OwinContext.User forward in Pipeline (#​119)
  • ExpressionHelper contains a compatibility bug with Roslyn compiler (#​117)

3.2.4

ASP.NET MVC 5.2.4, ASP.NET Web API 5.2.4, and ASP.NET Web Pages 3.2.4 release notes

We are pleased to announce the release of ASP.NET MVC 5.2.4, ASP.NET Web API 5.2.4, and ASP.NET Web Pages 3.2.4!

Features

  • Target .NET Standard 2.0 in System.Net.Http.Formatting (#​101)
  • Add FormUrlEncodedMediaTypeFormatter to client formatting assemblies (#​77)
  • DefaultBodyModelValidator extensibility (#​9)

Bugs Fixed

  • Update package project URLs to use HTTPS scheme (#​105)
  • Html.AntiForgeryToken() adds duplicate X-Frame-Options headers if called more than once (#​7)
  • Fix null ref in DefaultControllerFactory (#​6)

Known Issues

  • System.TypeInitializationException thrown when using the ASP.NET Web API Client on Xamarin
    When using .NET Standard 2.0 implementation of the ASP.NET Web API Client on Xamarin you may see the following exception: System.TypeInitializationException: The type initializer for 'System.Net.Http.FormattingUtilities' threw an exception. ---> System.NotImplementedException: The method or operation is not implemented. This is due to a known limitation in the .NET Standard 2.0 support on Mono (Add support for XsdDataContractExporter for mobile mono/mono#6376).

3.2.4-preview1

ASP.NET MVC 5.2.4 Preview 1, ASP.NET Web API 5.2.4 Preview 1, and ASP.NET Web Pages 3.2.4 Preview 1 release notes

We are pleased to announce the release of ASP.NET MVC 5.2.4 Preview 1, ASP.NET Web API 5.2.4 Preview 1, and ASP.NET Web Pages 3.2.4 Preview 1!

Features

  • Target .NET Standard 2.0 in System.Net.Http.Formatting (#​101)
  • Add FormUrlEncodedMediaTypeFormatter to client formatting assemblies (#​77)
  • DefaultBodyModelValidator extensibility (#​9)

Bugs Fixed

  • Update package project URLs to use HTTPS scheme (#​105)
  • Html.AntiForgeryToken() adds duplicate X-Frame-Options headers if called more than once (#​7)
  • Fix null ref in DefaultControllerFactory (#​6)

Known Issues

  • System.TypeInitializationException thrown when using the ASP.NET Web API Client on Xamarin
    When using .NET Standard 2.0 implementation of the ASP.NET Web API Client on Xamarin you may see the following exception: System.TypeInitializationException: The type initializer for 'System.Net.Http.FormattingUtilities' threw an exception. ---> System.NotImplementedException: The method or operation is not implemented. This is due to a known limitation in the .NET Standard 2.0 support on Mono (Add support for XsdDataContractExporter for mobile mono/mono#6376).

Commits viewable in compare view.

Updated Microsoft.CodeDom.Providers.DotNetCompilerPlatform from 1.0.3 to 1.0.8.

Updated Microsoft.jQuery.Unobtrusive.Validation from 3.2.3 to 3.2.12.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 16, 2026

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot force-pushed the dependabot/nuget/Vidly/microsoft-38cb818e48 branch from 98d7821 to 0d11fca Compare February 20, 2026 03:26
@sauravbhattacharya001
Copy link
Owner

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/nuget/Vidly/microsoft-38cb818e48 branch from 0d11fca to fc825b4 Compare February 20, 2026 09:40
Bumps Microsoft.AspNet.Mvc from 5.2.3 to 5.3.0
Bumps Microsoft.AspNet.Razor from 3.2.3 to 3.3.0
Bumps Microsoft.AspNet.WebPages from 3.2.3 to 3.3.0
Bumps Microsoft.CodeDom.Providers.DotNetCompilerPlatform from 1.0.3 to 1.0.8
Bumps Microsoft.jQuery.Unobtrusive.Validation from 3.2.3 to 3.2.12

---
updated-dependencies:
- dependency-name: Microsoft.AspNet.Mvc
  dependency-version: 5.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoft
- dependency-name: Microsoft.AspNet.Razor
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoft
- dependency-name: Microsoft.AspNet.WebPages
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: microsoft
- dependency-name: Microsoft.CodeDom.Providers.DotNetCompilerPlatform
  dependency-version: 1.0.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
- dependency-name: Microsoft.jQuery.Unobtrusive.Validation
  dependency-version: 3.2.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: microsoft
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Vidly/microsoft-38cb818e48 branch from fc825b4 to bfb1da9 Compare February 20, 2026 12:57
@sauravbhattacharya001 sauravbhattacharya001 merged commit b3292d2 into master Feb 20, 2026
2 of 5 checks passed
@dependabot dependabot bot deleted the dependabot/nuget/Vidly/microsoft-38cb818e48 branch February 20, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant