Safia Abdalla
Safia Abdalla
@haraldschilly If you're interested in opening a PR to make this modification, you'll need to do so in the [nteract monorepo.](https://github.com/nteract/nteract) We're actually deprecating this package and moving the logic...
The compiler team has an experimental build of this feature that we can use to implement this. It is targeted for release in 16.10/end of preview4.
Marking as blocked since we need the `ArtifactsProducer` API for this.
When we update to .NET 9 RC 1, we should retain the version of eShop that targets .NET 8 in a seperate `release/8.0` branch. Our process for updating will be:...
Yep, we can close this out.
> @captainsafia who on aspnetcore owns this pipeline? AFAIK, the build isn't configured to produce binlogs at the moment ([ref](https://github.com/dotnet/aspnetcore/blob/ef09c065b96af01afa38b82e5b8a35a718685a48/.azure/pipelines/quarantined-pr.yml#L152-L155)). @wtgodbe can help with making a change here to produce...
> The type Dog is renamed to PetDog; not expected. This allows us to disambiguate between `Dog` used in a polymorphic hierarchy (where a discriminator property must be defined) versus...
> In the spec you reference, Cat, Dog and Lizard are referenced using oneOf. In the generated schema, it's anyOf. The discriminator property mappings are legal to use with any...
Yep, the change was just merged in yesterday.
@evanlihou Thanks for reporting this issue! This is an interesting bug. The stack trace that you've identified (and that I was able to see using your repro) is coming from...