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

ASP.NET MVC File extensions should be case-insensitive #121

Closed
cd21h opened this issue Dec 6, 2020 · 0 comments
Closed

ASP.NET MVC File extensions should be case-insensitive #121

cd21h opened this issue Dec 6, 2020 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@cd21h
Copy link
Member

cd21h commented Dec 6, 2020

MessagePackFormatterOptions.FileExtensions collection should be case-insensitive to be inline with ASP.NET MVC implementation, see https://docs.microsoft.com/en-us/aspnet/core/web-api/advanced/formatting?view=aspnetcore-5.0#response-format-url-mappings

@cd21h cd21h added the bug Something isn't working label Dec 6, 2020
@cd21h cd21h added this to the 3.0.0 milestone Dec 6, 2020
@cd21h cd21h self-assigned this Dec 6, 2020
@cd21h cd21h mentioned this issue Dec 6, 2020
cd21h added a commit that referenced this issue Dec 6, 2020
* Add .NET 5 support, closes #109;
  * Enable nullable reference types;
  * Upgrade `dotnet-install` script;
* Cleanup, closes #118 and #119;
* Fix FileExtensions in options, closes #121
@cd21h cd21h closed this as completed Dec 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant