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

[Blazor WebAssembly] Change web app manifest extension to “webmanifest” #43756

Merged
merged 1 commit into from Jan 24, 2023

Conversation

christianliebel
Copy link
Contributor

@christianliebel christianliebel commented Sep 5, 2022

[Blazor WebAssembly] Change web app manifest extension to “webmanifest”

  • You've read the Contributor Guide and Code of Conduct.
  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

Changes web app manifest extension from "json" to "webmanifest"

Description

Changes the extension of the web application manifest included by the Blazor WebAssembly project templates from "json" to "webmanifest", the official file extension. This helps servers to deliver the file with the official media type (application/manifest+json).

Fixes #43755

@christianliebel christianliebel requested review from a team and Pilchie as code owners September 5, 2022 11:31
@ghost ghost added area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates community-contribution Indicates that the PR has been added by a community member labels Sep 5, 2022
@ghost
Copy link

ghost commented Sep 5, 2022

Thanks for your PR, @christianliebel. Someone from the team will get assigned to your PR shortly and we'll get it reviewed.

@dnfadmin
Copy link

dnfadmin commented Sep 5, 2022

CLA assistant check
All CLA requirements met.

Copy link
Member

@javiercn javiercn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the tests likely need to be updated and the docs might also need to be updated.

We should ping guardrex about the docs after this is merged.

@christianliebel christianliebel changed the title Change web app manifest extension to “webmanifest” [Blazor WebAssembly] Change web app manifest extension to “webmanifest” Sep 5, 2022
@christianliebel
Copy link
Contributor Author

@javiercn I have updated the tests. A Blazor Server test still fails because dotnet publish does not work. But this should have nothing to do with my changes. Could you look into this for me?

Let me know if you need any help with the docs.

@TanayParikh
Copy link
Contributor

Hey @christianliebel, thanks for the PR. We're ready to take this in now. Could you please resolve the merge conflict, and I'll look into any CI flakiness if required.

@christianliebel
Copy link
Contributor Author

@TanayParikh Done!

@TanayParikh
Copy link
Contributor

/azp run aspnetcore-quarantined-pr

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Contributor

@TanayParikh TanayParikh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@TanayParikh TanayParikh merged commit d0c9e0e into dotnet:main Jan 24, 2023
@ghost ghost modified the milestones: .NET 8 Planning, 8.0-preview1 Jan 24, 2023
@TanayParikh
Copy link
Contributor

Thanks @christianliebel!

I think thats all the webmanifest PRs. Please let me know if I missed any!

@christianliebel christianliebel deleted the webmanifest-ext branch January 24, 2023 21:39
@christianliebel
Copy link
Contributor Author

@TanayParikh Looks good, thanks!!

@ghost
Copy link

ghost commented Jan 24, 2023

Hi @christianliebel. It looks like you just commented on a closed PR. The team will most probably miss it. If you'd like to bring something important up to their attention, consider filing a new issue and add enough details to build context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Blazor WebAssembly Project Template] Change web app manifest extension to “webmanifest”
4 participants