Javier Calvarro Nelson

Results 365 comments of Javier Calvarro Nelson

@EmilyFeng97 Just to be very clear, the issue is that you should be able to have a class library with just `net6.0`. What you are describing is at best a...

@jfversluis I was not publishing the solution. I was publishing the Maui project. I do not think that calling MSBuild vs MSBuild Core (dotnet publish) makes a difference here.

> 5\. Navigate to the Maui app folder. Are you saying that it will walk up the directory hierarchy and try to build the solution?

@jfversluis I tried a few things and it does not make any difference. * Using `dotnet publish` vs `MSBuild` does not fix the problem. * Specifying the csproj file explicitly...

This is something @captainsafia was looking for 5.0

@NCC1701M thanks for contacting us. This is still not possible today. I'm going to put it in our backlog for consideration for 7.0

@Ducki thanks for contacting us. I think we will accept a contribution for this, although it seems that the public API baseline needs to be updated in the PR. If...

For triage, support for `` is good in the latest browsers https://caniuse.com/?search=dialog (IE being the only one that does not support it, but that is expected). It will be better...

@Ducki I am really sorry you run into issues with this. I'll try to get someone on the team to fix it and get it merged. From what I understand...

@WingZer0123 we track public API changes across versions using a set of Roslyn analyzers. You can see the details [here](https://github.com/dotnet/roslyn-analyzers/blob/main/src/PublicApiAnalyzers/PublicApiAnalyzers.Help.md) That way we know explicitly when we are removing APIs...