Safia Abdalla
Safia Abdalla
@jskeet I agree with your assessment here. If it's any help, here are references to some of the PACKAGE.md files that are used for various packages that we ship out...
> This is fixed with the new publisher UI right [@captainsafia](https://github.com/captainsafia) ? Not 100%. We're not using the same percent-based UI but we are still using a progress indicator so...
This is still an issue. :/
@armanossiloko There was a little bit of conversation around this issue when I took a stab at updating our eShop sample app, which uses ASP.NET versioning, to use the new...
@josundt Thanks for filing this issue! To resolve this issue, we'll need to set the MSBuild property and then pass it into the [GetDocumentWorker](https://github.com/dotnet/aspnetcore/blob/35e99821a2b11a129889a79d9bd74a2ebfaffd98/src/Tools/GetDocumentInsider/src/Commands/GetDocumentCommandWorker.cs#L68) via a CLI flag [here](https://github.com/dotnet/aspnetcore/blob/35e99821a2b11a129889a79d9bd74a2ebfaffd98/src/Tools/Extensions.ApiDescription.Server/src/build/Microsoft.Extensions.ApiDescription.Server.targets#L54). I...
@RidaEn-nasry Yes, PRs welcome. None have been open on this front AFAIK.
@MattyLeslie For the purposes of this bug, I think passing in just the environment name should be sufficient. I'd prefer to be more constrained about what we pass to the...
@diegosasw Unfortunately not, until this issue is resolved you can write a helper function like the following: ```csharp using System.Reflection; public static bool IsOpenApiExecution() => Assembly.GetEntryAssembly()?.GetName().Name == "GetDocument.Insider"; ```
@Phumi-codes Thanks for opening this issue! Since this pull request introduces API changes, the associated issue will need to undergo API review first before we can merge this.
@Phumi-codes It looks like this needs a rebase now that the PublicAPI files have been shipped. The current build is outdated so I haven't been able to evaluate if the...