Javier Calvarro Nelson
Javier Calvarro Nelson
This came from the PR where we changed the host for Maui apps. We might need to reconsider what we do here, and offer some level of customization if needed....
https://github.com/dotnet/maui/issues/11425
@sayedihashimi what's the expectation here, since these warnings come from dependencies and not from code in the user app. Is there a way we can disable warnings in those situations?
@sayedihashimi applying the value on the SDK seems reasonable to me. I assume if people drop a `tsconfig.json` file that will override?
@joj the files are libraries that are placed under `lib` in the project wwwroot folder. They are the dist folder of the npm package for bootstrap, jquery, etc. We shouldn't...
@Alerinos thanks for contacting us. Can you provide a minimal repro project as a public github repository so that we can make progress on this issue?
@meirkr we already have this working on a branch. Unfortunately, we do not think we will have time to ensure it has the quality to make it into .NET 7.0...
There is a branch with a prototype for this [here](https://github.com/dotnet/aspnetcore/tree/javiercn/dev-certs-linux-trust) You can probably clone the branch and run the tool from the repo or follow the same steps the tool...
@glen-84 `sudo cp localhost.crt /usr/lib/ssl/certs/aspnetcore-https-localhost.pem` is not correct. The certificate in ` /usr/lib/ssl/certs/` must have a proper name that gets calculated using `c_rehash`. Otherwise Open SSL just ignores it.
@andrewjsaid thanks for the contribution!